Skip to content

Commit 5d93eea

Browse files
committed
docs: remove slop and trim quick-start
1 parent 3268cbb commit 5d93eea

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

web/src/components/docs/doc-sidebar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { cn } from '@/lib/utils'
1414

1515
const learnSections = [
1616
{
17-
title: 'Quick Start',
17+
title: 'Getting Started',
1818
href: '/docs/help',
1919
subsections: getDocsByCategory('help').map((doc) => ({
2020
title: doc.title,

web/src/content/agents/creating-new-agents.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const definition: AgentDefinition = {
5757

5858
systemPrompt: `You are a documentation specialist.`,
5959
instructionsPrompt:
60-
"Create comprehensive documentation based on the user's request. Research existing code and patterns first.",
60+
"Write documentation based on the user's request. Research existing code and patterns first.",
6161
stepPrompt:
6262
'Continue working on the documentation. Use end_turn when complete.',
6363
}

web/src/content/help/quick-start.mdx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,6 @@ Run Codebuff in your project directory:
2525
codebuff
2626
```
2727

28-
Or start a new project with a [starter template](https://github.com/CodebuffAI/codebuff-community/tree/main/starter-templates):
29-
30-
```bash
31-
codebuff --create nextjs project-name
32-
```
33-
34-
That's enough to begin.
35-
3628
## Troubleshooting Install
3729

3830
If you run into issues during installation:

0 commit comments

Comments
 (0)