1- site_name : mkdocstrings-crystal
1+ site_name : MkDocs Plugins
22site_url : " https://oprypin.github.io/mkdocstrings-crystal"
33repo_url : " https://github.com/oprypin/mkdocstrings-crystal"
44edit_uri : blob/master/docs/
@@ -7,6 +7,7 @@ use_directory_urls: false
77theme :
88 name : material
99 features :
10+ - navigation.tabs
1011 - navigation.expand
1112 icon :
1213 repo : fontawesome/brands/github
@@ -15,10 +16,13 @@ theme:
1516 accent : purple
1617
1718extra_css :
18- - css/style.css
19+ - assets/style.css
20+ extra_javascript :
21+ - assets/script.js
1922
2023plugins :
2124 - search
25+ - section-index
2226 - mkdocstrings :
2327 watch :
2428 - mkdocstrings
@@ -31,7 +35,6 @@ plugins:
3135 show_source : false
3236 show_root_heading : true
3337 show_root_full_path : false
34- - section-index
3538
3639markdown_extensions :
3740 - pymdownx.highlight
@@ -46,15 +49,20 @@ markdown_extensions:
4649 permalink : " #"
4750
4851nav :
49- - Introduction : README.md
50- - Quickstart :
51- - quickstart/index.md
52- - Migrate from `crystal doc` : quickstart/migrate.md
53- - Managing Python dependencies : quickstart/python-dependencies.md
54- - Continuous build and publishing : quickstart/ci.md
55- - Configuration : configuration.md
56- - Styling : styling.md
57- - Extras : extras.md
58- - Troubleshooting : troubleshooting.md
59- - Introspection API : api.md
60- - Showcase : showcase.md
52+ - mkdocstrings-crystal :
53+ - README.md
54+ - Quickstart :
55+ - quickstart/index.md
56+ - Migrate from `crystal doc` : quickstart/migrate.md
57+ - Managing Python dependencies : quickstart/python-dependencies.md
58+ - Continuous build and publishing : quickstart/ci.md
59+ - Configuration : configuration.md
60+ - Styling : styling.md
61+ - Extras : extras.md
62+ - Troubleshooting : troubleshooting.md
63+ - Introspection API : api.md
64+ - Showcase : showcase.md
65+ - section-index : /mkdocs-section-index/
66+ - literate-nav : /mkdocs-literate-nav/
67+ - gen-files : /mkdocs-gen-files/
68+ - same-dir : /mkdocs-same-dir/
0 commit comments