From 600d9f1b4aec92acbbe699b98cb5cab8bfe9da29 Mon Sep 17 00:00:00 2001 From: TuukkaIkius Date: Thu, 21 Dec 2023 09:54:34 +0200 Subject: [PATCH] chore: add access graph link to nav --- components/Menu/structure.ts | 4 ++++ tests/data/navbar-data.ts | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/components/Menu/structure.ts b/components/Menu/structure.ts index e6448612d8..e28a5760ca 100644 --- a/components/Menu/structure.ts +++ b/components/Menu/structure.ts @@ -37,6 +37,10 @@ const menu: MenuCategoryProps[] = [ href: "/features/", titleLink: true, children: [ + { + title: "Access Graph", + href: "/features/access-graph/", + }, { title: "Assist", href: "/features/assist/" }, { title: "Single Sign On", href: "/features/sso-for-ssh/" }, { diff --git a/tests/data/navbar-data.ts b/tests/data/navbar-data.ts index 45d6659ba6..f59acb15f8 100644 --- a/tests/data/navbar-data.ts +++ b/tests/data/navbar-data.ts @@ -69,6 +69,11 @@ export const navigationData: NavbarData = [ isExternal: true, }, { title: "Our Features", href: "/features/", isExternal: true }, + { + title: "Access Graph", + href: "/features/access-graph/", + isExternal: true, + }, { title: "Assist", href: "/features/assist/", isExternal: true }, { title: "Single Sign On",