forked from commitizen-tools/commitizen
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
36 lines (32 loc) · 1.01 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
site_name: Commitizen
site_description: commit rules, semantic version, conventional commits
theme:
name: 'material'
repo_name: commitizen-tools/commitizen
repo_url: https://github.com/commitizen-tools/commitizen
edit_uri: ""
nav:
- Introduction: 'README.md'
- Commands:
- Init: 'init.md'
- Bump: 'bump.md'
- Check: 'check.md'
- Changelog: 'changelog.md'
- Configuration: 'config.md'
- Customization: 'customization.md'
- Tutorials:
- Writing commits: 'tutorials/writing_commits.md'
- GitLab CI: 'tutorials/gitlab_ci.md'
- Github Actions: 'tutorials/github_actions.md'
- Jenkins pipeline: 'tutorials/jenkins_pipeline.md'
- FAQ: 'faq.md'
- Exit Codes: 'exit_codes.md'
- Third-Party Commitizen Templates: 'third-party-commitizen.md'
- Contributing: 'contributing.md'
- Resources: 'external_links.md'
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- admonition
- codehilite
- extra