Skip to content

Commit

Permalink
docs: move code guidelines to contributing section
Browse files Browse the repository at this point in the history
  • Loading branch information
Xzelsius committed Sep 24, 2024
1 parent 48b12ac commit e141409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,14 +66,14 @@ function contributingSidebar(): DefaultTheme.SidebarItem[] {
collapsed: false,
items: [
{ text: 'Sources', link: 'sources' },
{ text: 'Code Guidelines', link: 'code-guidelines' },
{ text: 'Renovate', link: 'renovate' },
],
},
{
text: 'Contributing',
collapsed: false,
items: [
{ text: 'Code Guidelines', link: 'code-guidelines' },
{ text: 'Bug Reports', link: 'bug-reports' },
{ text: 'Feature Requests', link: 'feature-requests' },
{ text: 'Pull Requests', link: 'pull-requests' },
Expand Down

0 comments on commit e141409

Please sign in to comment.