X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=mkdocs.yml;h=01e0f5c9812fe6ed9e39e139747c362e5a9871e2;hb=refs%2Fheads%2Fmaster;hp=76173e8749077591868aaa6a1919027a5d3a2de4;hpb=4aad369c9728061c97b3de792286e743ee884b09;p=AGL%2Fdocumentation.git diff --git a/mkdocs.yml b/mkdocs.yml index 76173e8..01e0f5c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,5 +1,5 @@ -site_name: Automotive Grade Linux Documentation Site -site_url: http://agl-docs.readthedocs.io/ +site_name: AGL Documentation +site_url: http://docs.automotivelinux.org/ site_author: Shankho Boron Ghosh theme_dir: 'theme/mkdocs_windmill' theme: @@ -10,19 +10,15 @@ theme: 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: + - toc: + permalink: true + - pymdownx.superfences + - pymdownx.tasklist: + custom_checkbox: true +