rewrote quickstart, build-process
[AGL/documentation.git] / mkdocs.yml
index 76173e8..7fa5db1 100644 (file)
@@ -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
+