Skip to content

Commit c0cd1a6

Browse files
docs: update configuration examples in README
1 parent 7d10380 commit c0cd1a6

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,18 +79,17 @@ chat:
7979
auto_reply: true
8080
```
8181
82-
Find more examples in the [`configs/`](configs/) directory, organized by language:
82+
Find more examples in the [`configs/`](configs/) directory:
8383

8484
```
8585
configs/
86-
├── javascript/ # JavaScript project configurations
87-
├── typescript/ # TypeScript project configurations
88-
├── python/ # Python project configurations
89-
├── go/ # Go project configurations
90-
└── multi-language/ # Full-stack project configurations
86+
├── default/ # Examples of all values, general rules for any project (full-stack, etc.)
87+
├── go/ # Go project configurations
88+
├── javascript/ # JavaScript project configurations
89+
├── python/ # Python project configurations
90+
└── typescript/ # TypeScript project configurations
9191
```
9292
93-
9493
## Integration Guides
9594
9695
- [Azure DevOps Integration](https://www.coderabbit.ai/blog/getting-started-with-coderabbit-using-azure-devops) - Guide for integrating with Azure DevOps.

0 commit comments

Comments
 (0)