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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user