Skip to content

Commit cdb021b

Browse files
authored
Update index.md
Signed-off-by: Zihan Kuang <127078886+zihanKuang@users.noreply.github.com>
1 parent 47ee320 commit cdb021b

File tree

1 file changed

+0
-11
lines changed
  • content/en/cloud/academy/creating-your-learning-path

1 file changed

+0
-11
lines changed

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

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -300,14 +300,3 @@ This action will automatically trigger the workflow, and your content will be de
300300
5. **How do I structure multiple courses under one learning path?**
301301

302302
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 URL for a banner image. |
313-
| `prerequisites`| ❌ | List | An optional list of prerequisites for a course. |

0 commit comments

Comments
 (0)