Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
80 changes: 40 additions & 40 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,53 +32,53 @@ edit_uri: ""
nav:
- Introduction: "README.md"
- Commands:
- init: "commands/init.md"
- commit: "commands/commit.md"
- bump: "commands/bump.md"
- check: "commands/check.md"
- changelog: "commands/changelog.md"
- example: "commands/example.md"
- info: "commands/info.md"
- ls: "commands/ls.md"
- schema: "commands/schema.md"
- version: "commands/version.md"
- init: "commands/init.md"
- commit: "commands/commit.md"
- bump: "commands/bump.md"
- check: "commands/check.md"
- changelog: "commands/changelog.md"
- example: "commands/example.md"
- info: "commands/info.md"
- ls: "commands/ls.md"
- schema: "commands/schema.md"
- version: "commands/version.md"
- Configuration:
- Configuration File: "config/configuration_file.md"
- Version Provider: "config/version_provider.md"
- bump: "config/bump.md"
- commit: "config/commit.md"
- check: "config/check.md"
- changelog: "config/changelog.md"
- Misc Options: "config/option.md"
- Configuration File: "config/configuration_file.md"
- Version Provider: "config/version_provider.md"
- bump: "config/bump.md"
- commit: "config/commit.md"
- check: "config/check.md"
- changelog: "config/changelog.md"
- Misc Options: "config/option.md"
- Advanced Customization:
- Configuration File: "customization/config_file.md"
- Customized Python Class: "customization/python_class.md"
- Changelog Template: "customization/changelog_template.md"
- Configuration File: "customization/config_file.md"
- Customized Python Class: "customization/python_class.md"
- Changelog Template: "customization/changelog_template.md"
- Tutorials:
- Writing commits: "tutorials/writing_commits.md"
- Managing tags formats: "tutorials/tag_format.md"
- Auto check commits: "tutorials/auto_check.md"
- Auto prepare commit message: "tutorials/auto_prepare_commit_message.md"
- GitLab CI: "tutorials/gitlab_ci.md"
- GitHub Actions: "tutorials/github_actions.md"
- Jenkins pipeline: "tutorials/jenkins_pipeline.md"
- Developmental releases: "tutorials/dev_releases.md"
- Monorepo support: "tutorials/monorepo_guidance.md"
- Writing commits: "tutorials/writing_commits.md"
- Managing tags formats: "tutorials/tag_format.md"
- Auto check commits: "tutorials/auto_check.md"
- Auto prepare commit message: "tutorials/auto_prepare_commit_message.md"
- GitLab CI: "tutorials/gitlab_ci.md"
- GitHub Actions: "tutorials/github_actions.md"
- Jenkins pipeline: "tutorials/jenkins_pipeline.md"
- Developmental releases: "tutorials/dev_releases.md"
- Monorepo support: "tutorials/monorepo_guidance.md"
- FAQ: "faq.md"
- Features we won't add: "features_wont_add.md"
- Exit Codes: "exit_codes.md"
- Third-Party Commitizen Plugins:
- About: "third-party-plugins/about.md"
# Please sort the plugins alphabetically
- "third-party-plugins/commitizen-deno-provider.md"
- "third-party-plugins/commitizen-emoji.md"
- "third-party-plugins/conventional-jira.md"
- "third-party-plugins/cz-ai.md"
- "third-party-plugins/cz-conventional-gitmoji.md"
- "third-party-plugins/cz-emoji.md"
- "third-party-plugins/cz-legacy.md"
- "third-party-plugins/cz-path.md"
- "third-party-plugins/github-jira-conventional.md"
- About: "third-party-plugins/about.md"
# Please sort the plugins alphabetically
- "third-party-plugins/commitizen-deno-provider.md"
- "third-party-plugins/commitizen-emoji.md"
- "third-party-plugins/conventional-jira.md"
- "third-party-plugins/cz-ai.md"
- "third-party-plugins/cz-conventional-gitmoji.md"
- "third-party-plugins/cz-emoji.md"
- "third-party-plugins/cz-legacy.md"
- "third-party-plugins/cz-path.md"
- "third-party-plugins/github-jira-conventional.md"
- Contributing: "contributing.md"
- Contributing TL;DR: "contributing_tldr.md"
- Resources: "external_links.md"
Expand Down