Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[EPIC] Build Section #413

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
5 changes: 4 additions & 1 deletion src/pages/_data/navigation/mainNav.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,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 All @@ -21,6 +21,9 @@
{ title: "Lifecycle Events", url: "/concepts/11_lifecycle_events/" },
]
},
{ title: "Build", url: "/build/1_hello_world/", children: [
]
},
{ title: "References", url: "/references/", children: [
{ 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
5 changes: 5 additions & 0 deletions src/pages/build/1_hello_world.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
title: "BUILD PAGE PLACEHOLDER"
---

<!-- TODO: replace this page with actual content -->