diff --git a/config.toml b/config.toml index 5f69895..21fc9fc 100644 --- a/config.toml +++ b/config.toml @@ -137,6 +137,10 @@ parent = "guides" name = "Transferring a File" url = "https://github.com/ipfs/go-ipfs/blob/master/docs/file-transfer.md" [[menu.guides]] +parent = "guides" +name = "Addressing in Browsers" +url = "https://github.com/ipfs/in-web-browsers/blob/master/ADDRESSING.md" +[[menu.guides]] parent = "examples" name = "js-ipfs Examples" url = "https://github.com/ipfs/js-ipfs/tree/master/examples"