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
When using the `banner` field in your frontmatter, you cannot use the `usestatic` shortcode. You must provide the full, static path to the image, starting with your OrganizationUUID.
153
+
{{< /alert >}}
146
154
147
155
> For a complete list of all predefined variables and advanced usage, please refer to the official [Hugo FrontMatter documentation](https://gohugo.io/content-management/front-matter/).
148
156
@@ -264,6 +272,9 @@ With the setup complete, you can publish your content anytime by creating a new
264
272
265
273
This action will automatically trigger the workflow, and your content will be deployed to the [Layer5 Academy](https://cloud.layer5.io/identity/overview).
266
274
275
+
- Your content will be available in the [staging environment](https://staging-cloud.layer5.io/) within approximately 10 minutes.
276
+
- Your content will go fully live to the production Academy platform during the next scheduled cloud release.
277
+
267
278
> **For UrgentUpdates:** If you have a time-sensitive publishing request or encounter any issues with the automated process, please [contact the Layer5 team](https://layer5.io/company/contact) for expedited assistance.
268
279
269
280

@@ -288,4 +299,15 @@ This action will automatically trigger the workflow, and your content will be de
288
299
289
300
5. **How do I structure multiple courses under one learning path?**
290
301
291
-
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.
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