Преглед на файлове

fmt/mkdocs: set toc depth and custom css

Daniel-Constantin Mierla преди 3 години
родител
ревизия
3da97db3e8
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      fmt/mkdocs/mkdocs.yml

+ 5 - 0
fmt/mkdocs/mkdocs.yml

@@ -1,6 +1,11 @@
 site_name: Kamailio Wiki Documentation
 docs_dir: '../../docs'
 site_dir: '../../html/mkdocs'
+theme:
+    name: mkdocs
+    navigation_depth: 3
+extra_css:
+    - '_xcfg/mkdocs/css/custom.css'
 nav:
     - 'Wiki Home': index.md
     - 'Kamailio Site': 'https://www.kamailio.org/'