Skip to content

Commit 3c99f0d

Browse files
committed
fix: ty feedback for slack docs
1 parent e464d32 commit 3c99f0d

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

docs/docs.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
{
5858
"group": "Agents",
5959
"icon": "cloud",
60-
"pages": ["hub/agents/intro", "hub/agents/slack-integration"]
60+
"pages": ["hub/agents/intro", "hub/agents/slack-agent"]
6161
},
6262
"hub/sharing",
6363
"hub/source-control"

docs/hub/agents/slack-integration.mdx renamed to docs/hub/agents/slack-agent.mdx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: "Slack Integration"
3-
description: "Bring Continues AI agents into Slack. Mention @Continue in any channel or thread to trigger development workflows, generate PRs, or update docs all with the context of your conversation."
2+
title: "Slack Agent"
3+
description: "Bring Continue's AI agents into Slack. Mention @Continue in any channel or thread to trigger development workflows, generate PRs, or update docs all with the context of your conversation."
44
---
55

66
<Info>
@@ -20,11 +20,10 @@ Mention @Continue in any channel with a task description, and it will:
2020

2121
<Card title="What It's Great For" icon="slack">
2222

23-
24-
- Quick bug fixes and feature implementations
25-
- Code reviews and refactoring
26-
- Documentation updates
27-
- Automated development tasks
23+
- Quick bug fixes and feature implementations
24+
- Code reviews and refactoring
25+
- Documentation updates
26+
- Automated development tasks
2827

2928
</Card>
3029

@@ -89,9 +88,10 @@ Use this for quick standalone requests.
8988
```
9089

9190
<Tip>
92-
Be sure the repository name matches a GitHub repository that the Continue GitHub App has access to.
91+
92+
Be sure the repository name matches a GitHub repository that the Continue GitHub App has access to.
93+
9394
</Tip>
94-
9595

9696
2. **Default repo**: Uses the default repository if set in the integration settings
9797

0 commit comments

Comments
 (0)