-
Notifications
You must be signed in to change notification settings - Fork 10
/
sidebars.js
57 lines (57 loc) · 1.16 KB
/
sidebars.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
module.exports = {
sidebar: {
'Getting Started': [
'intro',
'installation',
'building'
],
'Element Reference': [
'elements/mapml-viewer',
'elements/map-caption',
'elements/layer',
'elements/mapml',
'elements/extent',
'elements/input',
'elements/select',
'elements/link',
'elements/meta',
'elements/feature',
'elements/geometry',
'elements/properties',
'elements/span',
'elements/map-a',
'elements/style'
],
'Element API Reference': [
'api/mapml-viewer-api',
'api/layer-api',
'api/map-feature-api',
'api/map-extent-api',
'api/map-link-api'
],
'User Guide': [
{
'Getting Started': [
'user-guide/quick-start'
],
'Styling': [
'user-guide/creating-styles',
'user-guide/using-styles'
],
'Tutorials': [
'user-guide/getting-started',
'user-guide/modifying-map'
]
}
],
'Browser Extension': [
'extension/about',
'extension/installation',
'extension/features'
],
Resources: [
'resources/debug-mode',
'resources/resources'
],
},
};