docs: new + improved auth documentation pages (#7529)

* added and improved auth docs

* add prep to generates resources action

* add module options to sidebar

* fix broken link
This commit is contained in:
Shahed Nasser
2024-06-09 15:18:29 +02:00
committed by GitHub
parent 3f661c917b
commit e472aed00f
17 changed files with 958 additions and 265 deletions
+24 -4
View File
@@ -255,10 +255,30 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/commerce-modules/auth/auth-flows/page.mdx",
"pathname": "/commerce-modules/auth/auth-flows"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/auth/auth-identity-and-actor-types/page.mdx",
"pathname": "/commerce-modules/auth/auth-identity-and-actor-types"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/auth/auth-providers/_google/page.mdx",
"pathname": "/commerce-modules/auth/auth-providers/_google"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/auth/auth-providers/emailpass/page.mdx",
"pathname": "/commerce-modules/auth/auth-providers/emailpass"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/auth/auth-providers/page.mdx",
"pathname": "/commerce-modules/auth/auth-providers"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/auth/authentication-route/page.mdx",
"pathname": "/commerce-modules/auth/authentication-route"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/auth/create-actor-type/page.mdx",
"pathname": "/commerce-modules/auth/create-actor-type"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/auth/events/_events-table/page.mdx",
"pathname": "/commerce-modules/auth/events/_events-table"
@@ -279,10 +299,6 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/commerce-modules/auth/page.mdx",
"pathname": "/commerce-modules/auth"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/auth/user-creation/page.mdx",
"pathname": "/commerce-modules/auth/user-creation"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/cart/concepts/page.mdx",
"pathname": "/commerce-modules/cart/concepts"
@@ -355,6 +371,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/commerce-modules/customer/page.mdx",
"pathname": "/commerce-modules/customer"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/customer/register-customer-email/page.mdx",
"pathname": "/commerce-modules/customer/register-customer-email"
},
{
"filePath": "/www/apps/resources/app/commerce-modules/customer/relations-to-other-modules/page.mdx",
"pathname": "/commerce-modules/customer/relations-to-other-modules"
+53 -3
View File
@@ -181,6 +181,13 @@ export const generatedSidebar = [
"title": "Auth Module",
"hasTitleStyling": true,
"children": [
{
"loaded": true,
"isPathHref": true,
"path": "/commerce-modules/auth/module-options",
"title": "Module Options",
"children": []
},
{
"loaded": true,
"isPathHref": true,
@@ -193,11 +200,33 @@ export const generatedSidebar = [
"isPathHref": true,
"title": "Concepts",
"children": [
{
"loaded": true,
"isPathHref": true,
"path": "/commerce-modules/auth/auth-identity-and-actor-types",
"title": "Identity and Actor Types",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"path": "/commerce-modules/auth/auth-providers",
"title": "Auth Providers",
"children": [
{
"loaded": true,
"isPathHref": true,
"path": "/commerce-modules/auth/auth-providers/emailpass",
"title": "Emailpass Auth Provider Module",
"children": []
}
]
},
{
"loaded": true,
"isPathHref": true,
"path": "/commerce-modules/auth/authentication-route",
"title": "Authentication Route",
"children": []
},
{
@@ -206,12 +235,19 @@ export const generatedSidebar = [
"path": "/commerce-modules/auth/auth-flows",
"title": "Auth Flows",
"children": []
},
}
]
},
{
"loaded": true,
"isPathHref": true,
"title": "Guides",
"children": [
{
"loaded": true,
"isPathHref": true,
"path": "/commerce-modules/auth/user-creation",
"title": "User Creation",
"path": "/commerce-modules/auth/create-actor-type",
"title": "Create an Actor Type",
"children": []
}
]
@@ -994,6 +1030,20 @@ export const generatedSidebar = [
}
]
},
{
"loaded": true,
"isPathHref": true,
"title": "Guides",
"children": [
{
"loaded": true,
"isPathHref": true,
"path": "/commerce-modules/customer/register-customer-email",
"title": "Register a Customer with Email",
"children": []
}
]
},
{
"loaded": true,
"isPathHref": true,