Skip to content

Commit

Permalink
feat: update footer links to match main nav
Browse files Browse the repository at this point in the history
  • Loading branch information
mattyg committed Jan 8, 2024
1 parent 5cc4a0e commit 1d7ecc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/_data/navigation/footerLinks.json5
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
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/1_hello_world/" },
{ title: "Resources", url: "/references/" },
]
},
Expand Down

0 comments on commit 1d7ecc0

Please sign in to comment.