aboutsummaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
blob: 5d69bf868e5930a49f5cb49ea93063ef21fc84fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
site_name: AGL Documentation
site_url: http://docs.automotivelinux.org/
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

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

markdown_extensions:
  - pymdownx.superfences
  - pymdownx.tasklist:
      custom_checkbox: true