From a82c7700e33002c9b3e9dd9776736402b0ebd924 Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Wed, 2 Oct 2019 17:51:47 -0600 Subject: [PATCH 1/2] Update config.toml Added link to basic gateway guide as found by @daviddias in https://github.com/ipfs/go-ipfs/pull/6694#discussion_r330087275 -- understood this is a bit of a temporary band-aid, as gateway topics are covered in #273, but better than not having it in current docs site at all. --- config.toml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 3179628..f1dc30f 100644 --- a/config.toml +++ b/config.toml @@ -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 an IPFS 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" From 15d7d569d1dc148a0f91b354d4e8650de8a416cf Mon Sep 17 00:00:00 2001 From: Jessica Schilling Date: Thu, 3 Oct 2019 12:52:57 -0600 Subject: [PATCH 2/2] Update config.toml Co-Authored-By: Eric Ronne --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index f1dc30f..f292fbe 100644 --- a/config.toml +++ b/config.toml @@ -55,7 +55,7 @@ url = "https://github.com/ipfs/go-ipfs/blob/master/docs/file-transfer.md" weight = 2 [[menu.guides]] parent = "guides" -name = "Setting Up an IPFS Gateway" +name = "Setting Up a Gateway" url = "https://github.com/ipfs/go-ipfs/blob/master/docs/gateway.md" weight = 3 [[menu.guides]]