diff --git a/.gitignore b/.gitignore index ef5b47fa..39e0d77f 100644 --- a/.gitignore +++ b/.gitignore @@ -54,3 +54,6 @@ TODO-*.md # Icon build script (local tool, requires license key) scripts/export-icons.js + +# Superset +.superset/ diff --git a/mintlify/docs.json b/mintlify/docs.json index b0b52115..794a4325 100644 --- a/mintlify/docs.json +++ b/mintlify/docs.json @@ -290,11 +290,15 @@ { "label": "Contact sales", "href": "https://www.lightspark.com/contact" + }, + { + "label": "Dashboard", + "href": "https://app.lightspark.com/login" } ] }, "modeToggle": { - "default": "light", + "default": "dark", "isHidden": false }, "contextual": { diff --git a/sdks/grid-kotlin b/sdks/grid-kotlin new file mode 160000 index 00000000..094fd99b --- /dev/null +++ b/sdks/grid-kotlin @@ -0,0 +1 @@ +Subproject commit 094fd99ba0c041ecf5288d9f3da655a02b057766 diff --git a/sdks/grid-typescript b/sdks/grid-typescript new file mode 160000 index 00000000..60145f92 --- /dev/null +++ b/sdks/grid-typescript @@ -0,0 +1 @@ +Subproject commit 60145f927648acd87cdb77b79ffcfc3c1c9eebbe