{ "$schema": "https://mintlify.com/docs.json", "theme": "mint", "name": "GSD", "logo": { "light": "/images/logo.svg", "dark": "/images/logo.svg", "href": "https://gsd.build" }, "favicon": "/images/favicon.svg", "colors": { "primary": "#7dcfff", "light": "#7dcfff", "dark": "#1a1b26" }, "appearance": { "default": "dark" }, "background": { "decoration": "gradient" }, "fonts": { "heading": { "family": "JetBrains Mono", "weight": 700 }, "body": { "family": "Inter", "weight": 400 } }, "navbar": { "links": [ { "label": "GitHub", "href": "https://github.com/gsd-build/gsd-2" } ], "primary": { "type": "button", "label": "Install", "href": "/getting-started" } }, "footer": { "socials": { "github": "https://github.com/gsd-build/gsd-2" } }, "navigation": { "groups": [ { "group": "Getting started", "pages": [ "introduction", "getting-started" ] }, { "group": "Core concepts", "pages": [ "guides/auto-mode", "guides/commands", "guides/git-strategy" ] }, { "group": "Configuration", "pages": [ "guides/configuration", "guides/custom-models", "guides/token-optimization", "guides/dynamic-model-routing", "guides/cost-management" ] }, { "group": "Features", "pages": [ "guides/change-management", "guides/captures-triage", "guides/parallel-orchestration", "guides/remote-questions", "guides/skills", "guides/visualizer", "guides/web-interface", "guides/working-in-teams" ] }, { "group": "Reference", "pages": [ "guides/troubleshooting", "guides/migration" ] } ] }, "search": { "prompt": "Search GSD docs..." } }