Skip to content

Commit

Permalink
website: Aggregation Layers move to API reference
Browse files Browse the repository at this point in the history
  • Loading branch information
felixpalmer committed Dec 17, 2024
1 parent 691baea commit a5ff77e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion docs/api-reference/aggregation-layers/overview.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @deck.gl/aggregation-layers
# Aggregation Layers

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

Expand Down
22 changes: 11 additions & 11 deletions docs/table-of-contents.json
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,17 @@
"api-reference/geo-layers/wms-layer"
]
},
{
"type": "category",
"label": "Aggregation Layers",
"items": [
"api-reference/aggregation-layers/overview",
"api-reference/aggregation-layers/aggregation-layer",
"api-reference/aggregation-layers/aggregator",
"api-reference/aggregation-layers/cpu-aggregator",
"api-reference/aggregation-layers/webgl-aggregator"
]
},
{
"type": "category",
"label": "Scripting Interface",
Expand Down Expand Up @@ -209,17 +220,6 @@
"type": "category",
"label": "Submodule API Reference",
"items": [
{
"type": "category",
"label": "@deck.gl/extensions",
"items": [
"api-reference/aggregation-layers/overview",
"api-reference/aggregation-layers/aggregation-layer",
"api-reference/aggregation-layers/aggregator",
"api-reference/aggregation-layers/cpu-aggregator",
"api-reference/aggregation-layers/webgl-aggregator"
]
},
{
"type": "category",
"label": "@deck.gl/arcgis",
Expand Down

0 comments on commit a5ff77e

Please sign in to comment.