docs: added UI link to navigation bar (#4796)
This commit is contained in:
@@ -40,6 +40,7 @@ const Navbar = () => {
|
||||
label="Admin API"
|
||||
activeValue="admin"
|
||||
/>
|
||||
<NavbarLink href="https://docs.medusajs.com/ui" label="UI" />
|
||||
</div>
|
||||
</div>
|
||||
<div className="hidden min-w-0 flex-1 items-center justify-end gap-0.5 lg:flex">
|
||||
|
||||
@@ -101,6 +101,13 @@ const config = {
|
||||
target: "_blank",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
href: `${process.env.API_URL}/ui`,
|
||||
label: "UI",
|
||||
prependBaseUrlToHref: true,
|
||||
target: "_blank",
|
||||
position: "left",
|
||||
},
|
||||
{
|
||||
type: "search",
|
||||
position: "right",
|
||||
|
||||
Reference in New Issue
Block a user