Skip to content

Commit 8ca7a17

Browse files
authored
Merge pull request #5182 from flavio-fernandes/jamo_mkdocs-serve-update
Fix: Website navigation is broken
2 parents 0cf0999 + e810f69 commit 8ca7a17

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
with:
3838
python-version: 3.x
3939
- run: pip install mkdocs-material
40+
- run: pip install mkdocs-awesome-pages-plugin # Install the missing plugin
4041
- run: pip install $(mkdocs-get-deps)
4142
- run: mkdocs build
4243
- name: Setup Pages
@@ -60,6 +61,7 @@ jobs:
6061
python-version: 3.x
6162
- run: |
6263
pip install mkdocs-material
64+
pip install mkdocs-awesome-pages-plugin # Install the missing plugin
6365
pip install $(mkdocs-get-deps)
6466
- run: mkdocs build
6567
- name: Upload Artifact (Test)

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ theme:
3737
- navigation.instant.preview
3838
plugins:
3939
- search
40-
- awesome-nav
40+
- awesome-pages
4141
- mike
4242
- macros:
4343
#include_dir: examples

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ livereload
66
Markdown
77
MarkupSafe
88
mkdocs
9-
mkdocs-awesome-nav
9+
mkdocs-awesome-pages-plugin
1010
mkdocs-macros-plugin
1111
mkdocs-material
1212
mkdocs-material-extensions

0 commit comments

Comments
 (0)