blob: 9c03dde0993b833c70abbeefdc0e2d87842ab48a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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
|