-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcontents.js
36 lines (36 loc) · 1.02 KB
/
contents.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
module.exports = {
'overview': {
'introduction': 'introduction.md',
'installation': 'installation.md',
'use with spark': 'spark.md',
'frequently asked questions': 'faq.md',
'contributing': 'contributing.md'
},
'data types': {
'overview': 'data-types.md',
'image loading': 'image-loading.md',
'series loading': 'series-loading.md',
'base methods': 'base-methods.md',
'image methods': 'image-methods.md',
'series methods': 'series-methods.md',
'block methods': 'block-methods.md'
},
'packages': {
'analyses': {
'thunder-regression': 'thunder-regression.md',
'thunder-registration': 'thunder-registration.md',
'thunder-factorization': 'thunder-factorization.md'
},
'utilities': {
'station': 'station.md',
'regional': 'regional.md',
'showit': 'showit.md'
}
},
'tutorials': {
'basics': 'tutorial-basics.md',
'images': 'tutorial-images.md',
'series': 'tutorial-series.md',
'registration': 'tutorial-registration.md'
}
}