Skip to content

Commit

Permalink
update plugins
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Kurktchiev <[email protected]>
  • Loading branch information
Boris Kurktchiev committed Jan 6, 2024
1 parent 895f92c commit 34e65a8
Showing 1 changed file with 20 additions and 11 deletions.
31 changes: 20 additions & 11 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ strict: true
extra:
version:
provider: mike
status:
new: Recently added
deprecated: Deprecated
social:
- icon: fontawesome/brands/github
link: https://github.com/back-stack/
Expand All @@ -38,16 +41,22 @@ theme:
include_search_page: false
search_index_only: true
features:
- announce.dismiss
- search.suggest
- search.highlight
- search.share
- content.code.copy
- content.action.edit
- navigation.footer
- navigation.instant
- navigation.tracking
- navigation.tabs
- announce.dismiss
- content.action.edit
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.top
- navigation.tracking
- search.highlight
- search.share
- search.suggest
- toc.follow

palette:
- media: "(prefers-color-scheme: light)" # Light mode
scheme: default
Expand Down Expand Up @@ -96,6 +105,7 @@ markdown_extensions:
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- codehilite
- footnotes
- meta
- toc:
permalink: true
Expand All @@ -104,7 +114,6 @@ markdown_extensions:
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- footnotes

nav:
- Home: index.md
Expand Down

0 comments on commit 34e65a8

Please sign in to comment.