Overhaul apps docs (#3915)

This commit is contained in:
Jeremiah Lowin 2026-04-13 21:24:00 -04:00 committed by GitHub
commit b732a4a516
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
36 changed files with 3567 additions and 1295 deletions

View file

@ -197,19 +197,10 @@
"pages": [
"apps/overview",
"apps/quickstart",
"apps/examples",
{
"collapsed": true,
"group": "Building Apps",
"icon": "hammer",
"pages": [
"apps/prefab",
"apps/interactive-apps",
"apps/generative",
"apps/patterns"
],
"tag": "NEW"
},
"apps/prefab",
"apps/interactive-apps",
"apps/generative",
"apps/low-level",
{
"collapsed": true,
"group": "Providers",
@ -218,21 +209,19 @@
"apps/providers/approval",
"apps/providers/choice",
"apps/providers/file-upload",
"apps/providers/form",
"apps/providers/generative"
"apps/providers/form"
],
"tag": "NEW"
},
{
"collapsed": true,
"group": "Advanced",
"icon": "gear",
"group": "Reference",
"icon": "book",
"pages": [
"apps/development",
"apps/architecture",
"apps/low-level"
],
"tag": "NEW"
"apps/examples",
"apps/architecture"
]
}
]
},
@ -413,6 +402,14 @@
]
},
"redirects": [
{
"destination": "/apps/generative",
"source": "/apps/providers/generative"
},
{
"destination": "/apps/prefab",
"source": "/apps/patterns"
},
{
"destination": "/cli/overview",
"source": "/patterns/cli"