diff options
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml new file mode 100644 index 0000000..332c4bd --- /dev/null +++ b/mkdocs.yml @@ -0,0 +1,20 @@ +site_name: AGL Documentation +site_url: https://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 + + |