update icons
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
---
|
||||
title: "Telemetry"
|
||||
icon: "chart-line"
|
||||
description: "Learn about Continue's anonymous telemetry collection practices, what usage data is tracked, and how to opt out of data collection to maintain your privacy preferences"
|
||||
---
|
||||
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
"mission-control/workflows",
|
||||
{
|
||||
"group": "Integrations",
|
||||
"icon": "plug",
|
||||
"pages": [
|
||||
"mission-control/integrations",
|
||||
"mission-control/integrations/github",
|
||||
@@ -44,7 +43,6 @@
|
||||
"mission-control/sharing",
|
||||
{
|
||||
"group": "Governance",
|
||||
"icon": "building",
|
||||
"pages": [
|
||||
"mission-control/governance/creating-an-org",
|
||||
"mission-control/governance/org-permissions",
|
||||
@@ -53,7 +51,6 @@
|
||||
},
|
||||
{
|
||||
"group": "Secrets",
|
||||
"icon": "key",
|
||||
"pages": [
|
||||
"mission-control/secrets/secret-types",
|
||||
"mission-control/secrets/secret-resolution"
|
||||
@@ -61,7 +58,6 @@
|
||||
},
|
||||
{
|
||||
"group": "Configs",
|
||||
"icon": "book",
|
||||
"pages": [
|
||||
"mission-control/configs/intro",
|
||||
"mission-control/configs/use-a-config",
|
||||
@@ -118,7 +114,6 @@
|
||||
"pages": [
|
||||
{
|
||||
"group": "Agent",
|
||||
"icon": "robot",
|
||||
"pages": [
|
||||
"ide-extensions/agent/quick-start",
|
||||
"ide-extensions/agent/how-it-works",
|
||||
@@ -130,7 +125,6 @@
|
||||
},
|
||||
{
|
||||
"group": "Chat",
|
||||
"icon": "messages",
|
||||
"pages": [
|
||||
"ide-extensions/chat/quick-start",
|
||||
"ide-extensions/chat/how-it-works",
|
||||
@@ -141,7 +135,6 @@
|
||||
},
|
||||
{
|
||||
"group": "Autocomplete",
|
||||
"icon": "sparkles",
|
||||
"pages": [
|
||||
"ide-extensions/autocomplete/quick-start",
|
||||
"ide-extensions/autocomplete/how-it-works",
|
||||
@@ -153,7 +146,6 @@
|
||||
},
|
||||
{
|
||||
"group": "Edit",
|
||||
"icon": "pen-to-square",
|
||||
"pages": [
|
||||
"ide-extensions/edit/quick-start",
|
||||
"ide-extensions/edit/how-it-works",
|
||||
@@ -176,7 +168,6 @@
|
||||
"customize/prompts",
|
||||
{
|
||||
"group": "Model Providers",
|
||||
"icon": "server",
|
||||
"pages": [
|
||||
"customize/model-providers/overview",
|
||||
{
|
||||
@@ -216,7 +207,6 @@
|
||||
},
|
||||
{
|
||||
"group": "Model Roles",
|
||||
"icon": "robot",
|
||||
"pages": [
|
||||
"customize/model-roles/00-intro",
|
||||
"customize/model-roles/chat",
|
||||
@@ -229,7 +219,6 @@
|
||||
},
|
||||
{
|
||||
"group": "Deep Dives",
|
||||
"icon": "microscope",
|
||||
"pages": [
|
||||
"customize/deep-dives/configuration",
|
||||
"customize/deep-dives/rules",
|
||||
@@ -270,6 +259,7 @@
|
||||
},
|
||||
{
|
||||
"group": "Cloud Agents",
|
||||
"icon": "cloud",
|
||||
"pages": [
|
||||
"guides/cloud-agents/cloud-agents-taxonomy",
|
||||
"guides/cloud-agents/guide-to-cloud-agents",
|
||||
@@ -282,6 +272,7 @@
|
||||
},
|
||||
{
|
||||
"group": "Guides",
|
||||
"icon": "compass",
|
||||
"pages": [
|
||||
{
|
||||
"group": "Understanding Continue",
|
||||
@@ -321,7 +312,6 @@
|
||||
},
|
||||
{
|
||||
"group": "Cookbooks",
|
||||
"icon": "book-open-cover",
|
||||
"pages": [
|
||||
"guides/posthog-github-continuous-ai",
|
||||
"guides/continue-docs-mcp-cookbook",
|
||||
|
||||
165
docs/index.mdx
165
docs/index.mdx
@@ -1,156 +1,37 @@
|
||||
---
|
||||
title: "Welcome to Continue"
|
||||
icon: book-open
|
||||
description: "Create, run, and automate AI agents across Mission Control, terminal, and CI/CD"
|
||||
title: "What is Continue?"
|
||||
description: "Run agents as CI checks on every PR"
|
||||
---
|
||||
|
||||
<Frame>
|
||||
<img src="/images/intro-0c302b9c15b890c251b1ad04586c880f.png" />
|
||||
</Frame>
|
||||
Continue lets you create agents that review every pull request. Each agent runs as a GitHub check — green if the code looks good, red with a suggested diff if not.
|
||||
|
||||
## Mission Control
|
||||
<Note>
|
||||
Central dashboard for managing Agents, Tasks, Workflows, and Integrations.
|
||||
</Note>
|
||||
Agents are markdown prompts describing the standards you want to enforce. They can be defined at [continue.dev](https://continue.dev/agents) or in your repo at `.continue/agents/`.
|
||||
|
||||
<CardGroup cols={3}>
|
||||
<Card title="Create a Task" icon="plus" href="/mission-control/tasks">
|
||||
Prompt an agent to complete a one-off task.
|
||||
For example, you could create this file
|
||||
|
||||
<sub>• Run a one-time task or test for automation</sub><br />
|
||||
<sub>• Monitor progress in the tasks tab</sub>
|
||||
</Card>
|
||||
<Card title="Create an Agent Workflow" icon="clock" href="/mission-control/workflows">
|
||||
Schedule or trigger your agents automatically.
|
||||
```markdown .continue/agents/security-review.md
|
||||
Review this PR and check that:
|
||||
|
||||
<sub>• Cron, Webhook, or GitHub-based triggers</sub><br />
|
||||
<sub>• Ideal for daily audits or status checks</sub>
|
||||
</Card>
|
||||
<Card title="Clear Your Inbox Queue" icon="inbox" href="https://hub.continue.dev/inbox">
|
||||
Trigger your inbox agents to resolve opened PRs.
|
||||
- No secrets or API keys are hardcoded
|
||||
- All new API endpoints have input validation
|
||||
- Error responses use the standard error format
|
||||
```
|
||||
|
||||
<sub>• Address review comments</sub><br />
|
||||
<sub>• Fix CI test failures and resolve merge conflicts</sub>
|
||||
</Card>
|
||||
</CardGroup>
|
||||
or you could use this agent as a starting point.
|
||||
|
||||
## Integrations
|
||||
<Note>
|
||||
Connect Continue to your existing developer tools to automate the repetitive work you don't have time for.
|
||||
</Note>
|
||||
## Get started
|
||||
|
||||
1. Connect GitHub at [continue.dev](https://continue.dev/)
|
||||
2. [Create an agent](https://continue.dev/agents/new) — write your rules in markdown, set the trigger to GitHub
|
||||
3. Open a PR and watch it run
|
||||
|
||||
## Example agents
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="GitHub" icon="github" href="/mission-control/integrations/github">
|
||||
Enable repository access for Agents to read and create PRs.
|
||||
<Card title="Snyk Security Agent" icon="shield-check" href="https://continue.dev/continuedev/snyk-continuous-ai-agent">
|
||||
Scans for dependency vulnerabilities and opens fix PRs.
|
||||
</Card>
|
||||
<Card title="Slack" icon="slack" href="/mission-control/integrations/slack">
|
||||
Mention <code>@Continue</code> in Slack to trigger Agents and receive updates.
|
||||
</Card>
|
||||
<Card title="Sentry" icon="alert-triangle" href="/mission-control/integrations/sentry">
|
||||
Automatically generate PRs to fix new issues from Sentry alerts.
|
||||
</Card>
|
||||
<Card title="Snyk" icon="shield-check" href="/mission-control/integrations/snyk">
|
||||
Detect and fix security vulnerabilities automatically.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
You can go to [Mission Control Integrations](https://hub.continue.dev/integrations) for the full list of tools you can connect, or for more information see [the docs page](https://docs.continue.dev/mission-control/integrations).
|
||||
|
||||
|
||||
## Continue CLI
|
||||
|
||||
<Note>Terminal-native AI coding assistance with TUI and headless modes.</Note>
|
||||
|
||||
<CodeGroup>
|
||||
|
||||
```bash npm
|
||||
npm i -g @continuedev/cli
|
||||
```
|
||||
|
||||
```bash yarn
|
||||
yarn global add @continuedev/cli
|
||||
```
|
||||
|
||||
```bash pnpm
|
||||
pnpm add -g @continuedev/cli
|
||||
```
|
||||
|
||||
</CodeGroup>
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card
|
||||
title="TUI Mode"
|
||||
icon="terminal"
|
||||
href="/cli/overview#tui-mode%3A-interactive-development"
|
||||
>
|
||||
Interactive Terminal User Interface for development workflows
|
||||
|
||||
<sub>• Automate builds & refactoring</sub>
|
||||
<br />
|
||||
<sub>• Pre-commit hooks & scripted fixes</sub>
|
||||
<br />
|
||||
<sub>• Terminal-first development</sub>
|
||||
</Card>
|
||||
<Card
|
||||
title="Headless Mode"
|
||||
icon="server"
|
||||
href="/cli/overview#headless-mode%3A-production-automation"
|
||||
>
|
||||
Automated AI coding for CI/CD and server environments
|
||||
|
||||
<sub>• Run in CI/CD pipelines</sub>
|
||||
<br />
|
||||
<sub>• Batch processing & bulk operations</sub>
|
||||
<br />
|
||||
<sub>• Server & container deployments</sub>
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
## IDE Extensions
|
||||
|
||||
<Note>
|
||||
Optional IDE extensions for real-time code editing and assistance.
|
||||
</Note>
|
||||
|
||||
Learn more about [extension features](https://docs.continue.dev/ide-extensions/quick-start) and how to [customize](https://docs.continue.dev/customize/overview) →
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card
|
||||
title="VS Code"
|
||||
icon="code"
|
||||
href="https://marketplace.visualstudio.com/items?itemName=Continue.continue"
|
||||
>
|
||||
Install from VS Code Marketplace
|
||||
<sub>Real-time coding assistance and refactoring</sub>
|
||||
</Card>
|
||||
<Card
|
||||
title="JetBrains"
|
||||
icon="jet-fighter"
|
||||
href="https://plugins.jetbrains.com/plugin/22707-continue-extension"
|
||||
>
|
||||
Install from JetBrains Plugin Repository
|
||||
<sub>Community supported for autocomplete and multi-file edits</sub>
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
## Resources
|
||||
|
||||
<CardGroup cols={3}>
|
||||
<Card title="Continue Mission Control" icon="globe" href="https://hub.continue.dev/">
|
||||
Create your agents, run tasks, add workflows and integrations
|
||||
</Card>
|
||||
<Card
|
||||
title="GitHub Discussions"
|
||||
icon="comments"
|
||||
href="https://github.com/continuedev/continue/discussions"
|
||||
>
|
||||
Get help from the community
|
||||
</Card>
|
||||
<Card
|
||||
title="Integrations"
|
||||
icon="plug"
|
||||
href="/mission-control/integrations"
|
||||
>
|
||||
Connect GitHub, Slack, Sentry, and Snyk to power your automations.
|
||||
<Card title="Browse all agents" icon="magnifying-glass" href="https://continue.dev/agents">
|
||||
Pre-built agents on continue.dev.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
155
docs/overview.mdx
Normal file
155
docs/overview.mdx
Normal file
@@ -0,0 +1,155 @@
|
||||
---
|
||||
title: "Overview"
|
||||
description: "Run agents as CI checks on every PR"
|
||||
---
|
||||
|
||||
<Frame>
|
||||
<img src="/images/intro-0c302b9c15b890c251b1ad04586c880f.png" />
|
||||
</Frame>
|
||||
|
||||
## Mission Control
|
||||
<Note>
|
||||
Central dashboard for managing Agents, Tasks, Workflows, and Integrations.
|
||||
</Note>
|
||||
|
||||
<CardGroup cols={3}>
|
||||
<Card title="Create a Task" icon="plus" href="/mission-control/tasks">
|
||||
Prompt an agent to complete a one-off task.
|
||||
|
||||
<sub>• Run a one-time task or test for automation</sub><br />
|
||||
<sub>• Monitor progress in the tasks tab</sub>
|
||||
</Card>
|
||||
<Card title="Create an Agent Workflow" icon="clock" href="/mission-control/workflows">
|
||||
Schedule or trigger your agents automatically.
|
||||
|
||||
<sub>• Cron, Webhook, or GitHub-based triggers</sub><br />
|
||||
<sub>• Ideal for daily audits or status checks</sub>
|
||||
</Card>
|
||||
<Card title="Clear Your Inbox Queue" icon="inbox" href="https://hub.continue.dev/inbox">
|
||||
Trigger your inbox agents to resolve opened PRs.
|
||||
|
||||
<sub>• Address review comments</sub><br />
|
||||
<sub>• Fix CI test failures and resolve merge conflicts</sub>
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
## Integrations
|
||||
<Note>
|
||||
Connect Continue to your existing developer tools to automate the repetitive work you don't have time for.
|
||||
</Note>
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card title="GitHub" icon="github" href="/mission-control/integrations/github">
|
||||
Enable repository access for Agents to read and create PRs.
|
||||
</Card>
|
||||
<Card title="Slack" icon="slack" href="/mission-control/integrations/slack">
|
||||
Mention <code>@Continue</code> in Slack to trigger Agents and receive updates.
|
||||
</Card>
|
||||
<Card title="Sentry" icon="alert-triangle" href="/mission-control/integrations/sentry">
|
||||
Automatically generate PRs to fix new issues from Sentry alerts.
|
||||
</Card>
|
||||
<Card title="Snyk" icon="shield-check" href="/mission-control/integrations/snyk">
|
||||
Detect and fix security vulnerabilities automatically.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
You can go to [Mission Control Integrations](https://hub.continue.dev/integrations) for the full list of tools you can connect, or for more information see [the docs page](https://docs.continue.dev/mission-control/integrations).
|
||||
|
||||
|
||||
## Continue CLI
|
||||
|
||||
<Note>Terminal-native AI coding assistance with TUI and headless modes.</Note>
|
||||
|
||||
<CodeGroup>
|
||||
|
||||
```bash npm
|
||||
npm i -g @continuedev/cli
|
||||
```
|
||||
|
||||
```bash yarn
|
||||
yarn global add @continuedev/cli
|
||||
```
|
||||
|
||||
```bash pnpm
|
||||
pnpm add -g @continuedev/cli
|
||||
```
|
||||
|
||||
</CodeGroup>
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card
|
||||
title="TUI Mode"
|
||||
icon="terminal"
|
||||
href="/cli/overview#tui-mode%3A-interactive-development"
|
||||
>
|
||||
Interactive Terminal User Interface for development workflows
|
||||
|
||||
<sub>• Automate builds & refactoring</sub>
|
||||
<br />
|
||||
<sub>• Pre-commit hooks & scripted fixes</sub>
|
||||
<br />
|
||||
<sub>• Terminal-first development</sub>
|
||||
</Card>
|
||||
<Card
|
||||
title="Headless Mode"
|
||||
icon="server"
|
||||
href="/cli/overview#headless-mode%3A-production-automation"
|
||||
>
|
||||
Automated AI coding for CI/CD and server environments
|
||||
|
||||
<sub>• Run in CI/CD pipelines</sub>
|
||||
<br />
|
||||
<sub>• Batch processing & bulk operations</sub>
|
||||
<br />
|
||||
<sub>• Server & container deployments</sub>
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
## IDE Extensions
|
||||
|
||||
<Note>
|
||||
Optional IDE extensions for real-time code editing and assistance.
|
||||
</Note>
|
||||
|
||||
Learn more about [extension features](https://docs.continue.dev/ide-extensions/quick-start) and how to [customize](https://docs.continue.dev/customize/overview) →
|
||||
|
||||
<CardGroup cols={2}>
|
||||
<Card
|
||||
title="VS Code"
|
||||
icon="code"
|
||||
href="https://marketplace.visualstudio.com/items?itemName=Continue.continue"
|
||||
>
|
||||
Install from VS Code Marketplace
|
||||
<sub>Real-time coding assistance and refactoring</sub>
|
||||
</Card>
|
||||
<Card
|
||||
title="JetBrains"
|
||||
icon="jet-fighter"
|
||||
href="https://plugins.jetbrains.com/plugin/22707-continue-extension"
|
||||
>
|
||||
Install from JetBrains Plugin Repository
|
||||
<sub>Community supported for autocomplete and multi-file edits</sub>
|
||||
</Card>
|
||||
</CardGroup>
|
||||
|
||||
## Resources
|
||||
|
||||
<CardGroup cols={3}>
|
||||
<Card title="Continue Mission Control" icon="globe" href="https://hub.continue.dev/">
|
||||
Create your agents, run tasks, add workflows and integrations
|
||||
</Card>
|
||||
<Card
|
||||
title="GitHub Discussions"
|
||||
icon="comments"
|
||||
href="https://github.com/continuedev/continue/discussions"
|
||||
>
|
||||
Get help from the community
|
||||
</Card>
|
||||
<Card
|
||||
title="Integrations"
|
||||
icon="plug"
|
||||
href="/mission-control/integrations"
|
||||
>
|
||||
Connect GitHub, Slack, Sentry, and Snyk to power your automations.
|
||||
</Card>
|
||||
</CardGroup>
|
||||
Reference in New Issue
Block a user