Skip to content

Commit db2a2c3

Browse files
Updated the order of items in the sidebar for the get started section
1 parent 35a7274 commit db2a2c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/.vitepress/config.mts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,19 @@ export default defineConfig({
8585
collapsed: false,
8686
items: [
8787
{ text: 'Introduction', link: '/get-started/introduction' },
88-
{ text: 'Sponsors', link: '/get-started/sponsors' },
88+
{ text: 'Usage', link: '/get-started/usage' },
89+
{ text: 'Concepts', link: '/get-started/concepts' },
8990
{ text: 'Screenshots', link: '/get-started/screenshots' },
9091
{ text: 'Videos', link: '/get-started/videos' },
91-
{ text: 'Concepts', link: '/get-started/concepts' },
9292
{ text: '--------------------------------' },
93-
{ text: 'Usage', link: '/get-started/usage' },
9493
{ text: 'Installation', link: '/get-started/installation' },
9594
{ text: 'Upgrade', link: '/get-started/upgrade' },
9695
{ text: 'Downgrade', link: '/get-started/downgrade' },
9796
{ text: 'Uninstallation', link: '/get-started/uninstallation' },
9897
{ text: '--------------------------------' },
9998
{ text: 'Team', link: '/get-started/team' },
10099
{ text: 'Support', link: '/get-started/support' },
100+
{ text: 'Sponsors', link: '/get-started/sponsors' },
101101
{
102102
text: 'Contribute',
103103
collapsed: true,

0 commit comments

Comments
 (0)