Skip to content

Commit 3b105c5

Browse files
committed
style(mkdocs.yml): make indent consistent in nav section
1 parent c2ae121 commit 3b105c5

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

mkdocs.yml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -32,53 +32,53 @@ edit_uri: ""
3232
nav:
3333
- Introduction: "README.md"
3434
- Commands:
35-
- init: "commands/init.md"
36-
- commit: "commands/commit.md"
37-
- bump: "commands/bump.md"
38-
- check: "commands/check.md"
39-
- changelog: "commands/changelog.md"
40-
- example: "commands/example.md"
41-
- info: "commands/info.md"
42-
- ls: "commands/ls.md"
43-
- schema: "commands/schema.md"
44-
- version: "commands/version.md"
35+
- init: "commands/init.md"
36+
- commit: "commands/commit.md"
37+
- bump: "commands/bump.md"
38+
- check: "commands/check.md"
39+
- changelog: "commands/changelog.md"
40+
- example: "commands/example.md"
41+
- info: "commands/info.md"
42+
- ls: "commands/ls.md"
43+
- schema: "commands/schema.md"
44+
- version: "commands/version.md"
4545
- Configuration:
46-
- Configuration File: "config/configuration_file.md"
47-
- Version Provider: "config/version_provider.md"
48-
- bump: "config/bump.md"
49-
- commit: "config/commit.md"
50-
- check: "config/check.md"
51-
- changelog: "config/changelog.md"
52-
- Misc Options: "config/option.md"
46+
- Configuration File: "config/configuration_file.md"
47+
- Version Provider: "config/version_provider.md"
48+
- bump: "config/bump.md"
49+
- commit: "config/commit.md"
50+
- check: "config/check.md"
51+
- changelog: "config/changelog.md"
52+
- Misc Options: "config/option.md"
5353
- Advanced Customization:
54-
- Configuration File: "customization/config_file.md"
55-
- Customized Python Class: "customization/python_class.md"
56-
- Changelog Template: "customization/changelog_template.md"
54+
- Configuration File: "customization/config_file.md"
55+
- Customized Python Class: "customization/python_class.md"
56+
- Changelog Template: "customization/changelog_template.md"
5757
- Tutorials:
58-
- Writing commits: "tutorials/writing_commits.md"
59-
- Managing tags formats: "tutorials/tag_format.md"
60-
- Auto check commits: "tutorials/auto_check.md"
61-
- Auto prepare commit message: "tutorials/auto_prepare_commit_message.md"
62-
- GitLab CI: "tutorials/gitlab_ci.md"
63-
- GitHub Actions: "tutorials/github_actions.md"
64-
- Jenkins pipeline: "tutorials/jenkins_pipeline.md"
65-
- Developmental releases: "tutorials/dev_releases.md"
66-
- Monorepo support: "tutorials/monorepo_guidance.md"
58+
- Writing commits: "tutorials/writing_commits.md"
59+
- Managing tags formats: "tutorials/tag_format.md"
60+
- Auto check commits: "tutorials/auto_check.md"
61+
- Auto prepare commit message: "tutorials/auto_prepare_commit_message.md"
62+
- GitLab CI: "tutorials/gitlab_ci.md"
63+
- GitHub Actions: "tutorials/github_actions.md"
64+
- Jenkins pipeline: "tutorials/jenkins_pipeline.md"
65+
- Developmental releases: "tutorials/dev_releases.md"
66+
- Monorepo support: "tutorials/monorepo_guidance.md"
6767
- FAQ: "faq.md"
6868
- Features we won't add: "features_wont_add.md"
6969
- Exit Codes: "exit_codes.md"
7070
- Third-Party Commitizen Plugins:
71-
- About: "third-party-plugins/about.md"
72-
# Please sort the plugins alphabetically
73-
- "third-party-plugins/commitizen-deno-provider.md"
74-
- "third-party-plugins/commitizen-emoji.md"
75-
- "third-party-plugins/conventional-jira.md"
76-
- "third-party-plugins/cz-ai.md"
77-
- "third-party-plugins/cz-conventional-gitmoji.md"
78-
- "third-party-plugins/cz-emoji.md"
79-
- "third-party-plugins/cz-legacy.md"
80-
- "third-party-plugins/cz-path.md"
81-
- "third-party-plugins/github-jira-conventional.md"
71+
- About: "third-party-plugins/about.md"
72+
# Please sort the plugins alphabetically
73+
- "third-party-plugins/commitizen-deno-provider.md"
74+
- "third-party-plugins/commitizen-emoji.md"
75+
- "third-party-plugins/conventional-jira.md"
76+
- "third-party-plugins/cz-ai.md"
77+
- "third-party-plugins/cz-conventional-gitmoji.md"
78+
- "third-party-plugins/cz-emoji.md"
79+
- "third-party-plugins/cz-legacy.md"
80+
- "third-party-plugins/cz-path.md"
81+
- "third-party-plugins/github-jira-conventional.md"
8282
- Contributing: "contributing.md"
8383
- Contributing TL;DR: "contributing_tldr.md"
8484
- Resources: "external_links.md"

0 commit comments

Comments
 (0)