File tree Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Expand file tree Collapse file tree 1 file changed +12
-15
lines changed Original file line number Diff line number Diff line change 2
2
3
3
const DEPLOY_DOMAIN = 'https://docs.filecoin.io'
4
4
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
-
18
5
module . exports = {
19
6
base : '/' ,
20
7
head : require ( './head' ) ,
@@ -105,7 +92,6 @@ module.exports = {
105
92
'core-products/protocol-implementations'
106
93
]
107
94
} ,
108
- getStoreSection ( ) ,
109
95
{
110
96
title : 'Developer Tools' ,
111
97
collapsable : false ,
@@ -201,7 +187,18 @@ module.exports = {
201
187
collapsable : false ,
202
188
children : [ '/how-to/install-filecoin' , '/how-to/networks' ]
203
189
} ,
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
+ }
205
202
]
206
203
} ,
207
204
{
You can’t perform that action at this time.
0 commit comments