add storefront development sidebar
This commit is contained in:
@@ -36,6 +36,13 @@ const sidebarMappings: {
|
||||
}>,
|
||||
paths: ["/integrations"],
|
||||
},
|
||||
{
|
||||
module: async () =>
|
||||
import(
|
||||
"@/generated/generated-storefront-development-sidebar.mjs"
|
||||
) as Promise<{ default: Sidebar.Sidebar }>,
|
||||
paths: ["/storefront-development"],
|
||||
},
|
||||
]
|
||||
export async function getSidebarForPath(
|
||||
currentPath: string
|
||||
|
||||
Reference in New Issue
Block a user