Skip to content

Commit

Permalink
doc: enable new feature of mkdocs-material.
Browse files Browse the repository at this point in the history
  • Loading branch information
roddhjav committed Dec 10, 2023
1 parent 4b97355 commit ab27bc1
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 @@ -41,9 +41,9 @@ theme:
view: material/file-eye-outline
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.indexes
- navigation.sections
- navigation.tabs
Expand All @@ -57,7 +57,10 @@ extra_css:

# Plugins
plugins:
- privacy
- search
- offline:
enabled: !ENV [CI, true]
- git-revision-date-localized:
enabled: !ENV [ENABLED_GIT_REVISION_DATE, True]
enable_creation_date: true
Expand All @@ -84,6 +87,7 @@ markdown_extensions:
- attr_list
- def_list
- footnotes
- tables
- md_in_html
- toc:
permalink: true
Expand All @@ -99,13 +103,13 @@ markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
Expand Down

0 comments on commit ab27bc1

Please sign in to comment.