summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml8
1 files changed, 5 insertions, 3 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index 76173e8..7fa5db1 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -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
+