Skip to content

Commit 8f138a9

Browse files
authored
Update index.md
Signed-off-by: Zihan Kuang <[email protected]>
1 parent 193a522 commit 8f138a9

File tree

1 file changed

+3
-2
lines changed
  • content/en/cloud/academy/creating-content/building-certifications

1 file changed

+3
-2
lines changed

content/en/cloud/academy/creating-content/building-certifications/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Below is the standard file structure:
4242

4343
```
4444
content/certifications/
45-
└── layer5-certification-exam/ <-- The <certification-name> directory
45+
└── orgID/layer5-certification-exam/ <-- The <certification-name> directory
4646
├── _index.md <-- Defines the certification's metadata
4747
├── exam-1.md <-- (Optional) A standard content page for introduction
4848
├── optional-exam-2.md <-- An optional supplementary exam
@@ -85,6 +85,7 @@ categories: "platform"
8585
| `banner` || Path to an image in the `static` folder, e.g., `images/icon.svg`. |
8686
| `tags` || Keywords for content discovery. Multiple tags can be selected. |
8787
| `level` || A string indicating the intended difficulty (e.g., `beginner`, `intermediate`, `advanced`). |
88+
| `level` || A string for the intended difficulty (`beginner`, `intermediate`, `advanced`). Default: `beginner`. |
8889
| `categories` || A string that assigns the certification to a specific category. |
8990

9091
### 3. Add Content and Exams
@@ -153,4 +154,4 @@ Yes, you can. Each exam file's front matter has a `weight` field. Lower numbers
153154
<summary>As a content creator, do I need to handle the certificate payment process?</summary>
154155

155156
No, you don't. The payment and certificate issuance process is handled by the Layer5 platform. You only need to focus on creating high-quality assessment content.
156-
</details>
157+
</details>

0 commit comments

Comments
 (0)