- Notifications
You must be signed in to change notification settings - Fork0
Official documentation of CodeRabbit: AI Code Reviews
License
PrasadBhat4/coderabbit-docs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Welcome to the official docs forCodeRabbit, the code review dev tool that helps you ship quality code faster.
CodeRabbit is an AI-powered code reviewer that delivers context-aware feedback on pull requests within minutes, reducing the time and effort needed for manual code reviews. It provides a fresh perspective and catches issues that are often missed, enhancing the overall review quality.
- Automated code reviews
- Intelligent suggestions for code improvements
- Pull request summary
- Interactive chat
- Sequence diagrams
- Integration with popular version control platforms
- Support for all programming languages
Make sure that you have the following prerequisites installed:
Clone this repository:
git clone https://github.com/coderabbit-ai/coderabbit-docs.gitcd coderabbit-docs
Install Node.js dependencies using
pnpm
:pnpm install
Start the development server:
pnpm start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
coderabbit-docs/ ├── blog/ ├── docs/ ├── src/ │ ├── components/ │ ├── css/ │ └── pages/ ├── static/ ├── docusaurus.config.ts ├── sidebar.ts └── package.json
docusaurus start
This command starts a local development server and opens up a browser window.
docusaurus build
This command generates static content into thebuild
directory.
We welcome contributions to improve our documentation. Here are some guidelines:
- Fork this repository
- Create a new branch for your changes
- Make all the changes
- Test your changes locally
- Submit a pull request with a clear description of what changes you did and why.
For more detailed contributing guidelines, please see ourCONTRIBUTING.md file.
For more information on using Docusaurus, please refer to theofficial Docusaurus documentation.
Built with ❤️ by the CodeRabbit team
About
Official documentation of CodeRabbit: AI Code Reviews
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
Packages0
Languages
- TypeScript41.4%
- CSS28.7%
- JavaScript20.2%
- Shell9.2%
- MDX0.5%