From c0cd1a66065038b02ebdb501913ba77c44bbfb75 Mon Sep 17 00:00:00 2001 From: Alexis Lefebvre <2071331+alexislefebvre@users.noreply.github.com> Date: Tue, 19 May 2026 13:38:53 +0200 Subject: [PATCH] docs: update configuration examples in README --- README.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 4de0fd0..695d799 100644 --- a/README.md +++ b/README.md @@ -79,18 +79,17 @@ chat: auto_reply: true ``` -Find more examples in the [`configs/`](configs/) directory, organized by language: +Find more examples in the [`configs/`](configs/) directory: ``` configs/ -├── javascript/ # JavaScript project configurations -├── typescript/ # TypeScript project configurations -├── python/ # Python project configurations -├── go/ # Go project configurations -└── multi-language/ # Full-stack project configurations +├── default/ # Examples of all values, general rules for any project (full-stack, etc.) +├── go/ # Go project configurations +├── javascript/ # JavaScript project configurations +├── python/ # Python project configurations +└── typescript/ # TypeScript project configurations ``` - ## Integration Guides - [Azure DevOps Integration](https://www.coderabbit.ai/blog/getting-started-with-coderabbit-using-azure-devops) - Guide for integrating with Azure DevOps.