Skip to content

Commit 678d52f

Browse files
committed
Reorganize top-level sections in a more logical way
1 parent e73fa96 commit 678d52f

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v3
1414
- run: python -m pip install --upgrade pip
15-
- run: pip install mkdocs mkdocs-material
15+
- run: pip install mkdocs mkdocs-material mkdocs-awesome-pages-plugin
1616
- run: pip install -e ./hercscript-lexer
1717
- run: cd docs
1818
- run: mkdocs build -f mkdocs.yml

docs/.pages

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
nav:
2+
- index.md
3+
- about
4+
- basics
5+
- overview
6+
- setup
7+
- customization
8+
- scripting
9+
- client
10+
- contributing
11+
- ...

mkdocs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,3 +62,6 @@ theme:
6262
toggle:
6363
icon: material/brightness-4
6464
name: Switch to system preference
65+
plugins:
66+
- search
67+
- awesome-pages

0 commit comments

Comments
 (0)