Mkdocs accessibility and search improvement

pull/24/head
Swissky 2024-04-15 21:16:44 +02:00
parent 745f611625
commit 5e847e7efb
2 changed files with 4 additions and 2 deletions

View File

@ -36,6 +36,5 @@ jobs:
- run: pip install mkdocs-git-revision-date-localized-plugin
- run: pip install mkdocs-git-committers-plugin
- run: pip install mkdocs-material[imaging]
- run: pip install mkdocs-callouts
- run: mkdocs gh-deploy --force

View File

@ -29,8 +29,12 @@ theme:
features:
- content.code.copy
- content.action.edit
- content.action.view
- content.tooltips
- navigation.tracking
- navigation.top
- search.share
- search.suggest
extra_css:
- custom.css
@ -41,7 +45,6 @@ markdown_extensions:
custom_checkbox: true
- tables
- admonition
- callouts
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight: