summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2020-03-19 14:00:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2020-03-19 14:00:14 +0000
commitdf9615bac55ac6f1c3f516b66279ac0007175030 (patch)
tree84dd81d1c97835271cea7fbdd67c074742365e07 /mkdocs.yml
parentInitial commit. (diff)
downloadgitlint-df9615bac55ac6f1c3f516b66279ac0007175030.tar.xz
gitlint-df9615bac55ac6f1c3f516b66279ac0007175030.zip
Adding upstream version 0.13.1.upstream/0.13.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 0000000..e373b71
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,17 @@
+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
+nav:
+ - Home: index.md
+ - Configuration: configuration.md
+ - Rules: rules.md
+ - 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
+
+markdown_extensions: [admonition]
+theme: readthedocs
+strict: true
+extra_css: [extra.css] \ No newline at end of file