codeflash/docs/docs.json

142 lines
3.6 KiB
JSON
Raw Normal View History

2025-07-31 02:50:51 +00:00
{
"$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"
}
},
2025-07-31 02:50:51 +00:00
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "🚀 Quickstart",
2026-01-19 22:50:02 +00:00
"pages": [
"getting-started/local-installation",
"getting-started/javascript-installation"
]
},
2025-07-31 02:50:51 +00:00
{
"group": "🏠 Overview",
2025-08-07 00:14:27 +00:00
"pages": ["index"]
2025-07-31 02:50:51 +00:00
},
{
"group": "📖 Codeflash CLI",
"pages": [
"cli-reference/index",
"cli-reference/setup",
"cli-reference/optimization",
"cli-reference/tracing",
"cli-reference/flags",
"cli-reference/troubleshooting"
]
2025-11-13 03:48:58 +00:00
},
{
2026-01-16 12:35:24 +00:00
"group": "🛠 IDE Extension",
"pages": [
"editor-plugins/vscode/index",
"editor-plugins/vscode/features",
"editor-plugins/vscode/configuration",
"editor-plugins/vscode/troubleshooting"
]
2025-11-13 03:48:58 +00:00
},
2025-08-01 00:00:06 +00:00
{
"group": "⚡ Optimizing with Codeflash",
2025-08-01 00:00:06 +00:00
"pages": [
"optimizing-with-codeflash/one-function",
"optimizing-with-codeflash/trace-and-optimize",
"optimizing-with-codeflash/codeflash-all"
2025-07-31 02:50:51 +00:00
]
},
{
"group": "✨ Continuous Optimization",
2025-07-31 02:50:51 +00:00
"pages": [
"optimizing-with-codeflash/codeflash-github-actions",
2025-08-21 15:23:25 +00:00
"optimizing-with-codeflash/benchmarking",
"optimizing-with-codeflash/review-optimizations"
2025-07-31 02:50:51 +00:00
]
},
{
"group": "🧠 Core Concepts",
"pages": [
"codeflash-concepts/how-codeflash-works",
"codeflash-concepts/benchmarking"
]
2025-07-31 02:50:51 +00:00
},
{
"group": "⚙️ Configuration & Best Practices",
2025-08-07 00:14:27 +00:00
"pages": ["configuration", "getting-the-best-out-of-codeflash"]
2025-07-31 02:50:51 +00:00
}
]
}
]
2025-07-31 02:50:51 +00:00
},
"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"
2025-07-31 02:50:51 +00:00
},
{
"label": "Blog",
"href": "https://www.codeflash.ai/blog"
}
],
"primary": {
"type": "button",
"label": "Try Codeflash",
2025-11-05 20:16:49 +00:00
"href": "https://app.codeflash.ai/login"
2025-07-31 02:50:51 +00:00
}
},
"contextual": {
2025-08-07 00:14:27 +00:00
"options": ["copy"]
2025-07-31 02:50:51 +00:00
},
"redirects": [
{
"source": "/docs/:path*",
"destination": "/:path*"
}
],
"footer": {
"socials": {
"discord": "https://www.codeflash.ai/discord",
"github": "https://github.com/codeflash-ai/codeflash",
2025-07-31 02:50:51 +00:00
"linkedin": "https://www.linkedin.com/company/codeflash-ai"
},
"links": [
{
"label": "Legal",
"items": [
{
"label": "Privacy Policy",
"href": "https://www.codeflash.ai/privacy-policy"
},
{
2025-08-07 00:14:27 +00:00
"label": "Terms of Service",
"href": "https://www.codeflash.ai/terms-of-service"
}
]
}
]
2025-07-31 02:50:51 +00:00
}
2025-08-07 00:14:27 +00:00
}