Skip to content

Commit ce3f40e

Browse files
committed
docs: adjust Custom Rules position
1 parent a02cbe7 commit ce3f40e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,14 @@ const sidebar = [
6565
{ text: 'Conventional Commits', link: '/features/conventional-commits' },
6666
{ text: 'Message Format Rules', link: '/features/message-format' },
6767
{ text: 'Issue References', link: '/features/issue-references' },
68-
{ text: 'Custom Rules', link: '/features/custom-rules' },
6968
],
7069
},
7170
{
7271
text: 'Advanced',
7372
items: [
7473
{ text: 'Git Hooks', link: '/advanced/git-hooks' },
7574
{ text: 'CI Integration', link: '/advanced/ci-integration' },
75+
{ text: 'Custom Rules', link: '/advanced/custom-rules' },
7676
{ text: 'Performance', link: '/advanced/performance' },
7777
],
7878
},

0 commit comments

Comments
 (0)