File tree Expand file tree Collapse file tree
content/en/cloud/academy/creating-content/creating-your-learning-path Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,20 +87,23 @@ You can find and copy your Organization UUID from your organization page on [Aca
8787
8888 ```text
8989 learning-paths/
90- └── mastering-kubernetes/ // <-- Learning Path
90+ └── mastering-kubernetes/ // <-- Learning Path/
9191 ├── _index.md
92- ├── advanced-networking/ // <-- Course 1
92+ ├── advanced-networking/ // <-- Course 1/
9393 │ └── _index.md
94- └── core-concepts/ // <-- Course 2
94+ └── core-concepts/ // <-- Course 2/
9595 ├── _index.md
96- ├── course-exam.md // <-- Course Exam (Test)
97- └── 01-pods-and-services/ // <-- Module
96+ ├── course-exam.md // <-- Course Exam (Test)
97+ └── 01-pods-and-services/ // <-- Module/
9898 ├── _index.md
99- ├── 01-pods.md // <-- Page 1
100- ├── 02-services.md // <-- Page 2
101- ├── 03-knowledge-check.md // <-- Test
102- ├── 04-hands-on-lab.md // <-- Lab
103- └── arch.png // <-- Image
99+ ├── 01-pods/
100+ │ └── _index.md // <-- Page 1
101+ ├── 02-services/
102+ │ ├── _index.md // <-- Page 2
103+ │ ├── 02-image.png // <-- Image
104+ ├── 03-knowledge-check.md // <-- Test
105+ ├── 04-hands-on-lab.md // <-- Lab
106+ └── arch.png // <-- Image
104107
105108 ```
106109
You can’t perform that action at this time.
0 commit comments