codeflash/docs/docs.json
Sarthak Agarwal 8cb4172d5d
add privacy and ToS links to docs (#613)
Co-authored-by: saga4 <saga4@codeflashs-MacBook-Air.local>
2025-08-05 16:24:22 -07:00

135 lines
No EOL
3.1 KiB
JSON

{
"$schema": "https://mintlify.com/docs.json",
"theme": "aspen",
"name": "Codeflash Documentation",
"colors": {
"primary": "#2563EB",
"light": "#3B82F6",
"dark": "#1D4ED8"
},
"favicon": "/favicon.ico",
"integrations": {
"intercom": {
"appId": "ljxo1nzr"
}
},
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "🏠 Overview",
"pages": [
"index"
]
},
{
"group": "🚀 Getting Started",
"pages": [
"getting-started/local-installation"
]
},
{
"group": "🔧 Continuous Optimization",
"pages": [
"getting-started/codeflash-github-actions",
"optimizing-with-codeflash/optimize-prs",
"optimizing-with-codeflash/benchmarking"
]
},
{
"group": "⚡ Optimization Workflows",
"pages": [
"optimizing-with-codeflash/one-function",
"optimizing-with-codeflash/trace-and-optimize",
"optimizing-with-codeflash/codeflash-all"
]
},
{
"group": "🧠 Core Concepts",
"pages": [
"codeflash-concepts/how-codeflash-works",
"codeflash-concepts/benchmarking"
]
},
{
"group": "⚙️ Configuration & Best Practices",
"pages": [
"configuration",
"getting-the-best-out-of-codeflash"
]
}
]
}
],
"global": {
"anchors": [
{
"anchor": "GitHub",
"href": "https://github.com/codeflash-ai",
"icon": "github"
},
{
"anchor": "Discord",
"href": "https://www.codeflash.ai/discord",
"icon": "discord"
}
]
}
},
"logo": {
"light": "/images/codeflash_light.svg",
"dark": "/images/codeflash_darkmode.svg"
},
"navbar": {
"links": [
{
"label": "Contact",
"href": "mailto:contact@codeflash.ai"
},
{
"label": "Blog",
"href": "https://www.codeflash.ai/blog"
}
],
"primary": {
"type": "button",
"label": "Try Codeflash",
"href": "https://www.codeflash.ai"
}
},
"contextual": {
"options": [
"copy"
]
},
"redirects": [
{
"source": "/docs/:path*",
"destination": "/:path*"
}
],
"footer": {
"socials": {
"discord": "https://www.codeflash.ai/discord",
"github": "https://github.com/codeflash-ai",
"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"
}
]
}
]
}
}