docs: prepare cloud docs (#12784)
* initial * fixes * docs: prepare cloud docs
This commit is contained in:
@@ -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" ||
|
||||
|
||||
Reference in New Issue
Block a user