Skip to content

Commit

Permalink
Add admonitions in new docs #1686
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jan 6, 2025
1 parent c20b7da commit 1b489b9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions documentation/mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@ theme: material
locale: en
markdown_extensions:
- toc:
baselevel: 2
baselevel: 1
# https://squidfunk.github.io/mkdocs-material/reference/admonitions/#supported-types
- admonition
- pymdownx.details
- pymdownx.superfences
extra_css:
- css/style.css
plugins:
- toc-md:
toc_page_title: DSMR-reader documentation
toc_page_description: See sidebar for a more specific navigation or below for a (global) overview.
header_level: 3
header_level: 1

0 comments on commit 1b489b9

Please sign in to comment.