Skip to content

Commit 0c4b580

Browse files
fix numbers (#386)
* fix numbers * get the readme fix in too
1 parent f2f7c17 commit 0c4b580

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

README.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,25 @@ Welcome to the official docs for [**CodeRabbit**](https://coderabbit.ai), the co
3737

3838
## Getting Started
3939

40-
1. Clone this repository:
40+
1. Make sure that you have the following prerequisites installed:
41+
42+
- [Node.js](https://nodejs.org/)
43+
- [pnpm](https://pnpm.io/installation)
44+
45+
2. Clone this repository:
4146

4247
```sh
4348
git clone https://github.com/coderabbit-ai/coderabbit-docs.git
4449
cd coderabbit-docs
4550
```
4651

47-
2. Install dependencies:
52+
3. Install Node.js dependencies using `pnpm`:
4853

4954
```sh
5055
pnpm install
5156
```
5257

53-
3. Start the development server:
58+
4. Start the development server:
5459

5560
```sh
5661
pnpm start

docs/platforms/bitbucket-cloud.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ This guide will assist you in effectively integrating CodeRabbit with Bitbucket
1818
To enable CodeRabbit to interact with your Bitbucket repositories, an app password is required. This token grants the necessary permissions for interacting with the Merge Requests and Discussions APIs.
1919

2020
1. Create a new Bitbucket account specifically for CodeRabbit and treat it as a service account.
21-
1. Name the account "CodeRabbit".
22-
1. If your Bitbucket workspace requires two-step verification, then you must also enable two-step verification on this new account.
23-
1. Generate an App Password to enable seamless integration between CodeRabbit and your Bitbucket repositories.
21+
2. Name the account "CodeRabbit".
22+
3. If your Bitbucket workspace requires two-step verification, then you must also enable two-step verification on this new account.
23+
4. Generate an App Password to enable seamless integration between CodeRabbit and your Bitbucket repositories.
2424

2525
We recommend creating a new user as a service account, associating this user to the workspace you'd like to install CodeRabbit on, and providing CodeRabbit with the app password to allow access. During the installation process, CodeRabbit will automatically configure the required webhook for seamless integration.
2626

0 commit comments

Comments
 (0)