Skip to content

Commit afdde8a

Browse files
committed
added mkdoc extension for snippets
1 parent aee9cda commit afdde8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

mkdocs.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
site_name: django async extensions
22
repo_url: https://github.com/amirreza8002/django-async-extensions
3+
4+
markdown_extensions:
5+
- pymdownx.snippets:
6+
check_paths: true
7+
base_path: ["."]
8+
39
theme:
410
name: material
511
highlightjs: true
@@ -29,3 +35,4 @@ theme:
2935
icon: material/weather-night
3036
name: Switch to system preference
3137

38+

0 commit comments

Comments
 (0)