From e2e92c08c7eb4ed18aa97c99a2a6c9400568c4b3 Mon Sep 17 00:00:00 2001 From: Winzlieb Date: Sun, 8 Dec 2024 15:34:27 +0100 Subject: [PATCH] fix: diagram --- 20_Folders_Sources/folders.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/20_Folders_Sources/folders.md b/20_Folders_Sources/folders.md index 2f698c1..1392002 100644 --- a/20_Folders_Sources/folders.md +++ b/20_Folders_Sources/folders.md @@ -54,11 +54,11 @@ Or they can download courses and corse collections (manually or by using the por ```mermaid flowchart A[course-collection-name] --> B[course.yml] - B --> C[preview.png] - C --> D[lesson-name] + A --> C[preview.png] + A --> D[lesson-name] D --> E[lesson.yml] - E --> F[preview.png] - F --> G[content.md] + D --> F[preview.png] + D --> G[content.md] ``` Because we follow a convention over configuration approach, the course folder structure is as follows, but can be reconfigured in the `course.yml` file in order to support different content types or a completely different folder structure.