Mkdocs accessibility and search improvement
parent
745f611625
commit
5e847e7efb
|
@ -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
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue