| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- {
- "$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/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"]
- }
- }
|