docs(ui,docs): added upgrade guides link to UI docs (#5240)
* added medusa ui index page * remove console
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
import { ArrowUpRightOnBox } from "@medusajs/icons"
|
||||
import { NavbarLinkProps, SidebarSectionItemsType } from "docs-ui"
|
||||
|
||||
type DocsConfig = {
|
||||
@@ -65,6 +66,16 @@ export const docsConfig: DocsConfig = {
|
||||
path: "/installation/standalone-project",
|
||||
isPathHref: true,
|
||||
},
|
||||
{
|
||||
title: "Upgrade Guides",
|
||||
path: `${process.env.NEXT_PUBLIC_DOCS_URL}/upgrade-guides/medusa-ui`,
|
||||
isPathHref: true,
|
||||
additionalElms: <ArrowUpRightOnBox />,
|
||||
linkProps: {
|
||||
target: "_blank",
|
||||
rel: "noreferrer",
|
||||
},
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
Reference in New Issue
Block a user