Skip to content

Commit 400c320

Browse files
committed
update
Signed-off-by: Zihan Kuang <zihan_kuang@outlook.com>
1 parent f33403a commit 400c320

File tree

2 files changed

+2
-2
lines changed
  • content/en/cloud/academy

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ If your images are only needed for a specific chapter or section (not globally),
190190
Before publishing, it is crucial to preview your content locally to check for formatting errors, broken links, and overall structure.
191191
192192
```bash
193-
hugo serve
193+
hugo server
194194
```
195195
196196
This will start a local development server, where you can view your learning path as you build it.

content/en/cloud/academy/extending-the-academy/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The ability to create, manage, and publish content is available to organizations
2626
### Content Creation Process"
2727

2828
We believe you should always own your content. That’s why the Academy is designed around a Git-native workflow that avoids vendor lock-in.
29-
hai
29+
3030
Instead of using a restrictive web UI, you manage all your learning content within **your own Git repositories**. This gives you the full power of version control, collaboration through pull requests, and a workflow that your developers are already comfortable with.
3131

3232
The entire experience is powered by **[Hugo](https://gohugo.io/)**, a powerful static site engine, but we've abstracted away the complexity. You and your team only need to write in simple Markdown.

0 commit comments

Comments
 (0)