forked from commitizen-tools/commitizen
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
29 lines (25 loc) · 738 Bytes
/
mkdocs.yml
File metadata and controls
29 lines (25 loc) · 738 Bytes
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
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'
- Configuration: 'config.md'
- Commands:
- Bump: 'bump.md'
- Check: 'check.md'
- Init: 'init.md'
- Customization: 'customization.md'
- Tutorials:
- Writing commits: 'tutorials/writing_commits.md'
- GitLab CI: 'tutorials/gitlab_ci.md'
- Github Actions: 'tutorials/github_actions.md'
markdown_extensions:
- markdown.extensions.codehilite:
guess_lang: false
- admonition
- codehilite
- extra