diff --git a/docs.json b/docs.json index c213b84b..1f6a08fc 100644 --- a/docs.json +++ b/docs.json @@ -25,6 +25,13 @@ "group": "Getting Started", "pages": [ "en-us/introduction", + { + "group": "Welcome to Dify", + "pages": [ + "getting-started/readme/features-and-specifications", + "getting-started/readme/model-providers" + ] + }, "en-us/features-and-specifications", "en-us/model-providers" ] diff --git a/en-us/features-and-specifications.md b/en-us/getting-started/readme/features-and-specifications.md similarity index 100% rename from en-us/features-and-specifications.md rename to en-us/getting-started/readme/features-and-specifications.md diff --git a/en-us/model-providers.md b/en-us/getting-started/readme/model-providers.md similarity index 100% rename from en-us/model-providers.md rename to en-us/getting-started/readme/model-providers.md