Skip to content

Commit 4701841

Browse files
Merge pull request #266 from coollabsio/next-sidebar
chore: new sidebar config
2 parents d64c197 + 152774b commit 4701841

File tree

1 file changed

+17
-9
lines changed

1 file changed

+17
-9
lines changed

docs/.vitepress/config.mts

Lines changed: 17 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -91,16 +91,24 @@ export default defineConfig({
9191
collapsed: false,
9292
items: [
9393
{ text: 'Introduction', link: '/get-started/introduction' },
94+
{
95+
text: 'Installation',
96+
link: '/get-started/installation',
97+
collapsed: false,
98+
items: [
99+
{ text: 'Upgrade', link: '/get-started/upgrade' },
100+
{ text: 'Downgrade', link: '/get-started/downgrade' },
101+
{ text: 'Uninstallation', link: '/get-started/uninstallation' },
102+
]
103+
},
94104
{ text: 'Usage', link: '/get-started/usage' },
95-
{ text: 'Concepts', link: '/get-started/concepts' },
96-
{ text: 'Screenshots', link: '/get-started/screenshots' },
97-
{ text: 'Videos', link: '/get-started/videos' },
98-
{ text: '--------------------------------' },
99-
{ text: 'Installation', link: '/get-started/installation' },
100-
{ text: 'Upgrade', link: '/get-started/upgrade' },
101-
{ text: 'Downgrade', link: '/get-started/downgrade' },
102-
{ text: 'Uninstallation', link: '/get-started/uninstallation' },
103-
{ text: '--------------------------------' },
105+
{ text: 'Concepts', link: '/get-started/concepts',
106+
collapsed: true,
107+
items: [
108+
{ text: 'Screenshots', link: '/get-started/screenshots' },
109+
{ text: 'Videos', link: '/get-started/videos' },
110+
]
111+
},
104112
{ text: 'Team', link: '/get-started/team' },
105113
{ text: 'Support', link: '/get-started/support' },
106114
{ text: 'Sponsors', link: '/get-started/sponsors' },

0 commit comments

Comments
 (0)