From 5e847e7efbac02f039e8f81a7d9fd170ddf2675e Mon Sep 17 00:00:00 2001 From: Swissky <12152583+swisskyrepo@users.noreply.github.com> Date: Mon, 15 Apr 2024 21:16:44 +0200 Subject: [PATCH] Mkdocs accessibility and search improvement --- .github/workflows/ci.yml | 1 - mkdocs.yml | 5 ++++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eff8ed2..4d4181a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 27eaf5d..94e426d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: