Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into feat/build-landing-page
Browse files Browse the repository at this point in the history
  • Loading branch information
pdaoust committed Mar 25, 2024
2 parents 97aa782 + b3a1734 commit 308bcd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/pages/_data/navigation/footerLinks.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
title: "Developers",
links: [
{ title: "Get Started", url: "/get-started/" },
{ title: "Core Concepts", url: "/concepts/1_the_basics/" },
{ title: "Learn", url: "/concepts/1_the_basics/" },
{ title: "Build", url: "/build/" },
{ title: "Resources", url: "/resources/" },
]
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_data/navigation/headerNav.json5
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
links: [
{ title: "Get Started", url: "/get-started/", class:"" },
{ title: "Core Concepts", url: "/concepts/1_the_basics/", class:"" },
{ title: "Learn", url: "/concepts/1_the_basics/", class:"" },
{ title: "Build", url: "/build", class:"" },
{ title: "Resources", url: "/resources/", class:"" },
{ title: "Get Involved", url: "/get-involved/", class:"" },
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_data/navigation/mainNav.json5
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
{ title: "Setup For a Local Event", url: "/get-started/at-an-event/" },
]
},
{ title: "Core Concepts", url: "/concepts/1_the_basics/", children: [
{ title: "Learn", url: "/concepts/1_the_basics/", children: [
{ title: "Application Architecture", url: "/concepts/2_application_architecture/" },
{ title: "Source Chain", url: "/concepts/3_source_chain/" },
{ title: "DHT", url: "/concepts/4_dht/" },
Expand Down

0 comments on commit 308bcd1

Please sign in to comment.