From 064f9215ac55a8fba3bfca189a920227085082e4 Mon Sep 17 00:00:00 2001 From: Gary Guangyu Li Date: Wed, 5 Aug 2026 18:36:51 +0800 Subject: [PATCH] docs: move migration hub to end of AI nav --- docs.json | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/docs.json b/docs.json index bd1d1ad..50c6250 100644 --- a/docs.json +++ b/docs.json @@ -143,6 +143,16 @@ "pages": [ "en/basic/ai/overview", "en/basic/ai/ai-chat", + { + "group": "App Builder", + "pages": [ + "en/basic/ai/app-builder", + "en/basic/ai/app-builder-practical-guide" + ] + }, + "en/basic/field/ai/ai-field", + "en/basic/ai/custom-model", + "en/basic/ai/teable-skill", { "group": "Connect & Migrate Everything", "pages": [ @@ -153,17 +163,7 @@ "en/basic/ai/connect-everything/migrate-nocodb", "en/basic/ai/connect-everything/more-sources" ] - }, - { - "group": "App Builder", - "pages": [ - "en/basic/ai/app-builder", - "en/basic/ai/app-builder-practical-guide" - ] - }, - "en/basic/field/ai/ai-field", - "en/basic/ai/custom-model", - "en/basic/ai/teable-skill" + } ] }, { @@ -509,6 +509,16 @@ "pages": [ "zh/basic/ai/overview", "zh/basic/ai/ai-chat", + { + "group": "应用构建器", + "pages": [ + "zh/basic/ai/app-builder", + "zh/basic/ai/app-builder-practical-guide" + ] + }, + "zh/basic/field/ai/ai-field", + "zh/basic/ai/custom-model", + "zh/basic/ai/teable-skill", { "group": "Connect & Migrate Everything", "pages": [ @@ -519,17 +529,7 @@ "zh/basic/ai/connect-everything/migrate-nocodb", "zh/basic/ai/connect-everything/more-sources" ] - }, - { - "group": "应用构建器", - "pages": [ - "zh/basic/ai/app-builder", - "zh/basic/ai/app-builder-practical-guide" - ] - }, - "zh/basic/field/ai/ai-field", - "zh/basic/ai/custom-model", - "zh/basic/ai/teable-skill" + } ] }, {