Skip to content

Commit

Permalink
Reorganize top-level sections in a more logical way
Browse files Browse the repository at this point in the history
  • Loading branch information
guilherme-gm committed Nov 22, 2024
1 parent e73fa96 commit 678d52f
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- run: python -m pip install --upgrade pip
- run: pip install mkdocs mkdocs-material
- run: pip install mkdocs mkdocs-material mkdocs-awesome-pages-plugin
- run: pip install -e ./hercscript-lexer
- run: cd docs
- run: mkdocs build -f mkdocs.yml
Expand Down
11 changes: 11 additions & 0 deletions docs/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
nav:
- index.md
- about
- basics
- overview
- setup
- customization
- scripting
- client
- contributing
- ...
3 changes: 3 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,6 @@ theme:
toggle:
icon: material/brightness-4
name: Switch to system preference
plugins:
- search
- awesome-pages

0 comments on commit 678d52f

Please sign in to comment.