Skip to content

Commit

Permalink
Mkdocs accessibility and search improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
swisskyrepo committed Apr 15, 2024
1 parent 745f611 commit 5e847e7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
5 changes: 4 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -41,7 +45,6 @@ markdown_extensions:
custom_checkbox: true
- tables
- admonition
- callouts
- pymdownx.details
- pymdownx.superfences
- pymdownx.highlight:
Expand Down

0 comments on commit 5e847e7

Please sign in to comment.