mirror of
https://github.com/cline/cline.git
synced 2026-09-19 02:05:44 +08:00
* docs: update what-is-cline to use generic IDE references Updated documentation to replace VS Code-specific references with generic "IDE" terms, making it applicable to modern IDEs beyond VS Code for broader compatibility. * docs: expand Cline installation guide with comprehensive setup instructions - Add prerequisites section with account creation and editor compatibility - Include detailed installation steps for VS Code/Cursor and JetBrains IDEs - Add troubleshooting sections for common installation issues - Expand editor support information and setup guidance - Improve documentation structure with tabs and accordions for better UX * docs: remove font weight and reorder getting started pages - Remove font weight property from fonts configuration - Reorder getting started pages to place installation before model selection guide * fixes title font-weight to original values * docs: improve JetBrains plugin installation link text Replace generic URL text with descriptive "JetBrains Marketplace" link text for better user experience and accessibility in the Cline installation guide. * docs: add voice mode feature documentation and cross-references Add comprehensive documentation for Voice Mode feature including setup instructions, use cases, and technical requirements. Also add cross-reference tip in plan-and-act.mdx to promote voice mode usage during planning discussions. * docs: rename voice-mode to dictation for clarity Rename voice-mode.mdx to dictation.mdx and update all references throughout the documentation to use "Dictation" instead of "Voice Mode" for more accurate terminology and better user understanding. * feat(docs): add YOLO mode documentation Add comprehensive documentation for YOLO mode feature, covering auto-approval functionality, safety warnings, use cases, and best practices for autonomous operation. * docs: reorganize navigation structure and add redirect for JetBrains install page - Remove JetBrains installation page from getting-started section - Reorder Features section with @ Mentions first, followed by alphabetically sorted individual features - Move Slash Commands group after individual features and add workflows page - Add yolo-mode feature to the end - Add redirect from old JetBrains install path to main installation guide * docs: improve JetBrains logo visibility and simplify dictation instructions - Remove Frame wrapper around JetBrains logo for cleaner markup - Add CSS styling to ensure JetBrains logo visibility in dark mode with background, border, and hover effects - Simplify dictation instructions by removing redundant recording state description
250 lines
5.9 KiB
JSON
250 lines
5.9 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",
|
|
"css": "styles.css"
|
|
},
|
|
"appearance": {
|
|
"default": "system",
|
|
"strict": false
|
|
},
|
|
"fonts": {
|
|
"family": "Roboto"
|
|
},
|
|
"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/what-is-cline",
|
|
"getting-started/installing-cline",
|
|
"getting-started/model-selection-guide",
|
|
"getting-started/task-management",
|
|
"getting-started/understanding-context-management",
|
|
{
|
|
"group": "For New Coders",
|
|
"pages": [
|
|
"getting-started/for-new-coders",
|
|
"getting-started/installing-dev-essentials"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Improving Your Prompting Skills",
|
|
"pages": [
|
|
"prompting/prompt-engineering-guide",
|
|
"prompting/cline-memory-bank"
|
|
]
|
|
},
|
|
{
|
|
"group": "Features",
|
|
"pages": [
|
|
{
|
|
"group": "@ Mentions",
|
|
"pages": [
|
|
"features/at-mentions/overview",
|
|
"features/at-mentions/file-mentions",
|
|
"features/at-mentions/terminal-mentions",
|
|
"features/at-mentions/problem-mentions",
|
|
"features/at-mentions/git-mentions",
|
|
"features/at-mentions/url-mentions"
|
|
]
|
|
},
|
|
"features/auto-approve",
|
|
"features/auto-compact",
|
|
"features/checkpoints",
|
|
"features/cline-rules",
|
|
{
|
|
"group": "Commands & Shortcuts",
|
|
"pages": [
|
|
"features/commands-and-shortcuts/overview",
|
|
"features/commands-and-shortcuts/code-commands",
|
|
"features/commands-and-shortcuts/terminal-integration",
|
|
"features/commands-and-shortcuts/git-integration",
|
|
"features/commands-and-shortcuts/keyboard-shortcuts"
|
|
]
|
|
},
|
|
{
|
|
"group": "Customization",
|
|
"pages": [
|
|
"features/customization/opening-cline-in-sidebar",
|
|
"features/customization/disable-terminal-pagers"
|
|
]
|
|
},
|
|
"features/dictation",
|
|
"features/drag-and-drop",
|
|
"features/editing-messages",
|
|
"features/focus-chain",
|
|
"features/plan-and-act",
|
|
{
|
|
"group": "Slash Commands",
|
|
"pages": [
|
|
"features/slash-commands/new-task",
|
|
"features/slash-commands/new-rule",
|
|
"features/slash-commands/smol",
|
|
"features/slash-commands/report-bug",
|
|
"features/slash-commands/deep-planning"
|
|
]
|
|
},
|
|
"features/slash-commands/workflows",
|
|
"features/yolo-mode"
|
|
]
|
|
},
|
|
{
|
|
"group": "Exploring Cline's Tools",
|
|
"pages": [
|
|
"exploring-clines-tools/cline-tools-guide",
|
|
"exploring-clines-tools/new-task-tool",
|
|
"exploring-clines-tools/remote-browser-support"
|
|
]
|
|
},
|
|
{
|
|
"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": "Provider Configuration",
|
|
"pages": [
|
|
"provider-config/anthropic",
|
|
"provider-config/claude-code",
|
|
{
|
|
"group": "AWS Bedrock",
|
|
"pages": [
|
|
"provider-config/aws-bedrock/api-key",
|
|
"provider-config/aws-bedrock/iam-credentials",
|
|
"provider-config/aws-bedrock/cli-profile"
|
|
]
|
|
},
|
|
"provider-config/gcp-vertex-ai",
|
|
"provider-config/litellm-and-cline-using-codestral",
|
|
"provider-config/vscode-language-model-api",
|
|
"provider-config/xai-grok",
|
|
"provider-config/mistral-ai",
|
|
"provider-config/deepseek",
|
|
"provider-config/groq",
|
|
"provider-config/cerebras",
|
|
"provider-config/doubao",
|
|
"provider-config/fireworks",
|
|
"provider-config/zai",
|
|
"provider-config/ollama",
|
|
"provider-config/openai",
|
|
"provider-config/openai-compatible",
|
|
"provider-config/openrouter",
|
|
"provider-config/sap-aicore",
|
|
"provider-config/vercel-ai-gateway",
|
|
"provider-config/requesty",
|
|
"provider-config/baseten"
|
|
]
|
|
},
|
|
{
|
|
"group": "Running Models Locally",
|
|
"pages": [
|
|
"running-models-locally/read-me-first",
|
|
"running-models-locally/lm-studio",
|
|
"running-models-locally/ollama"
|
|
]
|
|
},
|
|
{
|
|
"group": "Troubleshooting",
|
|
"pages": [
|
|
"troubleshooting/terminal-quick-fixes",
|
|
"troubleshooting/terminal-integration-guide"
|
|
]
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
},
|
|
"anchors": [
|
|
{
|
|
"name": "What is Cline",
|
|
"icon": "house",
|
|
"url": "getting-started/what-is-cline"
|
|
}
|
|
],
|
|
"redirects": [
|
|
{
|
|
"source": "/getting-started/installing-cline-jetbrains",
|
|
"destination": "/getting-started/installing-cline"
|
|
}
|
|
],
|
|
"search": {
|
|
"prompt": "Search Cline documentation..."
|
|
},
|
|
"contextual": {
|
|
"options": [
|
|
"copy"
|
|
]
|
|
}
|
|
}
|