From a5ff77e9e8c86db187ce731ba6ca24e24d61a8ec Mon Sep 17 00:00:00 2001 From: Felix Palmer Date: Tue, 17 Dec 2024 15:14:52 +0100 Subject: [PATCH] website: Aggregation Layers move to API reference --- .../aggregation-layers/overview.md | 2 +- docs/table-of-contents.json | 22 +++++++++---------- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/api-reference/aggregation-layers/overview.md b/docs/api-reference/aggregation-layers/overview.md index 68e7d1ac5d5..3a82233ad75 100644 --- a/docs/api-reference/aggregation-layers/overview.md +++ b/docs/api-reference/aggregation-layers/overview.md @@ -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. diff --git a/docs/table-of-contents.json b/docs/table-of-contents.json index b10a77e2c7d..1b6dbdab422 100644 --- a/docs/table-of-contents.json +++ b/docs/table-of-contents.json @@ -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", @@ -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",