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
@@ -34,6 +34,8 @@ export const howToTutorialsSidebar = [
autogenerate_tags: "howTo+admin",
autogenerate_as_ref: true,
sort_sidebar: "alphabetize",
description:
"These how-to guides help you customize the Medusa Admin dashboard with practical examples.",
children: [
{
type: "sidebar",
@@ -60,6 +62,11 @@ export const howToTutorialsSidebar = [
},
],
},
{
type: "link",
title: "Custom Admin Authentication",
path: "/how-to-tutorials/how-to/admin/auth",
},
],
},
],