Skip to content

Commit ec5d9de

Browse files
committed
reformat to alternative syntax so inheritance will work correctly
1 parent 9197376 commit ec5d9de

1 file changed

Lines changed: 23 additions & 23 deletions

File tree

mkdocs/base.yml

Lines changed: 23 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,30 +16,30 @@ edit_uri: !ENV [EDIT_URI, edit/main]
1616

1717

1818
markdown_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

3131
plugins:
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/*
4545
copyright: !ENV [COPYRIGHT, "TODO: Change COPYRIGHT env variable"]

0 commit comments

Comments
 (0)