{ "$schema": "https://mintlify.com/docs.json", "theme": "aspen", "name": "Codeflash Documentation", "colors": { "primary": "#2563EB", "light": "#3B82F6", "dark": "#1D4ED8" }, "favicon": "/favicon.ico", "integrations": { "posthog": { "apiKey": "phc_aUO790jHd7z1SXwsYCz8dRApxueplZlZWeDSpKc5hol" } }, "navigation": { "tabs": [ { "tab": "Documentation", "groups": [ { "group": "Overview", "pages": ["index"] }, { "group": "Getting Started", "pages": [ "getting-started/local-installation", "getting-started/javascript-installation", "getting-started/java-installation" ] }, { "group": "Claude Code Plugin", "pages": [ "claude-code-plugin/getting-started", "claude-code-plugin/usage-guide", "claude-code-plugin/troubleshooting" ] }, { "group": "Using Codeflash", "pages": [ "optimizing-with-codeflash/one-function", "optimizing-with-codeflash/codeflash-all", "optimizing-with-codeflash/trace-and-optimize", "optimizing-with-codeflash/codeflash-github-actions", "optimizing-with-codeflash/benchmarking", "optimizing-with-codeflash/review-optimizations" ] }, { "group": "Configuration", "pages": [ "configuration/python", "configuration/javascript", "configuration/java", "getting-the-best-out-of-codeflash" ] }, { "group": "Core Concepts", "pages": [ "codeflash-concepts/how-codeflash-works", "codeflash-concepts/benchmarking", "codeflash-concepts/benchmarking-gpu-code", "support-for-jit/index" ] }, { "group": "IDE Extension", "pages": [ "editor-plugins/vscode/index", "editor-plugins/vscode/features", "editor-plugins/vscode/configuration", "editor-plugins/vscode/troubleshooting" ] } ] } ] }, "banner": { "content": "New: Use Codeflash directly inside Claude Code with the [Codeflash Claude Code Plugin](/claude-code-plugin/getting-started).", "dismissible": true }, "logo": { "light": "/images/codeflash_light.svg", "dark": "/images/codeflash_darkmode.svg" }, "navbar": { "links": [ { "label": "Discord", "href": "https://www.codeflash.ai/discord", "icon": "discord" }, { "label": "GitHub", "href": "https://github.com/codeflash-ai/codeflash", "icon": "github" }, { "label": "Blog", "href": "https://www.codeflash.ai/blog" } ], "primary": { "type": "button", "label": "Try Codeflash", "href": "https://app.codeflash.ai/login" } }, "contextual": { "options": ["copy"] }, "redirects": [ { "source": "/docs/:path*", "destination": "/:path*" } ], "footer": { "socials": { "discord": "https://www.codeflash.ai/discord", "github": "https://github.com/codeflash-ai/codeflash", "linkedin": "https://www.linkedin.com/company/codeflash-ai" }, "links": [ { "label": "Legal", "items": [ { "label": "Privacy Policy", "href": "https://www.codeflash.ai/privacy-policy" }, { "label": "Terms of Service", "href": "https://www.codeflash.ai/terms-of-service" } ] } ] } }