diff options
author | growupboron <shankhoghosh123@gmail.com> | 2020-10-09 00:19:18 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-10-14 11:19:53 +0000 |
commit | eefc3ab6cbb8a5901632f46d99e13c8d90b2415d (patch) | |
tree | 90815d532ed7b2d0962a1468aee29f05a4404eef /mkdocs.yml | |
parent | 4aad369c9728061c97b3de792286e743ee884b09 (diff) |
rewrote quickstart, build-process
Revamped and updated documentation to install and build AGL images.
(removed whitespaces, added contribution guide, corrected rcar-gen3 section 7, added aglsetup.h flags to hardware support, some minor changes)
Bug-AGL: [SPEC-3633]
Signed-off-by: Shankho Boron Ghosh <shankhoghosh123@gmail.com>
Change-Id: Iedb6c7dc1661f4bc58b5f25ea5d188778c7ff908
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/25407
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 | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,4 +1,4 @@ -site_name: Automotive Grade Linux Documentation Site +site_name: AGL Documentation site_url: http://agl-docs.readthedocs.io/ site_author: Shankho Boron Ghosh theme_dir: 'theme/mkdocs_windmill' @@ -12,17 +12,19 @@ theme: -#theme: +#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: + - pymdownx.superfences + |