summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-11-03 06:07:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-11-03 06:07:45 +0000
commit5f208e04c159791e668031a7fa83f98724ec8d24 (patch)
tree4b58b42fd2a91a14871010e2dd39369a839ae383 /mkdocs.yml
parentAdding upstream version 0.13.1. (diff)
downloadgitlint-222ef16bc3e4db460c53d260b1af09254a55002f.tar.xz
gitlint-222ef16bc3e4db460c53d260b1af09254a55002f.zip
Adding upstream version 0.14.0.upstream/0.14.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml11
1 files changed, 8 insertions, 3 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index e373b71..ce3ac60 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -9,9 +9,14 @@ nav:
- Contrib Rules: contrib_rules.md
- User Defined Rules: user_defined_rules.md
- Contributing: contributing.md
- - Changelog: https://github.com/jorisroovers/gitlint/blob/master/CHANGELOG.md
+ - Changelog: https://github.com/jorisroovers/gitlint/blob/main/CHANGELOG.md
markdown_extensions: [admonition]
-theme: readthedocs
+theme:
+ name: readthedocs
+ navigation_depth: 2
strict: true
-extra_css: [extra.css] \ No newline at end of file
+extra_css:
+ - extra.css
+extra_javascript:
+ - extra.js \ No newline at end of file