docs: added UI link to navigation bar (#4796)
This commit is contained in:
@@ -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