docs(ui,docs): added upgrade guides link to UI docs (#5240)

* added medusa ui index page

* remove console
This commit is contained in:
Shahed Nasser
2023-09-27 20:06:03 +03:00
committed by GitHub
parent 11b2f1237b
commit aecf719871
9 changed files with 58 additions and 6 deletions
@@ -94,6 +94,7 @@ export const SidebarItem = ({
}}
replace
shallow
{...item.linkProps}
>
<span>{item.title}</span>
{item.additionalElms}
@@ -24,6 +24,7 @@ export type SidebarItemType = {
children?: SidebarItemType[]
loaded?: boolean
isPathHref?: boolean
linkProps?: React.AllHTMLAttributes<HTMLAnchorElement>
}
export type SidebarSectionItemsType = {