Skip to content

Commit 3e7c249

Browse files
committed
🎨 Run Markdownlint and Prettier
1 parent 2425ce9 commit 3e7c249

File tree

8 files changed

+19
-23
lines changed

8 files changed

+19
-23
lines changed

docs/about/pricing.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: Pricing
33
sidebar_label: Pricing
4-
description:
5-
Learn about the plans, pricing, and subscription management of CodeRabbit.
4+
description: Learn about the plans, pricing, and subscription management of CodeRabbit.
65
---
76

87
This section covers the plans, pricing, and subscription management of

docs/guides/ondemand-reports.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
title: On-demand Reports
33
sidebar_label: On-demand Reports (Beta)
4-
description:
5-
CodeRabbit offers a way to generate on-demand reports using a simple API request
4+
description: CodeRabbit offers a way to generate on-demand reports using a simple API request
65
sidebar_position: 6
76
---
87

docs/introduction.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ slug: "/"
1414
<iframe src="https://www.youtube.com/embed/3SyUOSebG7E?si=i0oT9RAnH0PW81lY" title="YouTube video player" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerPolicy="strict-origin-when-cross-origin" allowFullScreen></iframe>
1515
</div>
1616

17-
1817
**CodeRabbit** is an innovative, AI-first code reviewer. It provides
1918
context-aware review feedback on a pull request within minutes, thereby
2019
significantly reducing the time and effort associated with manual code reviews.

docs/platforms/platforms.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,28 +10,28 @@ CodeRabbit supports various Git platforms to provide code review for your reposi
1010
## GitHub
1111

1212
| Host | Support |
13-
|--------------------------|------------------------------------|
13+
| ------------------------ | ---------------------------------- |
1414
| GitHub.com | [Supported][login] |
1515
| GitHub Enterprise Server | [Supported](self-hosted-github.md) |
1616

1717
## GitLab
1818

1919
| Host | Support |
20-
|---------------------|------------------------------------|
20+
| ------------------- | ---------------------------------- |
2121
| GitLab.com | [Supported](saas-gitlab.md) |
2222
| GitLab Self Managed | [Supported](self-hosted-gitlab.md) |
2323

2424
## Azure DevOps
2525

2626
| Host | Support |
27-
|---------------------|-------------|
27+
| ------------------- | ----------- |
2828
| Azure DevOps Cloud | Coming soon |
2929
| Azure DevOps Server | Coming soon |
3030

3131
## Bitbucket
3232

3333
| Host | Support |
34-
|-----------------------|-------------|
34+
| --------------------- | ----------- |
3535
| Cloud | Coming soon |
3636
| Bitbucket Data Center | Coming soon |
3737

docs/platforms/saas-gitlab.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -39,18 +39,18 @@ If your organization opts to use another user within the organization, you can d
3939

4040
#### Recommendations
4141

42-
* **Create a dedicated user for CodeRabbit** - This ensures the user is exclusively for CodeRabbit, allowing better access control.
43-
* **Use "CodeRabbit" as the username** - This makes the user easily recognizable for future reference.
44-
* **Use a dedicated email address** - This helps in easy identification and management.
45-
* **Use the CodeRabbit logo as the profile picture** - This further ensures easy recognition. You can download our logo from [here](/img/integrations/logo.svg "download").
42+
- **Create a dedicated user for CodeRabbit** - This ensures the user is exclusively for CodeRabbit, allowing better access control.
43+
- **Use "CodeRabbit" as the username** - This makes the user easily recognizable for future reference.
44+
- **Use a dedicated email address** - This helps in easy identification and management.
45+
- **Use the CodeRabbit logo as the profile picture** - This further ensures easy recognition. You can download our logo from [here](/img/integrations/logo.svg "download").
4646

4747
#### Key Points to Remember
4848

49-
* Personal access tokens have expiration dates. Ensure the expiration date covers the duration of your intended use of the CodeRabbit app.
50-
* Code reviews will be attributed to the owner of the personal access token.
51-
* If the personal access token expires, you can add a new one via the CodeRabbit UI:
52-
* Navigate to the "GitLab User" page in the sidebar.
53-
* Click the "Update" button on the displayed card to see the same modal as the initial login.
49+
- Personal access tokens have expiration dates. Ensure the expiration date covers the duration of your intended use of the CodeRabbit app.
50+
- Code reviews will be attributed to the owner of the personal access token.
51+
- If the personal access token expires, you can add a new one via the CodeRabbit UI:
52+
- Navigate to the "GitLab User" page in the sidebar.
53+
- Click the "Update" button on the displayed card to see the same modal as the initial login.
5454

5555
### Generating a Personal Access Token
5656

docs/platforms/self-hosted-github.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ complete, you can log in directly.
2020

2121
### **Step 1: Getting Started**
2222

23-
**Visit CodeRabbit:** Visit our [Login](https://coderabbit.ai/login) page and
23+
**Visit CodeRabbit:** Visit our [Login](https://coderabbit.ai/login) page and
2424
select Self-Hosted GitHub
2525

2626
![login-page](/img/integrations/login-self-hosted-github.png)

docs/tools/detekt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Detekt will run on files with the following extensions:
1515

1616
## Configuration
1717

18-
Detekt uses a YAML style configuration file.
18+
Detekt uses a YAML style configuration file.
1919

2020
Detekt supports the following config files:
2121

docs/tools/tools.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Remove extraneous f prefix
3737
## Supported Tools
3838

3939
| Technology | Tools |
40-
|:----------------------------|:-----------------------------------------------------------|
40+
| :-------------------------- | :--------------------------------------------------------- |
4141
| All | [Gitleaks][Gitleaks] |
4242
| CloudFormation | [Checkov][Checkov] |
4343
| CSS | [Biome][Biome] |
@@ -64,7 +64,6 @@ Remove extraneous f prefix
6464
| Typescript | [Biome][Biome] |
6565
| YAML | [YamlLint][YamlLint] |
6666

67-
6867
[ShellCheck]: ./shellcheck.md
6968
[Ruff]: ./ruff.md
7069
[Markdownlint]: ./markdownlint.md
@@ -81,4 +80,4 @@ Remove extraneous f prefix
8180
[Rubocop]: ./rubocop.md
8281
[Buf]: ./buf.md
8382
[Actionlint]: ./actionlint.md
84-
[Regal]: ./regal.md
83+
[Regal]: ./regal.md

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy