1 site_name: 'Windmill MkDocs Theme'
2 site_description: 'MkDocs theme focused on navigation and usability.'
3 site_author: 'Dmitry S'
5 repo_url: https://github.com/gristlabs/mkdocs-windmill
9 custom_dir: mkdocs_windmill
10 # Copy settings from mkdocs_theme.yml, which is ignored by custom_dir themes.
11 static_templates: [404.html]
12 search_index_only: true
13 include_search_page: true
15 # This should be renamed to nav for mkdocs 1.0+
18 - Customization: customization.md
20 - Sample Page A: sample-a.md
22 - Sample Subpage A1: a/sample-a1.md
23 - Sample Subpage A2: a/sample-a2.md
24 - Sample Page B: sample-b.md
31 history_buttons: false