docs: added UI link to navigation bar (#4796)

This commit is contained in:
Shahed Nasser
2023-08-17 19:50:10 +03:00
committed by GitHub
parent 3ad2136888
commit 75881a2cfe
2 changed files with 8 additions and 0 deletions
+7
View File
@@ -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",