Skip to content

Commit

Permalink
Merge pull request #436 from holochain/rename-core-concepts-in-menu-a…
Browse files Browse the repository at this point in the history
…nd-urls

rename 'Core Concepts' to 'Learn' -- but only in the menus
  • Loading branch information
pdaoust authored Mar 23, 2024
2 parents fb44a55 + 5ae6baf commit b3a1734
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: "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: "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 b3a1734

Please sign in to comment.