docs: expand user guides

This commit is contained in:
Dax Raad 2026-07-09 16:55:34 -04:00
commit f6f0a5c10f
20 changed files with 3149 additions and 52 deletions

View file

@ -20,7 +20,32 @@
"groups": [
{
"group": "Get started",
"pages": ["index", "config", "plugins", "troubleshooting"]
"pages": ["index", "config", "troubleshooting"]
},
{
"group": "Migrate from V1",
"pages": ["migrate-v1"]
},
{
"group": "Configure",
"pages": [
"models",
"providers",
"agents",
"permissions",
"sharing",
"snapshots",
"commands",
"skills",
"instructions",
"mcp",
"attachments",
"compaction",
"formatters",
"lsp",
"references",
"plugins"
]
}
]
},