docs: updates following authentication flow changes (#8706)

* docs: updates following authentication flow changes

* generate sidebar

* added open api specs

* fix up OAS

* changes to existing pages

* change sidebar items

* update marketplace recipe
This commit is contained in:
Shahed Nasser
2024-08-27 15:47:39 +03:00
committed by GitHub
parent 9197bdd77b
commit 0c4f4c8a11
55 changed files with 1553 additions and 73 deletions
+14 -8
View File
@@ -94,7 +94,7 @@ export const sidebar = sidebarAttachHrefCommonOptions([
children: [
{
type: "link",
path: "/commerce-modules/api-key",
path: "/commerce-modules/auth",
title: "Overview",
},
{
@@ -129,14 +129,20 @@ export const sidebar = sidebarAttachHrefCommonOptions([
],
},
{
type: "link",
path: "/commerce-modules/auth/authentication-route",
title: "Authentication Route",
},
{
type: "link",
path: "/commerce-modules/auth/auth-flows",
type: "sub-category",
title: "Auth Flows",
children: [
{
type: "link",
path: "/commerce-modules/auth/authentication-route",
title: "Using API Routes",
},
{
type: "link",
path: "/commerce-modules/auth/auth-flows",
title: "Using Module's Service",
},
],
},
],
},