File tree Expand file tree Collapse file tree 3 files changed +2
-10
lines changed
Expand file tree Collapse file tree 3 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { cn } from '@/lib/utils'
1414
1515const learnSections = [
1616 {
17- title : 'Quick Start ' ,
17+ title : 'Getting Started ' ,
1818 href : '/docs/help' ,
1919 subsections : getDocsByCategory ( 'help' ) . map ( ( doc ) => ( {
2020 title : doc . title ,
Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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
3830If you run into issues during installation:
You can’t perform that action at this time.
0 commit comments