docs: updates to admin customization docs (#7493)

* updated admin docs

* re-add navigation and parameters sections

* update injection zones

* update cli scripts docs

* added list of injection zones

* add details about widget props

* restructure admin injection zones
This commit is contained in:
Shahed Nasser
2024-05-29 13:50:19 +03:00
committed by GitHub
parent 72b57e2ae4
commit 130de74d6d
15 changed files with 1647 additions and 2917 deletions
-18
View File
@@ -1668,10 +1668,6 @@ export const sidebar = sidebarAttachHrefCommonOptions([
path: "/references/medusa-config",
title: "Medusa Application",
},
// {
// path: "/configurations/medusa-admin",
// title: "Medusa Admin",
// },
],
},
{
@@ -1800,20 +1796,6 @@ export const sidebar = sidebarAttachHrefCommonOptions([
},
],
},
{
title: "Medusa Admin",
hasTitleStyling: true,
children: [
{
path: "/troubleshooting/admin-sign-in",
title: "Signing In",
},
{
path: "/troubleshooting/admin-custom-hooks-error",
title: "Custom Hooks Error",
},
],
},
],
},
],