Skip to content

Commit

Permalink
remove your-products from gateways nav item
Browse files Browse the repository at this point in the history
  • Loading branch information
rustyjux committed Sep 13, 2024
1 parent 844c9f1 commit 899fb4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/nextapp/shared/data/links.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const links: NavLink[] = [
altUrls: [
'/manager/gateways/get-started',
'/manager/gateways/list',
...gatewayPages,
...gatewayPages.filter(page => !page.startsWith('/devportal')),
],
sites: ['devportal'],
},
Expand Down

0 comments on commit 899fb4b

Please sign in to comment.