Skip to content

Commit

Permalink
fix: modify footer to match new nav structure
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Dec 20, 2023
1 parent f0b3574 commit 7565762
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/pages/_data/navigation/footerLinks.json5
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit 7565762

Please sign in to comment.