docs: fixes and improvements to auth flow documentation (#8909)

This commit is contained in:
Shahed Nasser
2024-08-30 20:14:16 +03:00
committed by GitHub
parent 4350fe5368
commit c8f951dd89
5 changed files with 118 additions and 48 deletions
+12 -20
View File
@@ -259,26 +259,18 @@ export const generatedSidebar = [
{
"loaded": true,
"isPathHref": true,
"type": "sub-category",
"title": "Auth Flows",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/commerce-modules/auth/authentication-route",
"title": "Using API Routes",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/commerce-modules/auth/auth-flows",
"title": "Using Module's Service",
"children": []
}
]
"type": "link",
"path": "/commerce-modules/auth/auth-flows",
"title": "Auth Flow with Module",
"children": []
},
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/commerce-modules/auth/authentication-route",
"title": "Auth Flow with Routes",
"children": []
}
]
},