Skip to content

Commit 5428691

Browse files
Disable drilldown (#85)
* 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. * fix broken link
1 parent 0b302e7 commit 5428691

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

docs.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
"dark": "#09090b"
99
},
1010
"favicon": "/favicon.svg",
11+
"interaction": {
12+
"drilldown": false
13+
},
1114
"navigation": {
1215
"tabs": [
1316
{

guides/datasets/ingest.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ viz(modis_data, map_kwargs={"show_tooltip": True})
9797

9898
## Create a Tilebox dataset
9999

100-
Now you'll create a [Spatio-temporal](/datasets/types/spatio-temporal) dataset with the same schema as the given MODIS dataset.
100+
Now you'll create a [Spatio-temporal](/datasets/types/spatiotemporal) dataset with the same schema as the given MODIS dataset.
101101
To do so, you'll use the [Tilebox Console](/console), navigate to `My Datasets` and click `Create Dataset`. Then select
102102
`Spatio-temporal Dataset` as the dataset type.
103103

0 commit comments

Comments
 (0)