Skip to content

Commit 3a9bce5

Browse files
committed
restore store section
1 parent 132d3c1 commit 3a9bce5

File tree

1 file changed

+12
-15
lines changed

1 file changed

+12
-15
lines changed

docs/.vuepress/config.js

Lines changed: 12 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,6 @@
22

33
const DEPLOY_DOMAIN = 'https://docs.filecoin.io'
44

5-
const getStoreSection = () => ({
6-
title: 'Store Data',
7-
collapsable: false,
8-
path: '/how-to/store/prepare-data/',
9-
children: [
10-
'/how-to/store/prepare-data',
11-
'/how-to/store/tokens',
12-
'/how-to/store/making-storage-deals',
13-
'/how-to/store/retrieving-data',
14-
'/how-to/store/large-files'
15-
]
16-
})
17-
185
module.exports = {
196
base: '/',
207
head: require('./head'),
@@ -105,7 +92,6 @@ module.exports = {
10592
'core-products/protocol-implementations'
10693
]
10794
},
108-
getStoreSection(),
10995
{
11096
title: 'Developer Tools',
11197
collapsable: false,
@@ -201,7 +187,18 @@ module.exports = {
201187
collapsable: false,
202188
children: ['/how-to/install-filecoin', '/how-to/networks']
203189
},
204-
getStoreSection()
190+
{
191+
title: 'Store Data',
192+
collapsable: false,
193+
path: '/how-to/store/prepare-data/',
194+
children: [
195+
'/how-to/store/prepare-data',
196+
'/how-to/store/tokens',
197+
'/how-to/store/making-storage-deals',
198+
'/how-to/store/retrieving-data',
199+
'/how-to/store/large-files'
200+
]
201+
}
205202
]
206203
},
207204
{

0 commit comments

Comments
 (0)