mirror of
https://github.com/codeflash-ai/codeflash.git
synced 2026-05-04 18:25:17 +00:00
117 lines
2.9 KiB
JSON
117 lines
2.9 KiB
JSON
{
|
|
"$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": "🚀 Quickstart",
|
|
"pages": [
|
|
"getting-started/local-installation"
|
|
] },
|
|
{
|
|
"group": "⚡ Optimizing with Codeflash",
|
|
"pages": [
|
|
"optimizing-with-codeflash/one-function",
|
|
"optimizing-with-codeflash/trace-and-optimize",
|
|
"optimizing-with-codeflash/codeflash-all"
|
|
]
|
|
},
|
|
{
|
|
"group": "✨ Continuous Optimization",
|
|
"pages": [
|
|
"optimizing-with-codeflash/codeflash-github-actions",
|
|
"optimizing-with-codeflash/benchmarking",
|
|
"optimizing-with-codeflash/review-optimizations"
|
|
]
|
|
},
|
|
{
|
|
"group": "🧠 Core Concepts",
|
|
"pages": ["codeflash-concepts/how-codeflash-works", "codeflash-concepts/benchmarking"]
|
|
},
|
|
{
|
|
"group": "⚙️ Configuration & Best Practices",
|
|
"pages": ["configuration", "getting-the-best-out-of-codeflash"]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|