summaryrefslogtreecommitdiffstats
path: root/mkdocs.yml
blob: 23ceb2312dcd633e7b6b3e181dff5530b263ccf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
    - 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/main/CHANGELOG.md

markdown_extensions: [admonition]
theme: 
    name: readthedocs
    navigation_depth: 2
strict: true
extra_css: 
    - extra.css
extra_javascript:
    - extra.js