Skip to content

refactor(docs): reorganize navigation structure #155

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Dec 5, 2024
Prev Previous commit
Next Next commit
fix(docs): resolve markdown linting errors in quickstart guide
  • Loading branch information
tyaga001 committed Dec 3, 2024
commit a2f1a5073e99a74bf0541616bba4e54e99a8cf86
6 changes: 3 additions & 3 deletions docs/getting-started/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ Get started with CodeRabbit in three simple steps. No complex configuration need

## Steps to Enable CodeRabbit

1. **Sign In with GitHub**
### Sign In with GitHub

- Visit [coderabbit.ai](https://coderabbit.ai)
- Click "Sign in with GitHub"
- Authorize CodeRabbit

![CodeRabbit Login](/img/integrations/login-self-hosted-github.png)

2. **Add Your Repository**
### Add Your Repository

- Go to your [Dashboard](https://app.coderabbit.ai/dashboard)
- Click "Add Repositories"
- Select the repositories you want to enable

![CodeRabbit Dashboard](/img/getting-started/dashboard-coderabbit.png)

3. **You're Done 🎉**
### You're Done 🎉

- CodeRabbit will automatically start reviewing your Pull Requests
- Default configuration works out of the box
Expand Down
Loading