Skip to content

Commit

Permalink
try to add auto menu generation
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewww committed Sep 20, 2024
1 parent b4aabde commit 7a5d1d3
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Install dependencies
run: |
pip install mkdocs mkdocs-material
run: |
pip install mkdocs-awesome-pages-plugin
- name: Deploy to GitHub Pages
env:
Expand Down
File renamed without changes.
File renamed without changes.
9 changes: 6 additions & 3 deletions site/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
site_name: Cloud Lab Chronicles
site_url: https://matthewww.github.io/cloud-lab-chronicles/
docs_dir: ../labs
docs_dir: ../docs
nav:
- Home: index.md
- labs:
- Pages Setup: 00-pages-setup/00-pages-setup.md
- Labs: labs/00-pages-setup.md

theme:
name: material

plugins:
- search
- awesome-pages

0 comments on commit 7a5d1d3

Please sign in to comment.