Skip to content

Commit 628b9eb

Browse files
committed
modified mkdoc.yml
1 parent aa9bfe0 commit 628b9eb

File tree

1 file changed

+21
-6
lines changed

1 file changed

+21
-6
lines changed

mkdocs.yml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ nav:
6565
- html: templating/templating.md
6666
- Static Files: templating/staticfiles.md
6767

68-
# - Custom Providers: basics/custom-providers.md
68+
- Caching: caching.md
6969
# - Injection Scopes: basics/injection-scope.md
7070
# - Model View Controller: basics/model-view-controller.md
7171
# - Events: basics/events.md
@@ -79,10 +79,25 @@ nav:
7979
- Release Notes: release-notes.md
8080

8181
markdown_extensions:
82-
- codehilite
83-
- admonition
84-
- pymdownx.superfences
85-
- toc:
86-
permalink: true
82+
- attr_list
83+
- toc:
84+
permalink: true
85+
- admonition
86+
- def_list
87+
- tables
88+
- abbr
89+
- footnotes
90+
- md_in_html
91+
- codehilite
92+
- pymdownx.superfences:
93+
custom_fences:
94+
- name: mermaid
95+
class: mermaid
96+
format: !!python/name:pymdownx.superfences.fence_code_format ''
97+
- pymdownx.details
98+
- pymdownx.tabbed:
99+
alternate_style: true
100+
- pymdownx.saneheaders
101+
87102
extra_css:
88103
- stylesheets/extra.css

0 commit comments

Comments
 (0)