docs: improve commerce modules [1/n] (#9498)
Improve and add docs for API Key, Auth, and Cart Modules [1/n]
This commit is contained in:
@@ -44,6 +44,16 @@ const nextConfig = {
|
||||
basePath: process.env.NEXT_PUBLIC_BASE_PATH || "/v2/resources",
|
||||
async redirects() {
|
||||
return [
|
||||
{
|
||||
source: "/commerce-modules/api-key/relations-to-other-modules",
|
||||
destination: "/commerce-modules/api-key/links-to-other-modules",
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: "/commerce-modules/cart/relations-to-other-modules",
|
||||
destination: "/commerce-modules/cart/links-to-other-modules",
|
||||
permanent: true,
|
||||
},
|
||||
{
|
||||
source: "/commerce-modules/fulfillment/relations-to-other-modules",
|
||||
destination: "/commerce-modules/fulfillment/links-to-other-modules",
|
||||
|
||||
Reference in New Issue
Block a user