Skip to content

Commit a49c760

Browse files
authored
feat: adding link to dashboard (#269)
### TL;DR Added a Dashboard navigation link and changed the default theme mode from light to dark in the documentation configuration. ### What changed? - Added a new "Dashboard" navigation item linking to `https://app.lightspark.com/login` - Changed the default mode toggle setting from "light" to "dark" ### How to test? 1. Load the documentation site and verify the new "Dashboard" link appears in the navigation 2. Confirm the "Dashboard" link redirects to `https://app.lightspark.com/login` 3. Check that the documentation loads with dark mode as the default theme ### Why make this change? This improves user experience by providing direct access to the dashboard from the documentation and sets dark mode as the default theme preference.
1 parent 62efb24 commit a49c760

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,6 @@ TODO-*.md
5454

5555
# Icon build script (local tool, requires license key)
5656
scripts/export-icons.js
57+
58+
# Superset
59+
.superset/

mintlify/docs.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,11 +290,15 @@
290290
{
291291
"label": "Contact sales",
292292
"href": "https://www.lightspark.com/contact"
293+
},
294+
{
295+
"label": "Dashboard",
296+
"href": "https://app.lightspark.com/login"
293297
}
294298
]
295299
},
296300
"modeToggle": {
297-
"default": "light",
301+
"default": "dark",
298302
"isHidden": false
299303
},
300304
"contextual": {

sdks/grid-kotlin

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 094fd99ba0c041ecf5288d9f3da655a02b057766

sdks/grid-typescript

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Subproject commit 60145f927648acd87cdb77b79ffcfc3c1c9eebbe

0 commit comments

Comments
 (0)