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

View File

@@ -55,6 +55,9 @@ const withMDX = createMDX({
"user-guide": {
projectPath: path.resolve("..", "user-guide"),
},
cloud: {
projectPath: path.resolve("..", "cloud"),
},
},
},
],
@@ -76,6 +79,9 @@ const withMDX = createMDX({
ui: {
url: process.env.NEXT_PUBLIC_UI_URL,
},
cloud: {
url: process.env.NEXT_PUBLIC_CLOUD_URL,
},
},
useBaseUrl:
process.env.NODE_ENV === "production" ||