We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents af823ab + 9fc0d8d commit c22c871Copy full SHA for c22c871
mkdocs.yml
@@ -96,6 +96,8 @@ markdown_extensions:
96
- pymdownx.emoji:
97
emoji_index: !!python/name:material.extensions.emoji.twemoji
98
emoji_generator: !!python/name:material.extensions.emoji.to_svg
99
+ - markdown_include.include:
100
+ base_path: docs
101
102
nav:
103
- Home: index.md
requirements.txt
@@ -9,4 +9,5 @@ pygments>=2.10
9
pymdown-extensions>=9.0
10
mkdocs-redirects
11
mkdocs-glightbox
12
-mkdocs-video
+mkdocs-video
13
+markdown-include
0 commit comments