Skip to content
This repository was archived by the owner on Jan 8, 2025. It is now read-only.

Commit

Permalink
Merge pull request #424 from gravitational/TuukkaTahtinen/NavLinks
Browse files Browse the repository at this point in the history
Add access graph link to nav
  • Loading branch information
TuukkaIkius authored Jan 19, 2024
2 parents 733faa3 + 600d9f1 commit aa41e19
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions components/Menu/structure.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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/" },
{
Expand Down
5 changes: 5 additions & 0 deletions tests/data/navbar-data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

1 comment on commit aa41e19

@vercel
Copy link

@vercel vercel bot commented on aa41e19 Jan 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.