Skip to content

Commit 8598ee7

Browse files
authored
docs: mission control updates (#8708)
* Close by default * Update docs index page to reflect updated focus * Rename hub to mission control * Replace Hub with mission control * Draft for github agent * Add draft of sentry agent * Add to docs.json * Reorganize MC * Update Mission Control Overview * Add Tasks * Merge cards into workflows * Add workflows * Fix docs.json * Change automations to workflows * Change automations to workflows * Replace automation with workflow * Fix formatting and cta * Remove source-control from nav * Remove blocks references * Update Sharing page to direct users to profile * Move sharing up so it doesn't look awkward * Add integrations index * Change Mission Control overview to index page * Remove some info from integration * Simplify sentry integration page * Fix broken links * Fix links and terminology * Add a section on agent monitoring * Fix broken links * Fix broken links * Remove hub references * Fix broken redirect * Make plural * Fix link * Add the * Replace hub * Update MC link * Fix links and messaging * Appeasing the mintlify formatting gods * Run npm i * Npm i in binary file
1 parent 23cc853 commit 8598ee7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+1519
-580
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@
3333

3434
Get started in [Mission Control](https://hub.continue.dev/agents), [CLI (Headless Mode)](https://docs.continue.dev/cli/quick-start#headless-mode), or [CLI (TUI mode)](https://docs.continue.dev/cli/quick-start#tui-mode)
3535

36-
## Background Agents
36+
## Cloud Agents
3737

3838
Set workflows to run automatically on [PR opens](https://docs.continue.dev/guides/continuous-ai#pattern-2-the-pr-review-agent), [schedules](https://docs.continue.dev/guides/continuous-ai#pattern-1-the-async-triage-bot), or [any event trigger](https://docs.continue.dev/cli/quick-start#headless-mode)
3939

40-
![Background Agents](docs/images/background-agent.gif)
40+
![Cloud Agents](docs/images/background-agent.gif)
4141

4242
## CLI Agents
4343

binary/package-lock.json

Lines changed: 21 additions & 57 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/CONTRIBUTING.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ We strongly encourage using Continue's AI assistance to maintain consistency and
9191
The easiest way to get started is using our pre-configured documentation agent:
9292

9393
<Steps>
94-
<Step title="Install the agent from Continue Hub">
95-
Visit [the Docs Assistant - Mintlify in the Hub](https://hub.continue.dev/continuedev/docs-mintlify) and click "Install" to add it to your Continue setup. This agent comes pre-configured with all our documentation standards.
94+
<Step title="Install the agent from Continue Mission Control">
95+
Visit [the Docs Assistant - Mintlify in Mission Control](https://hub.continue.dev/continuedev/docs-mintlify) and click "Install" to add it to your Continue setup. This agent comes pre-configured with all our documentation standards.
9696

9797
<Info>
9898
Learn more about Continue Configs in our [config documentation](/guides/understanding-configs).
@@ -139,13 +139,13 @@ If you want more control or customization, you can create your own documentation
139139
</Step>
140140

141141
<Step title="Add the Continue Docs MCP">
142-
Install from Continue Hub: https://hub.continue.dev/continuedev/continue-docs-mcp
142+
Install from Continue Mission Control: https://hub.continue.dev/continuedev/continue-docs-mcp
143143

144144
This MCP provides context about Continue's documentation structure and standards.
145145
</Step>
146146

147147
<Step title="Add Mintlify formatting rules">
148-
Install from Continue Hub: https://hub.continue.dev/mintlify/technical-writing-rule
148+
Install from Continue Mission Control: https://hub.continue.dev/mintlify/technical-writing-rule
149149

150150
This rule ensures proper Mintlify component formatting.
151151
</Step>
@@ -339,7 +339,7 @@ Learn more about linking PRs to issues in the [GitHub documentation](https://doc
339339
## 🆘 Getting Help
340340

341341
- **Start a Discussion**: Use [GitHub Discussions](https://github.com/continuedev/continue/discussions) for documentation issues, suggestions, or questions
342-
- **Continue agent questions**: Check the [Continue Hub page](https://hub.continue.dev/continuedev/docs-mintlify)
342+
- **Continue agent questions**: Check the [Continue Mission Control page](https://hub.continue.dev/continuedev/docs-mintlify)
343343
- **Discord community**: Join our Discord for real-time help
344344
- **Existing docs**: Review similar pages for formatting examples
345345
---

docs/hub/agents/create-and-edit.mdx renamed to docs/agents/create-and-edit.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
22
title: "Create and Edit Agents"
3-
description: "Build custom AI workflows with prompts, rules, and tools through the Continue Hub interface"
3+
description: "Build custom AI workflows with prompts, rules, and tools through the Continue Mission Control interface"
44
sidebarTitle: "Create & Edit"
55
---
66

77
<Card title="Creating Custom Agents" icon="wrench">
8-
You can only create and edit Agents through Mission Control in the Continue Hub web interface.
8+
You can only create and edit Agents through Mission Control in the Continue Mission Control web interface.
99
This ensures proper validation, versioning, and team collaboration features.
1010
</Card>
1111

@@ -90,7 +90,7 @@ Before creating your own agent, let's see one in action! The fastest way to expe
9090

9191
<Steps>
9292
<Step title="🧭 Navigate to Create Agent">
93-
From the Continue Hub top navigation bar, select **"+"****"New Agent"**.
93+
From the Continue Mission Control top navigation bar, select **"+"****"New Agent"**.
9494

9595
This opens the **Create an Agent (beta)** form with all required fields.
9696

@@ -101,7 +101,7 @@ Before creating your own agent, let's see one in action! The fastest way to expe
101101

102102
| Field | What to Enter | Example |
103103
|-------|---------------|---------|
104-
| **Name** | Display name shown in the Hub | `GitHub PR Agent` |
104+
| **Name** | Display name shown in Mission Control | `GitHub PR Agent` |
105105
| **Prompt** | First instruction the agent receives | `Open a GitHub PR to fix the specified issue.` |
106106
| **Description** | What the agent does | `Creates a pull request and includes AI-generated summaries.` |
107107
| **Tools (MCPs)** | Select built-in or custom MCPs | `GitHub, PostHog, Supabase` |

0 commit comments

Comments
 (0)