forked from MapGIS/WebClient-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
62 lines (62 loc) · 1.81 KB
/
docs.json
File metadata and controls
62 lines (62 loc) · 1.81 KB
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
{
"opts": {
"encoding": "utf8",
"private": false,
"recurse": true,
"lenient": true,
"tutorials": "./docs/jsdoc-config/mapboxgl/tutorials",
"destination": "./website/public/docs/mapboxgl",
"template": "./docs/templates/better-docs"
},
"disqus": "",
"tags": {
"allowUnknownTags": true
},
"source": {
"includePattern": ".+\\.js?$",
"include": ["src/service/", "src/mapboxgl/"],
"exclude": [
"src/service/baseserver",
"src/service/node_modules",
"src/service/node_modules/turf-jsts",
"src/service/node_modules/@turf",
"src/service/node_modules/polygon-clipping",
"src/service/node_modules/splaytree"
]
},
"plugins": ["plugins/markdown"],
"templates": {
"search": true,
"cleverLinks": true,
"monospaceLinks": true,
"outputSourceFiles": true,
"outputSourcePath": true,
"default": {
"outputSourceFiles": true
},
"better-docs": {
"logo": "../image/mapgis_blue.png",
"title": "Client for JavaScript",
"hideGenerator": false,
"navLinks": [
{
"label": "Cesium",
"href": "/docs/cesium/index.html"
},
{
"label": "MapboxGL",
"href": "/docs/mapboxgl/index.html"
},
{
"label": "Leaflet",
"href": "/docs/leaflet/index.html"
},
{
"label": "OpenLayers",
"href": "/docs/openlayers/index.html"
}
]
},
"linenums": true
}
}