Skip to content

Commit 29ba329

Browse files
Add markdown extensions to mkdocs configuration
Added markdown extensions for enhanced documentation features.
1 parent 66c8d50 commit 29ba329

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

mkdocs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,12 @@ theme:
1010
- navigation.tabs
1111
- navigation.expand
1212
- toc.integrate
13-
13+
14+
markdown_extensions:
15+
- admonition
16+
- pymdownx.details
17+
- pymdownx.superfences
18+
1419
nav:
1520
- Home: index.md
1621
- Getting started: gettingstarted.md

0 commit comments

Comments
 (0)