File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,30 +16,30 @@ edit_uri: !ENV [EDIT_URI, edit/main]
1616
1717
1818markdown_extensions :
19- - plantuml_markdown :
20- format : svg
21- cachedir : /tmp/cachedir
22- - admonition
23- - lightgallery
24- - attr_list
25- - pymdownx.highlight :
26- - pymdownx.inlinehilite
27- - pymdownx.snippets
28- - pymdownx.superfences
19+ plantuml_markdown :
20+ format : svg
21+ cachedir : /tmp/cachedir
22+ admonition :
23+ lightgallery :
24+ attr_list :
25+ pymdownx.highlight :
26+ pymdownx.inlinehilite :
27+ pymdownx.snippets :
28+ pymdownx.superfences :
2929
3030
3131plugins :
32- - awesome-pages :
33- collapse_single_pages : true
34- - macros :
35- module_name : mkdocs_macros
36- - inline-svg
37- - mkdocs-simple-hooks :
38- hooks :
39- on_files : " ladoc_hooks:add_hidden_files"
40- - mkdocs-video
41- - exclude :
42- glob :
43- - node_modules/*
44- - tmp/*
32+ awesome-pages :
33+ collapse_single_pages : true
34+ macros :
35+ module_name : mkdocs_macros
36+ inline-svg :
37+ mkdocs-simple-hooks :
38+ hooks :
39+ on_files : " ladoc_hooks:add_hidden_files"
40+ mkdocs-video :
41+ exclude :
42+ glob :
43+ - node_modules/*
44+ - tmp/*
4545copyright : !ENV [COPYRIGHT, "TODO: Change COPYRIGHT env variable"]
You can’t perform that action at this time.
0 commit comments