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

Add gateway guide to nav #303

Merged
merged 2 commits into from
Oct 3, 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
7 changes: 6 additions & 1 deletion config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,14 @@ url = "https://github.com/ipfs/go-ipfs/blob/master/docs/file-transfer.md"
weight = 2
[[menu.guides]]
parent = "guides"
name = "Setting Up a Gateway"
url = "https://github.com/ipfs/go-ipfs/blob/master/docs/gateway.md"
weight = 3
[[menu.guides]]
parent = "guides"
name = "Replicating Large Datasets"
url = "https://github.com/ipfs/archives/tree/master/tutorials/replicating-large-datasets"
weight = 3
weight = 4
[[menu.guides]]
parent = "guides"
name = "Interactive Tutorials"
Expand Down