diff options
author | Shankho Boron Ghosh <shankhoghosh123@gmail.com> | 2020-10-30 10:23:28 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-11-13 12:52:48 +0000 |
commit | b925cccc60a97d3592330cebe6b4e17e6889e3bf (patch) | |
tree | 98084cf6c07c1849357fdf6940fda0a20ab27165 /mkdocs.yml | |
parent | 29251f313842f7e642cf81f2fd24c4f92359a4ea (diff) |
Added [in-progress] Developer Guides
Updated mkdocs.yml, README.md.
Text wrap markdowns at 80.
Cherry-pick from master
Bug-AGL: [SPEC-3633]
Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com>
Change-Id: I2d7b43cb870e97786d3eb101c60a2071cc50f0be
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25498
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25546
Diffstat (limited to 'mkdocs.yml')
-rw-r--r-- | mkdocs.yml | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -1,5 +1,5 @@ site_name: AGL Documentation -site_url: http://agl-docs.readthedocs.io/ +site_url: http://docs.automotivelinux.org/ site_author: Shankho Boron Ghosh theme_dir: 'theme/mkdocs_windmill' theme: @@ -10,16 +10,6 @@ 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\-\_]+' |