Skip to content

Commit ea1f7b4

Browse files
authored
Merge branch 'master' into chr/remove-widget-manager-optimization
2 parents 80dfcec + 05bca74 commit ea1f7b4

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/api-reference/aggregation-layers/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @deck.gl/aggregation-layers
1+
# Aggregation Layers
22

33
Layers that aggregate the input data and visualize them in alternative representations, such as grid and hexagon binning, contour, and heatmap.
44

docs/table-of-contents.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,17 @@
126126
"api-reference/geo-layers/wms-layer"
127127
]
128128
},
129+
{
130+
"type": "category",
131+
"label": "Aggregation Layers",
132+
"items": [
133+
"api-reference/aggregation-layers/overview",
134+
"api-reference/aggregation-layers/aggregation-layer",
135+
"api-reference/aggregation-layers/aggregator",
136+
"api-reference/aggregation-layers/cpu-aggregator",
137+
"api-reference/aggregation-layers/webgl-aggregator"
138+
]
139+
},
129140
{
130141
"type": "category",
131142
"label": "Scripting Interface",
@@ -209,17 +220,6 @@
209220
"type": "category",
210221
"label": "Submodule API Reference",
211222
"items": [
212-
{
213-
"type": "category",
214-
"label": "@deck.gl/extensions",
215-
"items": [
216-
"api-reference/aggregation-layers/overview",
217-
"api-reference/aggregation-layers/aggregation-layer",
218-
"api-reference/aggregation-layers/aggregator",
219-
"api-reference/aggregation-layers/cpu-aggregator",
220-
"api-reference/aggregation-layers/webgl-aggregator"
221-
]
222-
},
223223
{
224224
"type": "category",
225225
"label": "@deck.gl/arcgis",

0 commit comments

Comments
 (0)