docs: docs for next release (#14110)

This commit is contained in:
Shahed Nasser
2025-12-01 20:20:01 +02:00
committed by GitHub
parent e4513fab88
commit 223ccb4add
24 changed files with 1196 additions and 27 deletions

View File

@@ -7,6 +7,10 @@ export const auth = [
"title": "Reset Password",
"path": "https://docs.medusajs.com/user-guide/reset-password"
},
{
"title": "How to Add Custom Authentication in Medusa Admin",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/how-to/admin/auth"
},
{
"title": "Implement Phone Authentication",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/phone-auth"

View File

@@ -55,6 +55,10 @@ export const server = [
"title": "Implement Quote Management",
"path": "https://docs.medusajs.com/resources/examples/guides/quote-management"
},
{
"title": "Custom Admin Authentication",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/how-to/admin/auth"
},
{
"title": "Abandoned Cart Notification",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/abandoned-cart"

View File

@@ -15,6 +15,10 @@ export const user = [
"title": "Manage Users",
"path": "https://docs.medusajs.com/user-guide/settings/users"
},
{
"title": "How to Add Custom Authentication in Medusa Admin",
"path": "https://docs.medusajs.com/resources/how-to-tutorials/how-to/admin/auth"
},
{
"title": "createInviteStep",
"path": "https://docs.medusajs.com/resources/references/medusa-workflows/steps/createInviteStep"