-
Notifications
You must be signed in to change notification settings - Fork 1.4k
/
Copy pathtable-of-contents.json
71 lines (71 loc) · 2.06 KB
/
table-of-contents.json
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
[
{
"type": "category",
"label": "Overview",
"items": [
"README",
"whats-new",
"upgrade-guide",
"contributing"
]
},
{
"type": "category",
"label": "Developer Guide",
"items": [
"get-started/get-started",
"get-started/mapbox-tokens",
"get-started/state-management",
"get-started/adding-custom-data",
"get-started/tips-and-tricks"
]
},
{
"type": "category",
"label": "API Reference",
"items": [
{
"type": "category",
"label": "Mapbox",
"items": [
"api-reference/mapbox/map",
"api-reference/mapbox/attribution-control",
"api-reference/mapbox/fullscreen-control",
"api-reference/mapbox/geolocate-control",
"api-reference/mapbox/layer",
"api-reference/mapbox/map-provider",
"api-reference/mapbox/marker",
"api-reference/mapbox/navigation-control",
"api-reference/mapbox/popup",
"api-reference/mapbox/scale-control",
"api-reference/mapbox/source",
"api-reference/mapbox/use-control",
"api-reference/mapbox/use-map",
"api-reference/mapbox/types"
]
},
{
"type": "category",
"label": "Maplibre",
"items": [
"api-reference/maplibre/map",
"api-reference/maplibre/attribution-control",
"api-reference/maplibre/fullscreen-control",
"api-reference/maplibre/geolocate-control",
"api-reference/maplibre/layer",
"api-reference/maplibre/logo-control",
"api-reference/maplibre/map-provider",
"api-reference/maplibre/marker",
"api-reference/maplibre/navigation-control",
"api-reference/maplibre/popup",
"api-reference/maplibre/scale-control",
"api-reference/maplibre/source",
"api-reference/maplibre/terrain-control",
"api-reference/maplibre/use-control",
"api-reference/maplibre/use-map",
"api-reference/maplibre/types"
]
}
]
}
]