Skip to content

Commit

Permalink
update MkDocs config file
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Dec 4, 2024
1 parent 69f6969 commit 3e67b35
Showing 1 changed file with 20 additions and 3 deletions.
23 changes: 20 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,23 @@ theme:
- navigation.indexes # Section index pages -- https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#section-index-pages
- navigation.top # Back-To-Top button -- https://squidfunk.github.io/mkdocs-material/setup/setting-up-navigation/#back-to-top-button
markdown_extensions:
- github-callouts # https://github.com/oprypin/markdown-callouts/releases/tag/v0.4.0
- pymdownx.highlight # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight
- pymdownx.superfences # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences
- attr_list
- md_in_html # https://squidfunk.github.io/mkdocs-material/reference/grids/
- tables # https://squidfunk.github.io/mkdocs-material/reference/data-tables/
- footnotes # https://squidfunk.github.io/mkdocs-material/reference/footnotes/
- pymdownx.highlight: # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#highlight
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.snippets
- pymdownx.tabbed: # https://squidfunk.github.io/mkdocs-material/reference/content-tabs/#content-tabs
alternate_style: true
- pymdownx.superfences: # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#superfences
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji: # https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/#emoji
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- github-callouts

0 comments on commit 3e67b35

Please sign in to comment.