mirror of
https://github.com/cline/cline.git
synced 2026-09-13 01:39:57 +08:00
143 lines
3.4 KiB
JSON
143 lines
3.4 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "linden",
|
|
"name": "Cline",
|
|
"description": "AI-powered coding assistant for VSCode",
|
|
"colors": {
|
|
"primary": "#9D4EDD",
|
|
"light": "#F0E6FF",
|
|
"dark": "#000000"
|
|
},
|
|
"logo": {
|
|
"light": "/assets/robot_panel_light.png",
|
|
"dark": "/assets/robot_panel_dark.png"
|
|
},
|
|
"favicon": {
|
|
"light": "/assets/robot_panel_light.png",
|
|
"dark": "/assets/robot_panel_dark.png"
|
|
},
|
|
"background": {
|
|
"color": {
|
|
"light": "#F0E6FF",
|
|
"dark": "#000000"
|
|
},
|
|
"decoration": "gradient"
|
|
},
|
|
"styling": {
|
|
"eyebrows": "breadcrumbs",
|
|
"codeblocks": "system"
|
|
},
|
|
"appearance": {
|
|
"default": "system",
|
|
"strict": false
|
|
},
|
|
"fonts": {
|
|
"family": "Roboto",
|
|
"weight": 400
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "GitHub",
|
|
"href": "https://github.com/cline/cline"
|
|
},
|
|
{
|
|
"label": "Discord",
|
|
"href": "https://discord.gg/cline"
|
|
}
|
|
],
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "Install Cline",
|
|
"href": "https://cline.bot/install?utm_source=website&utm_medium=header"
|
|
}
|
|
},
|
|
"navigation": {
|
|
"groups": [
|
|
{
|
|
"group": "Getting Started",
|
|
"pages": [
|
|
"getting-started/for-new-coders",
|
|
"getting-started/installing-cline",
|
|
"getting-started/installing-dev-essentials",
|
|
"getting-started/model-selection-guide",
|
|
"getting-started/our-favorite-tech-stack",
|
|
"getting-started/task-management",
|
|
"getting-started/understanding-context-management",
|
|
"getting-started/what-is-cline"
|
|
]
|
|
},
|
|
{
|
|
"group": "Improving Your Prompting Skills",
|
|
"pages": ["prompting/prompt-engineering-guide", "prompting/cline-memory-bank"]
|
|
},
|
|
{
|
|
"group": "Exploring Cline's Tools",
|
|
"pages": [
|
|
"exploring-clines-tools/cline-tools-guide",
|
|
"exploring-clines-tools/plan-and-act-modes-a-guide-to-effective-ai-development",
|
|
"exploring-clines-tools/checkpoints",
|
|
"exploring-clines-tools/new-task-tool",
|
|
"exploring-clines-tools/remote-browser-support",
|
|
"exploring-clines-tools/slash-commands"
|
|
]
|
|
},
|
|
{
|
|
"group": "Enterprise Solutions",
|
|
"pages": [
|
|
"enterprise-solutions/cloud-provider-integration",
|
|
"enterprise-solutions/custom-instructions",
|
|
"enterprise-solutions/mcp-servers",
|
|
"enterprise-solutions/security-concerns"
|
|
]
|
|
},
|
|
{
|
|
"group": "MCP Servers",
|
|
"pages": [
|
|
"mcp/mcp-overview",
|
|
"mcp/adding-mcp-servers-from-github",
|
|
"mcp/configuring-mcp-servers",
|
|
"mcp/connecting-to-a-remote-server",
|
|
"mcp/mcp-marketplace",
|
|
"mcp/mcp-server-development-protocol",
|
|
"mcp/mcp-transport-mechanisms"
|
|
]
|
|
},
|
|
{
|
|
"group": "Custom Model Configurations",
|
|
"pages": [
|
|
"custom-model-configs/aws-bedrock-with-credentials-authentication",
|
|
"custom-model-configs/aws-bedrock-with-profile-authentication",
|
|
"custom-model-configs/gcp-vertex-ai",
|
|
"custom-model-configs/litellm-and-cline-using-codestral"
|
|
]
|
|
},
|
|
{
|
|
"group": "Running Models Locally",
|
|
"pages": [
|
|
"running-models-locally/read-me-first",
|
|
"running-models-locally/lm-studio",
|
|
"running-models-locally/ollama"
|
|
]
|
|
},
|
|
{
|
|
"group": "More Info",
|
|
"pages": ["more-info/telemetry"]
|
|
}
|
|
]
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"x": "https://x.com/cline",
|
|
"github": "https://github.com/cline/cline",
|
|
"discord": "https://discord.gg/cline"
|
|
}
|
|
},
|
|
"search": {
|
|
"prompt": "Search Cline documentation..."
|
|
},
|
|
"contextual": {
|
|
"options": ["copy"]
|
|
}
|
|
}
|