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:
Shahed Nasser
2024-10-11 18:19:13 +03:00
committed by GitHub
parent dd162d69be
commit 69b9e73be7
29 changed files with 1025 additions and 323 deletions

View File

@@ -88,12 +88,12 @@ export const filesMap = [
"pathname": "/commerce-modules/api-key/examples"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/api-key/page.mdx",
"pathname": "/commerce-modules/api-key"
"filePath": "/www/apps/resources/app/commerce-modules/api-key/links-to-other-modules/page.mdx",
"pathname": "/commerce-modules/api-key/links-to-other-modules"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/api-key/relations-to-other-modules/page.mdx",
"pathname": "/commerce-modules/api-key/relations-to-other-modules"
"filePath": "/www/apps/resources/app/commerce-modules/api-key/page.mdx",
"pathname": "/commerce-modules/api-key"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/auth/auth-flows/page.mdx",
@@ -151,6 +151,14 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/commerce-modules/cart/examples/page.mdx",
"pathname": "/commerce-modules/cart/examples"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/cart/extend/page.mdx",
"pathname": "/commerce-modules/cart/extend"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/cart/links-to-other-modules/page.mdx",
"pathname": "/commerce-modules/cart/links-to-other-modules"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/cart/page.mdx",
"pathname": "/commerce-modules/cart"
@@ -159,10 +167,6 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/commerce-modules/cart/promotions/page.mdx",
"pathname": "/commerce-modules/cart/promotions"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/cart/relations-to-other-modules/page.mdx",
"pathname": "/commerce-modules/cart/relations-to-other-modules"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/cart/tax-lines/page.mdx",
"pathname": "/commerce-modules/cart/tax-lines"