Skip to content

Commit 52e4984

Browse files
committed
Create Your Learning Path Tree Update
Signed-off-by: Namanv0509 <namanverma00260@gmail.com>
1 parent 3fce00e commit 52e4984

1 file changed

Lines changed: 13 additions & 10 deletions

File tree

  • content/en/cloud/academy/creating-content/creating-your-learning-path

content/en/cloud/academy/creating-content/creating-your-learning-path/index.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)