Skip to content

Commit

Permalink
fix: diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
bastiion committed Dec 8, 2024
1 parent fbc1524 commit e2e92c0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions 20_Folders_Sources/folders.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e2e92c0

Please sign in to comment.