From 75657624c4b5d0ec3b6705522a432490f51d7aeb Mon Sep 17 00:00:00 2001 From: Matt Gabrenya Date: Wed, 20 Dec 2023 08:37:01 -0700 Subject: [PATCH] fix: modify footer to match new nav structure --- src/pages/_data/navigation/footerLinks.json5 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/_data/navigation/footerLinks.json5 b/src/pages/_data/navigation/footerLinks.json5 index 681ccded4..1ec745115 100644 --- a/src/pages/_data/navigation/footerLinks.json5 +++ b/src/pages/_data/navigation/footerLinks.json5 @@ -4,13 +4,14 @@ title: "Developers", links: [ { title: "Get Started", url: "/get-started/" }, - { title: "Core Concepts", url: "/concepts/1_the_basics/" }, - { title: "Resources", url: "/references/" }, + { title: "Learn", url: "/concepts/1_the_basics/" }, + { title: "Build", url: "/build/1_hello_world/" }, + { title: "References", url: "/references/" }, ] }, { - title: "Resources", + title: "References", links: [ { title: "HDK (Rust)", url: "https://docs.rs/hdk", external: true }, { title: "App API reference", url: "https://docs.rs/holochain_conductor_api/latest/holochain_conductor_api/enum.AppRequest.html", external: true },