summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml12
1 files changed, 9 insertions, 3 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
index e373b71..23ceb23 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -2,6 +2,7 @@ site_name: Gitlint
site_description: Linting for your git commit messages
site_url: http://jorisroovers.github.io/gitlint/
repo_url: https://github.com/jorisroovers/gitlint
+edit_uri: edit/main/docs
nav:
- Home: index.md
- Configuration: configuration.md
@@ -9,9 +10,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