rewrote quickstart, build-process
[AGL/documentation.git] / mkdocs.yml
1 site_name: AGL Documentation
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 plugins:
24   - search:
25       separator: '[\s\-\_]+'
26
27 markdown_extensions:
28   - pymdownx.superfences
29
30