Skip to content
This repository was archived by the owner on Jun 2, 2020. It is now read-only.

Added IPFS Camp core course content to nav #367

Merged
merged 1 commit into from
Nov 1, 2019
Merged
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
20 changes: 20 additions & 0 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,16 @@ identifier = "community"
name = "Community"
weight = 4

[[menu.guides]]
parent = "concepts"
name = "The IPFS Data Lifecycle"
url = "https://github.com/ipfs/camp/tree/master/CORE_AND_ELECTIVE_COURSES/CORE_COURSE_D"
weight = 2
[[menu.guides]]
parent = "concepts"
name = "Primer: Files & IPFS"
url = "https://github.com/ipfs/camp/tree/master/CORE_AND_ELECTIVE_COURSES/CORE_COURSE_A"
weight = 3

[[menu.guides]]
identifier = "guides"
Expand Down Expand Up @@ -82,6 +92,16 @@ url = "https://github.com/ipfs/go-ipfs/tree/master/docs/examples/go-ipfs-as-a-li
weight = 1
[[menu.guides]]
parent = "examples"
name = "Make a Basic libp2p App"
url = "https://github.com/ipfs/camp/tree/master/CORE_AND_ELECTIVE_COURSES/CORE_COURSE_B"
weight = 14
[[menu.guides]]
parent = "examples"
name = "Build with the IPFS API"
url = "https://github.com/ipfs/camp/tree/master/CORE_AND_ELECTIVE_COURSES/CORE_COURSE_C"
weight = 15
[[menu.guides]]
parent = "examples"
name = "js-ipfs Examples"
url = "https://github.com/ipfs/js-ipfs/tree/master/examples"
weight = 16
Expand Down