docs: prepare cloud docs (#12784)

* initial

* fixes

* docs: prepare cloud docs
This commit is contained in:
Shahed Nasser
2025-06-20 12:59:38 +03:00
committed by GitHub
parent c2f91c8a8a
commit 5122ced9f6
30 changed files with 241 additions and 46 deletions
+6
View File
@@ -40,6 +40,9 @@ const withMDX = mdx({
projectPath: path.resolve("..", "api-reference"),
skipSlugValidation: true,
},
cloud: {
projectPath: path.resolve("..", "cloud"),
},
},
},
],
@@ -61,6 +64,9 @@ const withMDX = mdx({
api: {
url: process.env.NEXT_PUBLIC_API_URL,
},
cloud: {
url: process.env.NEXT_PUBLIC_CLOUD_URL,
},
},
useBaseUrl:
process.env.NODE_ENV === "production" ||