Skip to content

Commit 1e5869e

Browse files
committed
style(mkdocs.yml): make indent consistent in nav section
1 parent 30bb513 commit 1e5869e

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
@@ -34,53 +34,53 @@ edit_uri: ""
3434
nav:
3535
- Introduction: "README.md"
3636
- Commands:
37-
- init: "commands/init.md"
38-
- commit: "commands/commit.md"
39-
- bump: "commands/bump.md"
40-
- check: "commands/check.md"
41-
- changelog: "commands/changelog.md"
42-
- example: "commands/example.md"
43-
- info: "commands/info.md"
44-
- ls: "commands/ls.md"
45-
- schema: "commands/schema.md"
46-
- version: "commands/version.md"
37+
- init: "commands/init.md"
38+
- commit: "commands/commit.md"
39+
- bump: "commands/bump.md"
40+
- check: "commands/check.md"
41+
- changelog: "commands/changelog.md"
42+
- example: "commands/example.md"
43+
- info: "commands/info.md"
44+
- ls: "commands/ls.md"
45+
- schema: "commands/schema.md"
46+
- version: "commands/version.md"
4747
- Configuration:
48-
- Configuration File: "config/configuration_file.md"
49-
- Version Provider: "config/version_provider.md"
50-
- bump: "config/bump.md"
51-
- commit: "config/commit.md"
52-
- check: "config/check.md"
53-
- changelog: "config/changelog.md"
54-
- Misc Options: "config/option.md"
48+
- Configuration File: "config/configuration_file.md"
49+
- Version Provider: "config/version_provider.md"
50+
- bump: "config/bump.md"
51+
- commit: "config/commit.md"
52+
- check: "config/check.md"
53+
- changelog: "config/changelog.md"
54+
- Misc Options: "config/option.md"
5555
- Advanced Customization:
56-
- Configuration File: "customization/config_file.md"
57-
- Customized Python Class: "customization/python_class.md"
58-
- Changelog Template: "customization/changelog_template.md"
56+
- Configuration File: "customization/config_file.md"
57+
- Customized Python Class: "customization/python_class.md"
58+
- Changelog Template: "customization/changelog_template.md"
5959
- Tutorials:
60-
- Writing commits: "tutorials/writing_commits.md"
61-
- Managing tags formats: "tutorials/tag_format.md"
62-
- Auto check commits: "tutorials/auto_check.md"
63-
- Auto prepare commit message: "tutorials/auto_prepare_commit_message.md"
64-
- GitLab CI: "tutorials/gitlab_ci.md"
65-
- GitHub Actions: "tutorials/github_actions.md"
66-
- Jenkins pipeline: "tutorials/jenkins_pipeline.md"
67-
- Developmental releases: "tutorials/dev_releases.md"
68-
- Monorepo support: "tutorials/monorepo_guidance.md"
60+
- Writing commits: "tutorials/writing_commits.md"
61+
- Managing tags formats: "tutorials/tag_format.md"
62+
- Auto check commits: "tutorials/auto_check.md"
63+
- Auto prepare commit message: "tutorials/auto_prepare_commit_message.md"
64+
- GitLab CI: "tutorials/gitlab_ci.md"
65+
- GitHub Actions: "tutorials/github_actions.md"
66+
- Jenkins pipeline: "tutorials/jenkins_pipeline.md"
67+
- Developmental releases: "tutorials/dev_releases.md"
68+
- Monorepo support: "tutorials/monorepo_guidance.md"
6969
- FAQ: "faq.md"
7070
- Features we won't add: "features_wont_add.md"
7171
- Exit Codes: "exit_codes.md"
7272
- Third-Party Commitizen Plugins:
73-
- About: "third-party-plugins/about.md"
74-
# Please sort the plugins alphabetically
75-
- "third-party-plugins/commitizen-deno-provider.md"
76-
- "third-party-plugins/commitizen-emoji.md"
77-
- "third-party-plugins/conventional-jira.md"
78-
- "third-party-plugins/cz-ai.md"
79-
- "third-party-plugins/cz-conventional-gitmoji.md"
80-
- "third-party-plugins/cz-emoji.md"
81-
- "third-party-plugins/cz-legacy.md"
82-
- "third-party-plugins/cz-path.md"
83-
- "third-party-plugins/github-jira-conventional.md"
73+
- About: "third-party-plugins/about.md"
74+
# Please sort the plugins alphabetically
75+
- "third-party-plugins/commitizen-deno-provider.md"
76+
- "third-party-plugins/commitizen-emoji.md"
77+
- "third-party-plugins/conventional-jira.md"
78+
- "third-party-plugins/cz-ai.md"
79+
- "third-party-plugins/cz-conventional-gitmoji.md"
80+
- "third-party-plugins/cz-emoji.md"
81+
- "third-party-plugins/cz-legacy.md"
82+
- "third-party-plugins/cz-path.md"
83+
- "third-party-plugins/github-jira-conventional.md"
8484
- Contributing: "contributing.md"
8585
- Contributing TL;DR: "contributing_tldr.md"
8686
- Resources: "external_links.md"

0 commit comments

Comments
 (0)