You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/cloud/academy/creating-your-learning-path/index.md
-11Lines changed: 0 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -300,14 +300,3 @@ This action will automatically trigger the workflow, and your content will be de
300
300
5. **How do I structure multiple courses under one learning path?**
301
301
302
302
The structure is defined by your folder hierarchy. A learning path is a directory, and each course is a sub-directory within that path. This folder structure in your `content` directory directly maps to the learning path structure presented to users.
303
-
304
-
| Field | Required | Type | Description |
305
-
| :--- | :---: | :--- | :--- |
306
-
| `title` | ✅ | String | The main title of the learning path, course, or chapter. |
307
-
| `description` | ✅ | String | A brief summary of the content. |
308
-
| `weight` | ✅ | Number | Controls the order of content. **Lower numbers appear first.** For example, a course with `weight: 1` will appear before one with `weight: 2`. |
309
-
| `draft` | ❌ | Boolean | When set to `true`, this page will be skipped during the build process and will not appear on the live site. Defaults to `false`. |
310
-
| `tags` | ❌ | List | A list of keywords associated with the content. See the warning below. |
311
-
| `categories` | ❌ | List | The main category or categories the content belongs to. See the warning below. |
312
-
| `banner` | ❌ | String | An optional URLfor a banner image. |
313
-
| `prerequisites`| ❌ | List | An optional list of prerequisites for a course. |
0 commit comments