Skip to content

Commit

Permalink
change/docs: mkdocs-material adjustments (emojis)
Browse files Browse the repository at this point in the history
  • Loading branch information
iwilltry42 committed Oct 27, 2023
1 parent 345be4f commit 50fd1cc
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ theme:
- search.highlight # highlight search term on target page: https://squidfunk.github.io/mkdocs-material/setup/setting-up-site-search/#search-suggestions
- navigation.expand
- navigation.tabs
- navigation.tabs.sticky # stick navigation tabs below header while scrolling
- navigation.tracking
- navigation.path
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
Expand All @@ -54,6 +57,7 @@ theme:

# Extensions
markdown_extensions:
- attr_list
- toc:
permalink: true
- admonition # https://squidfunk.github.io/mkdocs-material/extensions/admonition/
Expand All @@ -64,8 +68,8 @@ markdown_extensions:
- pymdownx.tabbed # https://squidfunk.github.io/mkdocs-material/extensions/pymdown/#tabbed
- pymdownx.details # https://squidfunk.github.io/mkdocs-material/extensions/pymdown/#details
- pymdownx.emoji: # https://squidfunk.github.io/mkdocs-material/reference/icons-emojis/#configuration
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- smarty # https://python-markdown.github.io/extensions/smarty/
- mdx_truly_sane_lists # https://github.com/radude/mdx_truly_sane_lists -> proper indentation of md list items

Expand Down

0 comments on commit 50fd1cc

Please sign in to comment.