forked from geosolutions-it/MapStore2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
docma-config.json
230 lines (224 loc) · 9.67 KB
/
docma-config.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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
{
"debug": 1,
"jsdoc": {
"encoding": "utf8",
"recurse": false,
"pedantic": false,
"access": null,
"package": null,
"module": true,
"undocumented": false,
"undescribed": false,
"hierarchy": true,
"sort": "alphabetic",
"relativePath": null,
"filter": null,
"allowUnknownTags": true,
"plugins": ["plugins/markdown"]
},
"markdown": {
"gfm": true,
"tables": true,
"breaks": false,
"pedantic": false,
"sanitize": false,
"smartLists": true,
"smartypants": false,
"tasks": true,
"emoji": true
},
"app": {
"title": "MapStore 2 documentation",
"base": "/mapstore/docs",
"entrance": "content:site",
"routing": { "method": "path", "caseSensitive": true }
},
"template": {
"path": "./docma-template",
"options": {
"title": "MapStore 2",
"sidebar": true,
"collapsed": false,
"outline": "tree",
"badges": true,
"search": true,
"navbar": true,
"navItems": [
{
"iconClass": "ico-book",
"label": "Guides",
"items": [
{ "label": "Home", "href": "./" },
{ "separator": true },
{ "label": "Developer's guide", "href": "developer-guide" },
{ "separator": true },
{ "label": "Plugins Architecture", "href": "plugins-architecture" },
{ "label": "Configuring Plugins", "href": "plugins-documentation" },
{ "separator": true },
{ "label": "Project Creation Script", "href": "project-creation-script" }
]
},
{
"iconClass": "ico-mouse-pointer",
"label": "Reference",
"items": [
{ "label": "Framework", "href": "api/framework"},
{ "separator": true },
{ "label": "JavaScript API", "href": "api/jsapi" },
{ "separator": true },
{ "label": "Plugins", "href": "api/plugins" }
]
},
{
"iconClass": "ico-md ico-download",
"label": "Download",
"href": "index.html",
"items": [
{
"label": "MapStore 2 Releases",
"href": "https://github.com/geosolutions-it/MapStore2/releases",
"target": "_blank"
},
{
"label": "MapStore 2 tar.gz",
"href": "https://github.com/geosolutions-it/MapStore2/tarball/master",
"target": "_blank"
},
{
"label": "MapStore 2 .zip",
"href": "https://github.com/geosolutions-it/MapStore2/zipball/master",
"target": "_blank"
}
]
},
{
"iconClass": "ico-md ico-github",
"label": "GitHub",
"href": "https://github.com/geosolutions-it/MapStore2",
"target": "_blank"
}
]
}
},
"src": [
{
"framework": [
"web/client/components/index.jsdoc",
"web/client/components/buttons/FullScreenButton.jsx",
"web/client/components/buttons/GlobeViewSwitcherButton.jsx",
"web/client/components/buttons/GoFullButton.jsx",
"web/client/components/mapcontrols/search/SearchBar.jsx",
"web/client/components/mapcontrols/mouseposition/MousePosition.jsx",
"web/client/components/notifications/NotificationContainer.jsx",
"web/client/components/buttons/ToggleButton.jsx",
"web/client/components/data/identify/GeocodeViewer.jsx",
"web/client/components/data/identify/IdentifyContainer.jsx",
"web/client/components/data/query/AutocompleteField.jsx",
"web/client/components/map/leaflet/DrawSupport.jsx",
"web/client/components/plugins/PluginsContainer.jsx",
"web/client/components/mapcontrols/annotations/Annotations.jsx",
"web/client/components/mapcontrols/annotations/AnnotationsEditor.jsx",
"web/client/components/mapcontrols/annotations/AnnotationsConfig.js",
"web/client/components/misc/cardgrids/SideCard.jsx",
"web/client/components/misc/cardgrids/SideGrid.jsx",
"web/client/components/misc/enhancers/emptyState.jsx",
"web/client/components/misc/enhancers/tooltip.jsx",
"web/client/components/misc/panels/Accordion.jsx",
"web/client/components/misc/panels/DockablePanel.jsx",
"web/client/components/misc/panels/DockPanel.jsx",
"web/client/components/misc/panels/PanelHeader.jsx",
"web/client/components/misc/sidebar/Sidebar.jsx",
"web/client/components/misc/toolbar/Toolbar.jsx",
"web/client/components/misc/EmptyView.jsx",
"web/client/components/misc/ResizableModal.jsx",
"web/client/components/TOC/TOCItemsSettings.jsx",
"web/client/components/TOC/fragments/settings/FeatureInfo.jsx",
"web/client/components/TOC/fragments/settings/FeatureInfoEditor.jsx",
"web/client/actions/index.jsdoc",
"web/client/actions/controls.js",
"web/client/actions/fullscreen.js",
"web/client/actions/globeswitcher.js",
"web/client/actions/maplayout.js",
"web/client/actions/maps.js",
"web/client/actions/maptype.js",
"web/client/actions/notifications.js",
"web/client/actions/search.js",
"web/client/selectors/index.jsdoc",
"web/client/selectors/featuregrid.js",
"web/client/selectors/map.js",
"web/client/selectors/mapinfo.js",
"web/client/selectors/maplayout.js",
"web/client/selectors/maptype.js",
"web/client/selectors/tutorial.js",
"web/client/reducers/index.jsdoc",
"web/client/reducers/controls.js",
"web/client/reducers/featuregrid.js",
"web/client/reducers/globeswitcher.js",
"web/client/reducers/maps.js",
"web/client/reducers/maptype.js",
"web/client/reducers/notifications.js",
"web/client/reducers/search.js",
"web/client/epics/index.jsdoc",
"web/client/epics/automapupdate.js",
"web/client/epics/catalog.js",
"web/client/epics/cookies.js",
"web/client/epics/featuregrid.js",
"web/client/epics/fullscreen.js",
"web/client/epics/globeswitcher.js",
"web/client/epics/maplayout.js",
"web/client/epics/maptype.js",
"web/client/epics/notifications.js",
"web/client/epics/search.js",
"web/client/epics/tutorial.js",
"web/client/epics/wfsquery.js",
"web/client/utils/index.jsdoc",
"web/client/utils/CoordinatesUtils.js",
"web/client/utils/LocaleUtils.js",
"web/client/utils/PluginsUtils.js",
"web/client/utils/PrintUtils.js",
"web/client/utils/ogc/Filter/FilterBuilder.js",
"web/client/utils/ogc/WFS/RequestBuilder.js",
"web/client/utils/ogc/WFST/RequestBuilder.js",
"web/client/utils/ShareUtils.js"
],
"jsapi": "web/client/jsapi/MapStore2.js",
"plugins": [
"web/client/plugins/index.jsdoc",
"web/client/plugins/Annotations.jsx",
"web/client/plugins/AutoMapUpdate.jsx",
"web/client/plugins/BackgroundSelector.jsx",
"web/client/plugins/BackgroundSwitcher.jsx",
"web/client/plugins/DrawerMenu.jsx",
"web/client/plugins/FeatureEditor.jsx",
"web/client/plugins/GlobeViewSwitcher.jsx",
"web/client/plugins/GoFull.jsx",
"web/client/plugins/Map.jsx",
"web/client/plugins/MapSearch.jsx",
"web/client/plugins/Measure.jsx",
"web/client/plugins/MeasurePanel.jsx",
"web/client/plugins/MeasureResults.jsx",
"web/client/plugins/FullScreen.jsx",
"web/client/plugins/Identify.jsx",
"web/client/plugins/Locate.jsx",
"web/client/plugins/Login.jsx",
"web/client/plugins/MousePosition.jsx",
"web/client/plugins/Notifications.jsx",
"web/client/plugins/QueryPanel.jsx",
"web/client/plugins/ScaleBox.jsx",
"web/client/plugins/ScrollTop.jsx",
"web/client/plugins/Search.jsx",
"web/client/plugins/SearchServicesConfig.jsx",
"web/client/plugins/TOC.jsx",
"web/client/plugins/WFSDownload.jsx",
"web/client/plugins/ZoomIn.jsx",
"web/client/plugins/ZoomOut.jsx"
]
},
"./docs/**/*md",
{
"readme": "./README.md",
"developer-guide": "./docs/developer-guide/index.md",
"site": "./docs/index.md"
}
]
}