Skip to content

Commit 9388498

Browse files
committed
reorder subcomponents to be easier on first-timers
1 parent 9d56259 commit 9388498

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/.vuepress/config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -166,16 +166,16 @@ module.exports = {
166166
collapsable: true,
167167
children: [
168168
'/concepts/content-addressing',
169-
'/concepts/bitswap',
170-
'/concepts/dht',
171-
'/concepts/dnslink',
172169
'/concepts/file-systems',
173-
'/concepts/ipfs-gateway',
174-
['https://ipld.io/docs/intro/primer/', 'IPLD (InterPlanetaryLinkedData)' ],
170+
'/concepts/dht',
175171
'/concepts/ipni',
172+
['/concepts/ipfs-gateway', 'Gateways'],
173+
'/concepts/bitswap',
174+
'/concepts/dnslink',
176175
'/concepts/ipns',
177176
'/concepts/libp2p',
178177
'/concepts/merkle-dag'
178+
['https://ipld.io/docs/intro/primer/', 'IPLD (InterPlanetaryLinkedData)' ],
179179
]
180180
},
181181
{

0 commit comments

Comments
 (0)