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
Copy file name to clipboardExpand all lines: content/en/cloud/academy/creating-your-learning-path/index.md
+25Lines changed: 25 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -274,6 +274,31 @@ This action will automatically trigger the workflow, and your content will be de
274
274
275
275

276
276
277
+
## Upgrading the AcademyTheme
278
+
279
+
The Layer5Academy uses a maintained Hugo theme called [`academy-theme`](https://github.com/layer5io/academy-theme). As improvements are made to the theme, it is important to keep your local copy up to date to benefit from the latest features and fixes.
280
+
281
+
To upgrade to the latest theme version, run:
282
+
```bash
283
+
make theme-upgrade
284
+
```
285
+
286
+
This will trigger a sequence that updates the theme dependencies and applies the latest modules:
0 commit comments