docs: redesigned navigation (#9525)
Redesign navigation bar to reflect new design and allow for dropdowns Closes DX-943
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
import { getMobileSidebarItems } from "docs-ui"
|
||||
import { SidebarSectionItems } from "types"
|
||||
import { siteConfig } from "./site"
|
||||
|
||||
type DocsConfig = {
|
||||
sidebar: SidebarSectionItems
|
||||
@@ -359,9 +357,6 @@ export const docsConfig: DocsConfig = {
|
||||
],
|
||||
},
|
||||
],
|
||||
mobile: getMobileSidebarItems({
|
||||
baseUrl: siteConfig.baseUrl,
|
||||
version: "v1",
|
||||
}),
|
||||
mobile: [],
|
||||
},
|
||||
}
|
||||
|
||||
@@ -19,4 +19,11 @@ export const siteConfig: SiteConfig = {
|
||||
default: [],
|
||||
mobile: [],
|
||||
},
|
||||
project: {
|
||||
title: "Medusa UI",
|
||||
key: "ui",
|
||||
},
|
||||
breadcrumbOptions: {
|
||||
showCategories: true,
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user