Changed theme since cannot work around section-index targeting the first md in the folder.
Some checks are pending
ghub-pages / deploy (push) Waiting to run

This commit is contained in:
oriol 2024-10-13 02:28:14 +02:00
parent 1ed8403cee
commit 7e0710ea31
2 changed files with 16 additions and 6 deletions

View File

@ -5,15 +5,22 @@ site_url: https://github.com/OriolFilter/Elphelt
repo_url: https://github.com/OriolFilter/Elphelt
theme: readthedocs
theme:
# name: readthedocs
name: material
features:
- navigation.indexes
plugins:
- section-index
# - search
# - section-index
# - literate-nav
- search
markdown_extensions:
- toc:
# permalink: ""
separator: "-"
permalink: ""
# baselevel: 1
# - pymdownx.arithmatex
# - pymdownx.b64

View File

@ -3,5 +3,8 @@ MarkupSafe==3.0.1
mkdocs==1.6.1
mkdocs-get-deps==0.2.0
mkdocs-minify-plugin==0.8.0
mkdocs-section-index==0.3.9
pymdown-extensions==10.11.2
#mkdocs-section-index==0.3.9
pymdown-extensions==10.11.2
#mkdocs-literate-nav==0.6.1
mkdocs-material==9.5.40
mkdocs-material-extensions==1.3.1