Files
cline/docs/home.mdx
T
Renee HuangandJuan Pablo Flores e884699d24 New Cline Docs (#9280)
* only doc changes

* merge

* fix installtion page redirects

* fix redirect, remove unused parts

* rm irrelevant info

* clean up terminal guides

* docs: add home page and reorganize navigation

* chore: remove 71 unused docs files not referenced in navigation

Remove .mdx files that are no longer referenced in docs.json navigation
and only existed as stale content from previous documentation restructuring.
These files were either completely orphaned or only served as redirect
source pages (Mintlify handles redirects at the routing level without
needing the source file to exist).

Updated docs.json redirects that previously pointed to archive/ pages
to point to current equivalents instead:
  - /archive/understanding-context-management → /model-config/context-windows
  - /archive/prompt-engineering-guide → /customization/cline-rules
  - /archive/telemetry → /enterprise-solutions/monitoring/telemetry

Deleted files by category:

Archive (entire directory removed):
  - archive/prompt-engineering-guide.mdx
  - archive/telemetry.mdx
  - archive/understanding-context-management.mdx

Cline CLI:
  - cline-cli/cli-reference-deprecated.mdx

Enterprise Solutions (16 files):
  - enterprise-solutions/bundled-endpoints.mdx
  - enterprise-solutions/configuration/overview.mdx
  - enterprise-solutions/configuration/choosing-your-deployment.mdx
  - enterprise-solutions/configuration/infrastructure-configuration/overview.mdx
  - enterprise-solutions/configuration/infrastructure-configuration/rules.mdx
  - enterprise-solutions/configuration/infrastructure-configuration/workflows.mdx
  - enterprise-solutions/configuration/infrastructure-configuration/control-other-cline-features/overview.mdx
  - enterprise-solutions/configuration/infrastructure-configuration/mcp/overview.mdx
  - enterprise-solutions/configuration/infrastructure-configuration/mcp/mcp-marketplace.mdx
  - enterprise-solutions/configuration/infrastructure-configuration/mcp/remote-mcp-servers.mdx
  - enterprise-solutions/configuration/infrastructure-configuration/providers/overview.mdx
  - enterprise-solutions/configuration/infrastructure-configuration/providers/custom.mdx
  - enterprise-solutions/configuration/infrastructure-configuration/providers/aws-bedrock/overview.mdx
  - enterprise-solutions/configuration/infrastructure-configuration/providers/google-vertex/overview.mdx
  - enterprise-solutions/configuration/infrastructure-configuration/providers/litellm/overview.mdx
  - enterprise-solutions/monitoring/opentelemetry_override.mdx

Exploring Cline's Tools (entire directory removed):
  - exploring-clines-tools/cline-tools-guide.mdx
  - exploring-clines-tools/new-task-tool.mdx
  - exploring-clines-tools/remote-browser-support.mdx

Features — old pages consolidated into core-workflows/ and customization/ (37 files):
  - features/checkpoints.mdx
  - features/drag-and-drop.mdx
  - features/editing-messages.mdx
  - features/explain-changes.mdx
  - features/skills.mdx
  - features/yolo-mode.mdx
  - features/at-mentions/ (7 files — all consolidated into core-workflows/working-with-files)
  - features/cline-rules/ (2 files — consolidated into customization/cline-rules)
  - features/commands-and-shortcuts/ (5 files — consolidated into core-workflows/using-commands)
  - features/customization/ (2 files)
  - features/hooks/ (3 files — consolidated into customization/hooks)
  - features/slash-commands/ (7 files)
  - features/slash-commands/workflows/ (3 files — consolidated into customization/workflows)
  - features/tasks/ (2 files — consolidated into core-workflows/task-management)

Introduction (entire directory removed):
  - introduction/overview.mdx
  - introduction/welcome.mdx

MCP:
  - mcp/adding-mcp-servers-from-github.mdx
  - mcp/configuring-mcp-servers.mdx

More Info (entire directory removed):
  - more-info/telemetry.mdx

Prompting (entire directory removed):
  - prompting/cline-memory-bank.mdx
  - prompting/prompt-engineering-guide.mdx
  - prompting/understanding-context-management.mdx

Provider Config:
  - provider-config/fireworks-ai.mdx
  - provider-config/ollama.mdx

Getting Started:
  - getting-started/selecting-your-model.mdx

Total: 71 files deleted, 12,344 lines removed.

* docs: update and add documentation pages

* revert unintended formatting changes to src files

* new first project docs

---------

Co-authored-by: Juan Pablo Flores <juan@cline.bot>
2026-02-14 22:02:22 -08:00

50 lines
2.5 KiB
Plaintext

---
title: "Cline Documentation"
sidebarTitle: "Home"
description: "Your AI-powered coding agent for complex work. Read files, write code, run commands, all with your approval."
---
Welcome to the Cline documentation. Whether you're just getting started or looking to unlock advanced workflows, you'll find everything you need here.
## What is Cline?
Cline is an AI coding agent that lives in your editor and your terminal. It can read and write files, run terminal commands, use a browser, and help you build features through natural conversation. Every action requires your explicit approval. You're always in control.
<CardGroup cols={2}>
<Card title="Quick Start" icon="rocket" href="/getting-started/quick-start">
Get Cline running in under 2 minutes. Install, authenticate, and build your first piece of code.
</Card>
<Card title="What is Cline?" icon="circle-info" href="/getting-started/what-is-cline">
Understand Cline's full capabilities, how it works, and what makes it different.
</Card>
<Card title="Your First Project" icon="hammer" href="/getting-started/your-first-project">
A hands-on tutorial that walks you through building a complete project with Cline.
</Card>
<Card title="Install Cline" icon="download" href="/getting-started/installing-cline">
Detailed installation instructions for VS Code, Cursor, Windsurf, JetBrains, Antigravity, and the CLI.
</Card>
</CardGroup>
## Explore the Docs
<CardGroup cols={3}>
<Card title="Core Workflows" icon="arrows-spin" href="/core-workflows/task-management">
Learn the daily patterns: task management, plan & act, working with files, commands, and checkpoints.
</Card>
<Card title="Customization" icon="sliders" href="/customization/overview">
Tailor Cline to your workflow with rules, skills, workflows, hooks, and .clineignore.
</Card>
<Card title="Features" icon="sparkles" href="/features/memory-bank">
Discover Memory Bank, Focus Chain, auto-approve, subagents, Jupyter support, and more.
</Card>
<Card title="Models & Providers" icon="microchip" href="/core-features/model-selection-guide">
Choose and configure AI models: cloud providers, local models, and advanced setups.
</Card>
<Card title="MCP Servers" icon="plug" href="/mcp/mcp-overview">
Extend Cline's capabilities with Model Context Protocol servers and tools.
</Card>
<Card title="Cline CLI" icon="terminal" href="/cline-cli/overview">
Use Cline from the command line: interactive mode, headless automation, and CI/CD integration.
</Card>
</CardGroup>