docs: move Tools & Playgrounds sidebar link

This commit is contained in:
Johann Schopplich
2025-12-01 20:36:21 +01:00
parent 2c51932d51
commit d662c21262

View File

@@ -123,12 +123,12 @@ function sidebarPrimary(): DefaultTheme.SidebarItem[] {
items: [ items: [
{ text: 'Playground', link: '/playground' }, { text: 'Playground', link: '/playground' },
{ text: 'CLI Reference', link: '/cli/' }, { text: 'CLI Reference', link: '/cli/' },
{ text: 'Tools & Playgrounds', link: '/ecosystem/tools-and-playgrounds' },
], ],
}, },
{ {
text: 'Ecosystem', text: 'Ecosystem',
items: [ items: [
{ text: 'Tools & Playgrounds', link: '/ecosystem/tools-and-playgrounds' },
{ text: 'Implementations', link: '/ecosystem/implementations' }, { text: 'Implementations', link: '/ecosystem/implementations' },
], ],
}, },