We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3384ea4 commit 4b5a7dbCopy full SHA for 4b5a7db
docs.json
@@ -24,8 +24,7 @@
24
"index",
25
"quickstart",
26
"installation",
27
- "editor",
28
- "migration"
+ "editor"
29
]
30
},
31
{
@@ -105,7 +104,13 @@
105
104
106
107
108
- "group": "Advanced",
+ "group": "Guides",
+ "pages": [
109
+ "guides/migration"
110
+ ]
111
+ },
112
+ {
113
+ "group": "Deep Dive",
114
"pages": [
115
116
"group": "Custom Subdirectory",
migration.mdx renamed to guides/migration.mdx
@@ -1,5 +1,5 @@
1
---
2
-title: "Migration"
+title: "Migrations"
3
description: "How to migrate documentation from your existing provider"
4
icon: "import"
5
0 commit comments