02_agl_compositor.md: How to change default ref UI
[AGL/documentation.git] / mkdocs.yml
1 site_name: AGL Documentation
2 site_url: http://docs.automotivelinux.org/
3 site_author: Shankho Boron Ghosh
4 theme_dir: 'theme/mkdocs_windmill'
5 theme:
6   name: null
7   custom_dir: 'theme/mkdocs_windmill'
8   # Copy settings from mkdocs_theme.yml, which is ignored by custom_dir themes.
9   static_templates: [404.html]
10   search_index_only: true
11   include_search_page: true
12
13 plugins:
14   - search:
15       separator: '[\s\-\_]+'
16
17 markdown_extensions:
18   - toc:
19       permalink: true
20   - pymdownx.superfences
21   - pymdownx.tasklist:
22       custom_checkbox: true
23
24