docs: added new guides and troubleshooting related to admin development (#8739)

This commit is contained in:
Shahed Nasser
2024-08-27 10:35:09 +02:00
committed by GitHub
parent 2bacf86d3c
commit 5996089c9c
7 changed files with 134 additions and 2 deletions
+2 -1
View File
@@ -267,5 +267,6 @@ export const generatedEditDates = {
"references/core_flows/Order/functions/core_flows.Order.updateOrderEditAddItemWorkflow/page.mdx": "2024-08-20T00:10:59.105Z",
"references/core_flows/core_flows.Order/page.mdx": "2024-08-20T00:10:56.437Z",
"references/modules/core_flows/page.mdx": "2024-08-20T00:10:49.141Z",
"references/types/types.HttpTypes/page.mdx": "2024-08-20T00:10:43.061Z"
"references/types/types.HttpTypes/page.mdx": "2024-08-20T00:10:43.061Z",
"app/troubleshooting/medusa-admin/no-widget-route/page.mdx": "2024-08-23T11:31:26.346Z"
}
@@ -1007,6 +1007,10 @@ export const filesMap = [
"filePath": "/www/apps/resources/app/troubleshooting/general-errors/page.mdx",
"pathname": "/troubleshooting/general-errors"
},
{
"filePath": "/www/apps/resources/app/troubleshooting/medusa-admin/no-widget-route/page.mdx",
"pathname": "/troubleshooting/medusa-admin/no-widget-route"
},
{
"filePath": "/www/apps/resources/app/troubleshooting/page.mdx",
"pathname": "/troubleshooting"
+16
View File
@@ -8371,6 +8371,22 @@ export const generatedSidebar = [
}
]
},
{
"loaded": true,
"isPathHref": true,
"type": "category",
"title": "Admin Development",
"children": [
{
"loaded": true,
"isPathHref": true,
"type": "link",
"path": "/troubleshooting/medusa-admin/no-widget-route",
"title": "Widget or Route not Showing",
"children": []
}
]
},
{
"loaded": true,
"isPathHref": true,