docs: fix complete cart workflow usage in marketplace recipe (#9771)

- Fix usage of `completeCartWorkflow` which now returns an ID instead of the full order
- other: improvements in config across projects
This commit is contained in:
Shahed Nasser
2024-10-25 08:53:42 +00:00
committed by GitHub
parent 853dd38044
commit bf18d73ff4
5 changed files with 28 additions and 18 deletions
-4
View File
@@ -21,19 +21,15 @@ const withMDX = mdx({
projectUrls: {
resources: {
url: process.env.NEXT_PUBLIC_RESOURCES_URL,
path: "resources",
},
"user-guide": {
url: process.env.NEXT_PUBLIC_RESOURCES_URL,
path: "user-guide",
},
ui: {
url: process.env.NEXT_PUBLIC_RESOURCES_URL,
path: "ui",
},
api: {
url: process.env.NEXT_PUBLIC_RESOURCES_URL,
path: "api",
},
},
useBaseUrl: