docs(migration): convert migrating.md to a hub, nest per-source guides, reorder nav

- install/migrating: convert to a hub page with three clear paths (CardGroup for cross-system imports linking Claude+Hermes, machine-to-machine move with Steps and AccordionGroup, plugin upgrade Card linking Matrix)
- install/migrating-claude: align with Hermes page structure (add Restart-and-verify Step, JSON output for automation, Troubleshooting AccordionGroup with 4 entries, cross-link to Hermes guide)
- cli/migrate: tighten intro to mention both bundled providers and link the migration hub
- docs.json: move Maintenance group to immediately after Install overview, nest the four migrating pages (migrating, migrating-claude, migrating-hermes, migrating-matrix) under a 'Migrating' subgroup so they collapse into a dropdown
This commit is contained in:
Vincent Koc
2026-04-27 02:57:11 -07:00
parent a0023f4978
commit a6eb051b3a
4 changed files with 115 additions and 65 deletions

View File

@@ -975,6 +975,23 @@
"group": "Install overview",
"pages": ["install/index", "install/installer", "install/node"]
},
{
"group": "Maintenance",
"pages": [
"install/updating",
{
"group": "Migrating",
"pages": [
"install/migrating",
"install/migrating-claude",
"install/migrating-hermes",
"install/migrating-matrix"
]
},
"install/uninstall",
"install/development-channels"
]
},
{
"group": "Containers",
"pages": [
@@ -1007,18 +1024,6 @@
"install/render"
]
},
{
"group": "Maintenance",
"pages": [
"install/updating",
"install/migrating",
"install/migrating-claude",
"install/migrating-hermes",
"install/migrating-matrix",
"install/uninstall",
"install/development-channels"
]
},
{
"group": "Advanced setup",
"pages": ["start/setup", "pi-dev"]