File tree Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Expand file tree Collapse file tree 1 file changed +21
-6
lines changed Original file line number Diff line number Diff line change 65
65
- html : templating/templating.md
66
66
- Static Files : templating/staticfiles.md
67
67
68
- # - Custom Providers: basics/custom-providers .md
68
+ - Caching : caching .md
69
69
# - Injection Scopes: basics/injection-scope.md
70
70
# - Model View Controller: basics/model-view-controller.md
71
71
# - Events: basics/events.md
79
79
- Release Notes : release-notes.md
80
80
81
81
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
+
87
102
extra_css :
88
103
- stylesheets/extra.css
You can’t perform that action at this time.
0 commit comments