Skip to content

Commit 901a550

Browse files
committed
remove daily standup guide
1 parent 448501a commit 901a550

10 files changed

+23
-73
lines changed

docs/guides/coderabbit-commands.md

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: CodeRabbit Commands
33
sidebar_label: CodeRabbit Commands
44
description: Learn how to manage your PR reviews with CodeRabbit commands.
5+
sidebar_position: 1
56
---
67

78
Manage your PR reviews with the following commands:

docs/guides/configure-coderabbit.md

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description:
55
CodeRabbit offers various configuration options to tailor the reviews to your
66
specific requirements. Configuration can be made using one of the below
77
options.
8+
sidebar_position: 2
89
---
910

1011
CodeRabbit offers various configuration options to tailor the reviews to your

docs/guides/daily-standup-report.md

-58
This file was deleted.
-128 KB
Binary file not shown.
-117 KB
Binary file not shown.

docs/guides/images/report-slack.png

-122 KB
Binary file not shown.

docs/guides/images/report.png

-71.7 KB
Binary file not shown.

docs/guides/images/slack-access.png

-94.5 KB
Binary file not shown.

docs/guides/review-instructions.md

+14-11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ description:
55
CodeRabbit offers various customization options to tailor the reviews to your
66
specific requirements. Customizations can be made using one of the below
77
options.
8+
sidebar_position: 3
89
---
910

1011
### Path-based instructions {#path-based}
@@ -114,8 +115,8 @@ rule:
114115
follows: { regex: "can|use|any" }
115116
precedes: { kind: "multi_keys", pattern: "in.sub" }
116117
# composite rule
117-
all: [ { pattern: "match.all" }, { kind: "match_all" } ]
118-
any: [ { pattern: "match.any" }, { kind: "match_any" } ]
118+
all: [{ pattern: "match.all" }, { kind: "match_all" }]
119+
any: [{ pattern: "match.any" }, { kind: "match_any" }]
119120
not: { pattern: "not.this" }
120121
matches: "utility-rule"
121122
```
@@ -297,18 +298,19 @@ rule:
297298
### Packages
298299

299300
A package is what allows you to share rules across multiple projects.
300-
Essentially, a package is a collection of ast-grep rules.
301+
Essentially, a package is a collection of `ast-grep` rules.
301302

302-
Coderabbit provides a set of packages that you can use out of the box. You can
303+
CodeRabbit provides a set of packages that you can use out of the box. You can
303304
also create your own packages and share them with the community or just use them
304305
within your organization.
305306

306-
Packages provided by Coderabbit are:
307+
Packages provided by CodeRabbit are:
307308

308-
- `ast-grep-essentials`: A set of essential security rules. Because we value security, this package gets
309-
its own property in the `.coderabbit.yml` file, to make it easier to install and not overwrite. Check
310-
the [package repository](https://github.com/coderabbitai/ast-grep-essentials)
311-
for more information.
309+
- `ast-grep-essentials`: A set of essential security rules. Because we value
310+
security, this package gets its own property in the `.coderabbit.yml` file, to
311+
make it easier to install and not overwrite. Check the
312+
[package repository](https://github.com/coderabbitai/ast-grep-essentials) for
313+
more information.
312314

313315
To use a package, you need to add the package name to the `packages` field in
314316
the `.coderabbit.yml` file.
@@ -344,8 +346,9 @@ my-awesome-project # project root
344346
| |- is-literal.yml
345347
```
346348

347-
**rules** and **utils** directories are keywords, and it should be the same. Inside each directory, the structure is up
348-
to you. You can also have any other root directories or files beside the two shown above.
349+
**rules** and **utils** directories are keywords, and it should be the same.
350+
Inside each directory, the structure is up to you. You can also have any other
351+
root directories or files beside the two shown above.
349352

350353
- package name should be in the format `organization/repository`
351354

docs/integrations/self-hosted-gitlab.md

+7-4
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,15 @@ organization.
3131
If this is the first time you are signing up with your instance, we need an
3232
admin access token for setting up the CodeRabbit.
3333

34-
3534
#### **Why do we need the Admin Access Token?**
3635

37-
Admin access token is required to set up a new CodeRabbit bot user within your self-managed instance.
38-
The token is needed only once during the initial setup process and is not stored in our database. Once the token is generated, you can set its minimum expiration period. This is the standard approach used by other products in this category.
39-
This is not automatically installing the CodeRabbit app across all projects. You will add CodeRabbit manually on the projects you wish, as the next step.
36+
Admin access token is required to set up a new CodeRabbit bot user within your
37+
self-managed instance. The token is needed only once during the initial setup
38+
process and is not stored in our database. Once the token is generated, you can
39+
set its minimum expiration period. This is the standard approach used by other
40+
products in this category. This is not automatically installing the CodeRabbit
41+
app across all projects. You will add CodeRabbit manually on the projects you
42+
wish, as the next step.
4043

4144
#### **Generating Admin Personal Access token**
4245

0 commit comments

Comments
 (0)