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-revision-date-localized-plugin
|
||||||
- run: pip install mkdocs-git-committers-plugin
|
- run: pip install mkdocs-git-committers-plugin
|
||||||
- run: pip install mkdocs-material[imaging]
|
- run: pip install mkdocs-material[imaging]
|
||||||
- run: pip install mkdocs-callouts
|
|
||||||
|
|
||||||
- run: mkdocs gh-deploy --force
|
- run: mkdocs gh-deploy --force
|
|
@ -29,8 +29,12 @@ theme:
|
||||||
features:
|
features:
|
||||||
- content.code.copy
|
- content.code.copy
|
||||||
- content.action.edit
|
- content.action.edit
|
||||||
|
- content.action.view
|
||||||
|
- content.tooltips
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
- navigation.top
|
- navigation.top
|
||||||
|
- search.share
|
||||||
|
- search.suggest
|
||||||
|
|
||||||
extra_css:
|
extra_css:
|
||||||
- custom.css
|
- custom.css
|
||||||
|
@ -41,7 +45,6 @@ markdown_extensions:
|
||||||
custom_checkbox: true
|
custom_checkbox: true
|
||||||
- tables
|
- tables
|
||||||
- admonition
|
- admonition
|
||||||
- callouts
|
|
||||||
- pymdownx.details
|
- pymdownx.details
|
||||||
- pymdownx.superfences
|
- pymdownx.superfences
|
||||||
- pymdownx.highlight:
|
- pymdownx.highlight:
|
||||||
|
|
Loading…
Reference in New Issue