Skip to content

Commit

Permalink
- more updates for the material theme
Browse files Browse the repository at this point in the history
  • Loading branch information
kodeart committed Feb 22, 2024
1 parent c4d5c66 commit 41bcd09
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ theme:
repo: fontawesome/brands/git-alt
features:
- header.autohide
- navigation.footer

nav:
- Intro: index.md
Expand Down Expand Up @@ -68,7 +69,11 @@ markdown_extensions:
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.mark
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
Expand Down

0 comments on commit 41bcd09

Please sign in to comment.