@@ -58,6 +58,7 @@ export default defineConfig({
5858 } ,
5959 {
6060 text : "Layers" ,
61+ collapsed : true ,
6162 items : [
6263 {
6364 text : "ol-animated-clusterlayer" ,
@@ -91,6 +92,7 @@ export default defineConfig({
9192 } ,
9293 {
9394 text : "Sources" ,
95+ collapsed : true ,
9496 items : [
9597 {
9698 text : "ol-source-bingmaps" ,
@@ -135,131 +137,146 @@ export default defineConfig({
135137 ] ,
136138 } ,
137139 {
138- text : "Geometries" ,
140+ text : "Vector Data" ,
141+ collapsed : true ,
139142 items : [
140143 {
141- text : "ol-geom-line-string" ,
142- link : "/componentsguide/geometries/geomlinestring/" ,
143- } ,
144- {
145- text : "ol-geom-point" ,
146- link : "/componentsguide/geometries/geompoint/" ,
147- } ,
148- {
149- text : "ol-geom-polygon" ,
150- link : "/componentsguide/geometries/geompolygon/" ,
151- } ,
152- {
153- text : "ol-geom-multi-line-string" ,
154- link : "/componentsguide/geometries/geommultilinestring/" ,
155- } ,
156- {
157- text : "ol-geom-multi-point" ,
158- link : "/componentsguide/geometries/geommultipoint/" ,
159- } ,
160- {
161- text : "ol-geom-multi-polygon" ,
162- link : "/componentsguide/geometries/geommultipolygon/" ,
163- } ,
164- ] ,
165- } ,
166- {
167- text : "Styles" ,
168- items : [
169- {
170- text : "ol-style" ,
171- link : "/componentsguide/styles/style/" ,
172- } ,
173- {
174- text : "ol-style-circle" ,
175- link : "/componentsguide/styles/circle/" ,
176- } ,
177- {
178- text : "ol-style-fill" ,
179- link : "/componentsguide/styles/fill/" ,
180- } ,
181- {
182- text : "ol-style-icon" ,
183- link : "/componentsguide/styles/icon/" ,
184- } ,
185- {
186- text : "ol-style-stroke" ,
187- link : "/componentsguide/styles/stroke/" ,
188- } ,
189- {
190- text : "ol-style-text" ,
191- link : "/componentsguide/styles/text/" ,
192- } ,
193- ] ,
194- } ,
195- {
196- text : "Interactions" ,
197- items : [
198- {
199- text : "ol-interaction-clusterselect" ,
200- link : "/componentsguide/interactions/clusterselect/" ,
201- } ,
202- {
203- text : "ol-interaction-draw" ,
204- link : "/componentsguide/interactions/draw/" ,
205- } ,
206- {
207- text : "ol-interaction-dragrotate" ,
208- link : "/componentsguide/interactions/dragrotate/" ,
209- } ,
210- {
211- text : "ol-interaction-dragrotatezoom" ,
212- link : "/componentsguide/interactions/dragrotatezoom/" ,
213- } ,
214- {
215- text : "ol-interaction-modify" ,
216- link : "/componentsguide/interactions/modify/" ,
217- } ,
218- {
219- text : "ol-interaction-select" ,
220- link : "/componentsguide/interactions/select/" ,
221- } ,
222- {
223- text : "ol-interaction-snap" ,
224- link : "/componentsguide/interactions/snap/" ,
225- } ,
226- {
227- text : "ol-interaction-transform" ,
228- link : "/componentsguide/interactions/transform/" ,
229- } ,
230- ] ,
231- } ,
232- {
233- text : "Animations" ,
234- items : [
235- {
236- text : "ol-animation-drop" ,
237- link : "/componentsguide/animations/drop/" ,
238- } ,
239- {
240- text : "ol-animation-fade" ,
241- link : "/componentsguide/animations/fade/" ,
242- } ,
243- {
244- text : "ol-animation-shake" ,
245- link : "/componentsguide/animations/shake/" ,
246- } ,
247- {
248- text : "ol-animation-slide" ,
249- link : "/componentsguide/animations/slide/" ,
250- } ,
251- {
252- text : "ol-animation-teleport" ,
253- link : "/componentsguide/animations/teleport/" ,
254- } ,
255- {
256- text : "ol-animation-zoom" ,
257- link : "/componentsguide/animations/zoom/" ,
144+ text : "ol-feature" ,
145+ link : "/componentsguide/feature/" ,
146+ } ,
147+ {
148+ text : "Geometries" ,
149+ collapsed : true ,
150+ items : [
151+ {
152+ text : "ol-geom-line-string" ,
153+ link : "/componentsguide/geometries/geomlinestring/" ,
154+ } ,
155+ {
156+ text : "ol-geom-point" ,
157+ link : "/componentsguide/geometries/geompoint/" ,
158+ } ,
159+ {
160+ text : "ol-geom-polygon" ,
161+ link : "/componentsguide/geometries/geompolygon/" ,
162+ } ,
163+ {
164+ text : "ol-geom-multi-line-string" ,
165+ link : "/componentsguide/geometries/geommultilinestring/" ,
166+ } ,
167+ {
168+ text : "ol-geom-multi-point" ,
169+ link : "/componentsguide/geometries/geommultipoint/" ,
170+ } ,
171+ {
172+ text : "ol-geom-multi-polygon" ,
173+ link : "/componentsguide/geometries/geommultipolygon/" ,
174+ } ,
175+ ] ,
176+ } ,
177+ {
178+ text : "Styles" ,
179+ collapsed : true ,
180+ items : [
181+ {
182+ text : "ol-style" ,
183+ link : "/componentsguide/styles/style/" ,
184+ } ,
185+ {
186+ text : "ol-style-circle" ,
187+ link : "/componentsguide/styles/circle/" ,
188+ } ,
189+ {
190+ text : "ol-style-fill" ,
191+ link : "/componentsguide/styles/fill/" ,
192+ } ,
193+ {
194+ text : "ol-style-icon" ,
195+ link : "/componentsguide/styles/icon/" ,
196+ } ,
197+ {
198+ text : "ol-style-stroke" ,
199+ link : "/componentsguide/styles/stroke/" ,
200+ } ,
201+ {
202+ text : "ol-style-text" ,
203+ link : "/componentsguide/styles/text/" ,
204+ } ,
205+ ] ,
206+ } ,
207+ {
208+ text : "Interactions" ,
209+ collapsed : true ,
210+ items : [
211+ {
212+ text : "ol-interaction-clusterselect" ,
213+ link : "/componentsguide/interactions/clusterselect/" ,
214+ } ,
215+ {
216+ text : "ol-interaction-draw" ,
217+ link : "/componentsguide/interactions/draw/" ,
218+ } ,
219+ {
220+ text : "ol-interaction-dragrotate" ,
221+ link : "/componentsguide/interactions/dragrotate/" ,
222+ } ,
223+ {
224+ text : "ol-interaction-dragrotatezoom" ,
225+ link : "/componentsguide/interactions/dragrotatezoom/" ,
226+ } ,
227+ {
228+ text : "ol-interaction-modify" ,
229+ link : "/componentsguide/interactions/modify/" ,
230+ } ,
231+ {
232+ text : "ol-interaction-select" ,
233+ link : "/componentsguide/interactions/select/" ,
234+ } ,
235+ {
236+ text : "ol-interaction-snap" ,
237+ link : "/componentsguide/interactions/snap/" ,
238+ } ,
239+ {
240+ text : "ol-interaction-transform" ,
241+ link : "/componentsguide/interactions/transform/" ,
242+ } ,
243+ ] ,
244+ } ,
245+ {
246+ text : "Animations" ,
247+ collapsed : true ,
248+ items : [
249+ {
250+ text : "ol-animation-drop" ,
251+ link : "/componentsguide/animations/drop/" ,
252+ } ,
253+ {
254+ text : "ol-animation-fade" ,
255+ link : "/componentsguide/animations/fade/" ,
256+ } ,
257+ {
258+ text : "ol-animation-shake" ,
259+ link : "/componentsguide/animations/shake/" ,
260+ } ,
261+ {
262+ text : "ol-animation-slide" ,
263+ link : "/componentsguide/animations/slide/" ,
264+ } ,
265+ {
266+ text : "ol-animation-teleport" ,
267+ link : "/componentsguide/animations/teleport/" ,
268+ } ,
269+ {
270+ text : "ol-animation-zoom" ,
271+ link : "/componentsguide/animations/zoom/" ,
272+ } ,
273+ ] ,
258274 } ,
259275 ] ,
260276 } ,
261277 {
262278 text : "Map Controls" ,
279+ collapsed : true ,
263280 items : [
264281 {
265282 text : "Demo" ,
0 commit comments