From 38516dd08b3b582d8d69cb29960067221d182fd0 Mon Sep 17 00:00:00 2001 From: Paul d'Aoust Date: Fri, 22 Mar 2024 13:45:10 -0700 Subject: [PATCH 1/2] rename core concepts to learn -- but only in the menus --- src/pages/_data/navigation/footerLinks.json5 | 2 +- src/pages/_data/navigation/mainNav.json5 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/_data/navigation/footerLinks.json5 b/src/pages/_data/navigation/footerLinks.json5 index 055b4e7cf..a71868514 100644 --- a/src/pages/_data/navigation/footerLinks.json5 +++ b/src/pages/_data/navigation/footerLinks.json5 @@ -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/" }, ] }, diff --git a/src/pages/_data/navigation/mainNav.json5 b/src/pages/_data/navigation/mainNav.json5 index 9e530e94a..40467490d 100644 --- a/src/pages/_data/navigation/mainNav.json5 +++ b/src/pages/_data/navigation/mainNav.json5 @@ -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/" }, From 5ae6bafbd17de13b692a78c1ea21a9df7afcc6fd Mon Sep 17 00:00:00 2001 From: Paul d'Aoust Date: Fri, 22 Mar 2024 13:49:46 -0700 Subject: [PATCH 2/2] missed one --- src/pages/_data/navigation/headerNav.json5 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/_data/navigation/headerNav.json5 b/src/pages/_data/navigation/headerNav.json5 index 13617a54b..b9876e948 100644 --- a/src/pages/_data/navigation/headerNav.json5 +++ b/src/pages/_data/navigation/headerNav.json5 @@ -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:"" }, ]