coderabbitai / coderabbit-docs
Official documentation of CodeRabbit: AI Code Reviews
README
CodeRabbit docs have moved over to Mintlify as a private repo. These docs are no longer maintained.
CodeRabbit Documentation
Welcome to the official docs for CodeRabbit, the code review dev tool that helps you ship quality code faster.
About CodeRabbit
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
Table of Contents
Getting Started
-
Make sure that you have the following prerequisites installed:
-
Clone this repository:
git clone https://github.com/coderabbitai/coderabbit-docs.git cd coderabbit-docs -
Install Node.js dependencies using
pnpm:pnpm install -
Start the development server:
pnpm startThis command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
Project Structure
coderabbit-docs/
├── blog/
├── docs/
├── src/
│ ├── components/
│ ├── css/
│ └── pages/
├── static/
├── docusaurus.config.ts
├── sidebar.ts
└── package.json
Local Development
docusaurus start
This command starts a local development server and opens up a browser window.
Building for Production
docusaurus build
This command generates static content into the build directory.
Contributing
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 our CONTRIBUTING.md file.
For more information on using Docusaurus, please refer to the official Docusaurus documentation.
Built with ❤️ by the CodeRabbit team
