Skip to content

Commit

Permalink
Add navigation to the General section (#1938)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwightjl committed May 10, 2024
1 parent 3638065 commit a8aca0c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Header/getNavigationProps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,11 @@ const docsSubProductsNav = [
label: "Nodes",
href: "/chainlink-nodes",
},
{
label: "General",
href: "/getting-started/conceptual-overview",
hideFromDropdown: true,
},
{
label: "Overview",
href: "/",
Expand Down

0 comments on commit a8aca0c

Please sign in to comment.