From 27daa977f3eb895e5f37d0fc7162b6c2fbacc45c Mon Sep 17 00:00:00 2001 From: Lukas Bindreiter Date: Tue, 21 Oct 2025 09:41:40 +0200 Subject: [PATCH 1/2] Disable drilldown This setting controls what happens when a user clicks a collapsible group in the navbar. With it enabled, mintlify will always force navigation to the first page within the group. With it disabled, the groups will just expand revealing the pages, without navigating away from the current page. --- docs.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.json b/docs.json index b32e58f..b8970cb 100644 --- a/docs.json +++ b/docs.json @@ -8,6 +8,9 @@ "dark": "#09090b" }, "favicon": "/favicon.svg", + "interaction": { + "drilldown": false + }, "navigation": { "tabs": [ { From 6e3330da7a90f06ac5b8d448c891e94e18eb91c6 Mon Sep 17 00:00:00 2001 From: Lukas Bindreiter Date: Tue, 21 Oct 2025 09:45:32 +0200 Subject: [PATCH 2/2] fix broken link --- guides/datasets/ingest.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/datasets/ingest.mdx b/guides/datasets/ingest.mdx index a7de461..869079a 100644 --- a/guides/datasets/ingest.mdx +++ b/guides/datasets/ingest.mdx @@ -97,7 +97,7 @@ viz(modis_data, map_kwargs={"show_tooltip": True}) ## Create a Tilebox dataset -Now you'll create a [Spatio-temporal](/datasets/types/spatio-temporal) dataset with the same schema as the given MODIS dataset. +Now you'll create a [Spatio-temporal](/datasets/types/spatiotemporal) dataset with the same schema as the given MODIS dataset. To do so, you'll use the [Tilebox Console](/console), navigate to `My Datasets` and click `Create Dataset`. Then select `Spatio-temporal Dataset` as the dataset type.