We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d56259 commit 9388498Copy full SHA for 9388498
docs/.vuepress/config.js
@@ -166,16 +166,16 @@ module.exports = {
166
collapsable: true,
167
children: [
168
'/concepts/content-addressing',
169
- '/concepts/bitswap',
170
- '/concepts/dht',
171
- '/concepts/dnslink',
172
'/concepts/file-systems',
173
- '/concepts/ipfs-gateway',
174
- ['https://ipld.io/docs/intro/primer/', 'IPLD (InterPlanetaryLinkedData)' ],
+ '/concepts/dht',
175
'/concepts/ipni',
+ ['/concepts/ipfs-gateway', 'Gateways'],
+ '/concepts/bitswap',
+ '/concepts/dnslink',
176
'/concepts/ipns',
177
'/concepts/libp2p',
178
'/concepts/merkle-dag'
+ ['https://ipld.io/docs/intro/primer/', 'IPLD (InterPlanetaryLinkedData)' ],
179
]
180
},
181
{
0 commit comments