Skip to content

Commit

Permalink
Fix MkDocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
jponge committed Mar 15, 2024
1 parent beff92e commit feab94c
Showing 1 changed file with 24 additions and 5 deletions.
29 changes: 24 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,38 @@ nav:

theme:
name: material
custom_dir: overrides
palette:
primary: white
accent: red
font:
features:
- navigation.sections

markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.snippets
- toc:
permalink: '#'
- admonition
- smarty
- attr_list
- md_in_html
- meta
- tables
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets
- pymdownx.inlinehilite
- pymdownx.details
- pymdownx.smartsymbols
- pymdownx.betterem
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg

extra:
manifest: manifest.webmanifest
Expand Down

0 comments on commit feab94c

Please sign in to comment.