docs: add playground

This commit is contained in:
Johann Schopplich
2025-11-29 21:16:21 +01:00
parent 412ebcb125
commit 0fff9c07bf
9 changed files with 617 additions and 6 deletions

View File

@@ -32,6 +32,10 @@ export default defineConfig({
logo: '/favicon.svg',
nav: [
{
text: 'Playground',
link: '/playground',
},
{
text: 'Guide',
activeMatch: '^/guide/',
@@ -117,6 +121,7 @@ function sidebarPrimary(): DefaultTheme.SidebarItem[] {
{
text: 'Tooling',
items: [
{ text: 'Playground', link: '/playground' },
{ text: 'CLI Reference', link: '/cli/' },
{ text: 'Tools & Playgrounds', link: '/ecosystem/tools-and-playgrounds' },
],