Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

fix numbers#386

Merged
alexcoderabbitai merged 5 commits intomainfromfix/numbers-bitbucket
Jun 6, 2025
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 8 additions & 3 deletionsREADME.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -37,20 +37,25 @@ Welcome to the official docs for [**CodeRabbit**](https://coderabbit.ai), the co

##Getting Started

1. Clone this repository:
1. Make sure that you have the following prerequisites installed:

-[Node.js](https://nodejs.org/)
-[pnpm](https://pnpm.io/installation)

2. Clone this repository:

```sh
git clone https://github.com/coderabbit-ai/coderabbit-docs.git
cd coderabbit-docs
```

2. Install dependencies:
3. InstallNode.jsdependencies using`pnpm`:

```sh
pnpm install
```

3. Start the development server:
4. Start the development server:

```sh
pnpm start
Expand Down
6 changes: 3 additions & 3 deletionsdocs/platforms/bitbucket-cloud.md
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -18,9 +18,9 @@ This guide will assist you in effectively integrating CodeRabbit with Bitbucket
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.

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

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.

Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp