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": [ { 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.