Simplified doc-site generation
[AGL/documentation.git] / mkdocs.yml
1 site_name: Automotive Grade Linux Documentation Site
2 site_url: http://agl-docs.readthedocs.io/
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
14
15 #theme: 
16   #name: windmill
17   #include_sidebar: False
18   #include_homepage_in_sidebar: False
19   #navigation_depth: 1
20   #collapse_navigation: False
21   # titles_only: True
22   
23
24 plugins:
25   - search:
26       separator: '[\s\-\_]+'
27
28