Skip to content

Commit 7edcc14

Browse files
authored
Merge pull request #106 from layer5io/shortcodes/examples
fix missing quotation and shortcode update
2 parents 2960463 + 35fc368 commit 7edcc14

File tree

4 files changed

+10
-4
lines changed
  • content
    • certifications/your-org-uuid/certification-1
    • challenges/your-org-uuid/challenge-1
    • content-formatting-examples
    • learning-paths/your-org-uuid/example-learning-path

4 files changed

+10
-4
lines changed

content/certifications/your-org-uuid/certification-1/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ prerequisite_knowledge:
4343
children:
4444
- title: "Cloud Computing Basics"
4545
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
46-
- title: "Basic knowledge of Linux command line
46+
- title: "Basic knowledge of Linux command line"
4747
link: "https://linuxcommand.org/"
4848
- title: "Basic Certification: Networking Basics"
4949
link: "https://academy-domain.com/certifications/networking-basics"

content/challenges/your-org-uuid/challenge-1/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ prerequisite_knowledge:
3939
children:
4040
- title: "Cloud Computing Basics"
4141
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
42-
- title: "Basic knowledge of Linux command line
42+
- title: "Basic knowledge of Linux command line"
4343
link: "https://linuxcommand.org/"
4444
- title: "Basic Certification: Networking Basics"
4545
link: "https://academy-domain.com/certifications/networking-basics"

content/content-formatting-examples/index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,13 @@ description: A collection of examples for formatting content, from basic Markdow
55
draft: true
66
---
77

8-
Welcome! This page showcases examples of Hugo shortcodes, images, and Markdown.
8+
The Layer5 Academy platform supports a wide range of shortcodes for enriching your learning content. Shortcodes are reusable template snippets you invoke in Markdown files to generate HTML output. They come from three sources:
9+
10+
1. **Academy Theme** — custom shortcodes built specifically for the Academy platform.
11+
2. **Docsy Theme** — shortcodes inherited from the [Google Docsy](https://www.docsy.dev/) documentation theme.
12+
3. **Hugo Built-in** — shortcodes included with the [Hugo](https://gohugo.io/) static site generator.
13+
14+
For guidance on creating your own shortcodes, see [Extending the Academy](/cloud/academy/creating-content/extending-the-academy/).
915

1016
{{< alert type="note" title="Example Page: Not for Production" >}}
1117
This page will not be published in the [production version](https://cloud.layer5.io/academy/) of the site. It is only visible for local preview and serves as a reference. You can safely delete this page from your repository at any time.

content/learning-paths/your-org-uuid/example-learning-path/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ prerequisite_knowledge:
4343
children:
4444
- title: "Cloud Computing Basics"
4545
link: "https://academy-domain.com/learning-paths/cloud-computing-basics"
46-
- title: "Basic knowledge of Linux command line
46+
- title: "Basic knowledge of Linux command line"
4747
link: "https://linuxcommand.org/"
4848
- title: "Basic Certification: Networking Basics"
4949
link: "https://academy-domain.com/certifications/networking-basics"

0 commit comments

Comments
 (0)