diff options
author | 2020-11-06 20:20:45 +0530 | |
---|---|---|
committer | 2020-11-10 15:25:18 +0000 | |
commit | 992be2143539df943ba835ffa6b1165e5c841119 (patch) | |
tree | 613c05e71974bed2ff8a7bf96e747ac7c6d23571 /mkdocs.yml | |
parent | 1aeb863a111b8ea1b48d56d4a563c8398082858e (diff) |
Added Halibut Branchhalibut
Meta redirects to http://old-docs.automotivelinux.org/docs/en/halibut/getting_started/
Bug-AGL: [SPEC-3633]
Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com>
Change-Id: I2f106628e603cb207d1734f521b5e8d1fb4164dc
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25515
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
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 + + |