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