Skip to content

Commit a8aca0c

Browse files
authored
Add navigation to the General section (#1938)
1 parent 3638065 commit a8aca0c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/Header/getNavigationProps.ts

+5
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@ const docsSubProductsNav = [
2929
label: "Nodes",
3030
href: "/chainlink-nodes",
3131
},
32+
{
33+
label: "General",
34+
href: "/getting-started/conceptual-overview",
35+
hideFromDropdown: true,
36+
},
3237
{
3338
label: "Overview",
3439
href: "/",

0 commit comments

Comments
 (0)