aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
blob: 7fa5db15a5f768d6a9d2a05cae336deae1319eef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
site_name: AGL Documentation
site_url: http://agl-docs.readthedocs.io/
site_author: Shankho Boron Ghosh
theme_dir: 'theme/mkdocs_windmill'
theme:
  name: null
  custom_dir: 'theme/mkdocs_windmill'
  # Copy settings from mkdocs_theme.yml, which is ignored by custom_dir themes.
  static_templates: [404.html]
  search_index_only: true
  include_search_page: true



#theme:
  #name: windmill
  #include_sidebar: False
  #include_homepage_in_sidebar: False
  #navigation_depth: 1
  #collapse_navigation: False
  # titles_only: True

plugins:
  - search:
      separator: '[\s\-\_]+'

markdown_extensions:
  - pymdownx.superfences