60 lines
1.8 KiB
JavaScript
60 lines
1.8 KiB
JavaScript
export const DOCS_CONFIG = {
|
|
title: "9Router Documentation",
|
|
description: "Smart AI model router - Maximize subscriptions, minimize costs",
|
|
logo: "9Router",
|
|
appUrl: "https://9router.com",
|
|
githubUrl: "https://github.com/decolua/9router",
|
|
|
|
navigation: [
|
|
{
|
|
title: "Getting Started",
|
|
items: [
|
|
{ title: "Introduction", slug: "" },
|
|
{ title: "Quick Start", slug: "getting-started/quick-start" },
|
|
{ title: "Installation", slug: "getting-started/installation" }
|
|
]
|
|
},
|
|
{
|
|
title: "Providers",
|
|
items: [
|
|
{ title: "Subscription (Maximize)", slug: "providers/subscription" },
|
|
{ title: "Cheap (Backup)", slug: "providers/cheap" },
|
|
{ title: "Free (Fallback)", slug: "providers/free" }
|
|
]
|
|
},
|
|
{
|
|
title: "Features",
|
|
items: [
|
|
{ title: "Smart Routing", slug: "features/smart-routing" },
|
|
{ title: "Combos & Fallback", slug: "features/combos" },
|
|
{ title: "Quota Tracking", slug: "features/quota-tracking" }
|
|
]
|
|
},
|
|
{
|
|
title: "Integration",
|
|
items: [
|
|
{ title: "Claude Code", slug: "integration/claude-code" },
|
|
{ title: "OpenAI Codex", slug: "integration/codex" },
|
|
{ title: "Cursor", slug: "integration/cursor" },
|
|
{ title: "Cline", slug: "integration/cline" },
|
|
{ title: "Roo", slug: "integration/roo" },
|
|
{ title: "Continue", slug: "integration/continue" },
|
|
{ title: "Other Tools", slug: "integration/other-tools" }
|
|
]
|
|
},
|
|
{
|
|
title: "Deployment",
|
|
items: [
|
|
{ title: "Localhost", slug: "deployment/localhost" },
|
|
{ title: "Cloud (VPS/Docker)", slug: "deployment/cloud" }
|
|
]
|
|
},
|
|
{
|
|
title: "Help",
|
|
items: [
|
|
{ title: "Troubleshooting", slug: "troubleshooting" },
|
|
{ title: "FAQ", slug: "faq" }
|
|
]
|
|
}
|
|
]
|
|
};
|