mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-09 15:19:10 +02:00
Overhaul apps docs (#3915)
This commit is contained in:
parent
5c2ff1bd7b
commit
b732a4a516
36 changed files with 3567 additions and 1295 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue