-
Notifications
You must be signed in to change notification settings - Fork 30
Revise README for clarity and structure #121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|
| @@ -1,18 +1,22 @@ | ||||||||||
|
|
||||||||||
| # Layer5 Academy - Content Starter Template | ||||||||||
|
|
||||||||||
| This repository is a starter template for creating custom learning paths and courses on the [Layer5 Academy](https://cloud.layer5.io/academy/overview). It provides the necessary file structure and a working example to help you get started quickly. | ||||||||||
| This repository offers a starter template for creating your own, dedicated academy on the [Layer5 Academy](https://cloud.layer5.io/academy/overview) platform. This repository provides the necessary file structure and a working example to help you get started quickly. The guide below offers a quick start to setting up your own content repository, creating cirricula, and previewing your academy locally. | ||||||||||
|
|
||||||||||
| This guide will walk you through setting up your own content repository, creating courses, and previewing them locally. | ||||||||||
| --- | ||||||||||
|
|
||||||||||
| > For more in-depth documentation, see the official [Layer5 Academy docs](https://docs.layer5.io/cloud/academy/). | ||||||||||
| <p align="center"> | ||||||||||
| 💡ℹ️ FOR IN-DEPTH TUTORIAL AND CUSTOMIZATION EXAMPLES, SEE THE <a href="https://docs.layer5.io/cloud/academy/">LAYER5 ACADEMY DOCS</a>. ℹ️💡 | ||||||||||
| </p> | ||||||||||
|
Comment on lines
+8
to
+10
|
||||||||||
| <p align="center"> | |
| 💡ℹ️ FOR IN-DEPTH TUTORIAL AND CUSTOMIZATION EXAMPLES, SEE THE <a href="https://docs.layer5.io/cloud/academy/">LAYER5 ACADEMY DOCS</a>. ℹ️💡 | |
| </p> | |
| > For in-depth tutorials and customization examples, see the [Layer5 Academy docs](https://docs.layer5.io/cloud/academy/). |
Copilot
AI
Apr 8, 2026
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The prerequisites list no longer states version requirements, but the repo enforces specific minimums (Hugo extended min 0.146.0 in hugo.yaml and Go version in go.mod). Please add the relevant minimum versions (or point readers to these files) to avoid setup issues due to incompatible toolchains.
| 1. [**Go**](https://go.dev/doc/install) | |
| 2. [**Hugo**](https://gohugo.io/getting-started/installing/) (extended version) | |
| 1. [**Go**](https://go.dev/doc/install) (use the version required by the root `go.mod` file) | |
| 2. [**Hugo**](https://gohugo.io/getting-started/installing/) (extended version, minimum `0.146.0` as defined in `hugo.yaml`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Typo: "cirricula" should be "curricula" (or rephrase to "creating curricula").