02_agl_compositor.md: How to change default ref UI
[AGL/documentation.git] / mkdocs.yml
index 76173e8..01e0f5c 100644 (file)
@@ -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
+