02_agl_compositor.md: How to change default ref UI
[AGL/documentation.git] / theme / mkdocs.yml
1 site_name: 'Windmill MkDocs Theme'
2 site_description: 'MkDocs theme focused on navigation and usability.'
3 site_author: 'Dmitry S'
4
5 repo_url: https://github.com/gristlabs/mkdocs-windmill
6
7 theme:
8   name: null
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
14
15 # This should be renamed to nav for mkdocs 1.0+
16 pages:
17 - Usage: index.md
18 - Customization: customization.md
19 - Samples:
20   - Sample Page A: sample-a.md
21   - Sample Subfolder:
22     - Sample Subpage A1: a/sample-a1.md
23     - Sample Subpage A2: a/sample-a2.md
24   - Sample Page B: sample-b.md
25
26 markdown_extensions:
27   - toc:
28       permalink: '#'
29
30 extra:
31   history_buttons: false
32   version: v1.0.4