forked from visgl/react-google-maps
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexamples-sidebar.js
More file actions
40 lines (39 loc) · 831 Bytes
/
Copy pathexamples-sidebar.js
File metadata and controls
40 lines (39 loc) · 831 Bytes
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
const sidebars = {
examplesSidebar: [
{
type: 'doc',
label: 'Overview',
id: 'index'
},
{
type: 'category',
label: 'Examples',
collapsed: false,
items: [
'basic-map',
'change-map-styles',
'markers-and-infowindows',
'advanced-marker',
'advanced-marker-interaction',
'map-control',
'multiple-maps',
'marker-clustering',
'custom-marker-clustering',
'geometry',
'drawing',
'terra-draw',
'autocomplete',
'directions',
'routes-api',
'deckgl-overlay',
'deckgl-heatmap',
'map-3d',
'map-3d-markers',
'extended-component-library',
'static-map',
'places-ui-kit'
]
}
]
};
module.exports = sidebars;