We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02cbe7 commit ce3f40eCopy full SHA for ce3f40e
docs/.vitepress/config.ts
@@ -65,14 +65,14 @@ const sidebar = [
65
{ text: 'Conventional Commits', link: '/features/conventional-commits' },
66
{ text: 'Message Format Rules', link: '/features/message-format' },
67
{ text: 'Issue References', link: '/features/issue-references' },
68
- { text: 'Custom Rules', link: '/features/custom-rules' },
69
],
70
},
71
{
72
text: 'Advanced',
73
items: [
74
{ text: 'Git Hooks', link: '/advanced/git-hooks' },
75
{ text: 'CI Integration', link: '/advanced/ci-integration' },
+ { text: 'Custom Rules', link: '/advanced/custom-rules' },
76
{ text: 'Performance', link: '/advanced/performance' },
77
78
0 commit comments