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.

Commitcbd18c9

Browse files
committed
Attend to various CodeRabbit nitpicks.
1 parent09b9ee5 commitcbd18c9

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

‎docs/getting-started/quickstart.md‎

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title:Quickstart
33
sidebar_label:Quickstart
4-
description:Get started withCodeRabbit inless than 15 minutes
4+
description:SeeCodeRabbit inaction, using a live GitHub repository.
55
sidebar_position:1
66
---
77

@@ -56,21 +56,21 @@ Use your usual Git workflow to perform the following steps in the `coderabbit-te
5656

5757
1. Create a branch named`add-utils`.
5858

59-
1. In that new`add-utils` branch, create a new file called`simple_utils.py`, with thefollowing content:
59+
1. In that new`add-utils` branch, create a new file called`simple_utils.py`, with thefollowingg content:
6060

61-
```
62-
# simple_utils.py - A tiny utility library
61+
```python
62+
# simple_utils.py - A tiny utility library
6363

64-
def reverse_string(text):
65-
"""Reverses the characters in a string."""
66-
return text[::-1]
64+
defreverse_string(text):
65+
"""Reverses the characters in a string."""
66+
return text[::-1]
6767

68-
def count_words(sentence):
69-
return len(sentence.split())
68+
defcount_words(sentence):
69+
returnlen(sentence.split())
7070

71-
def celsius_to_fahrenheit(celsius):
72-
return (celsius * 9/5) + 32
73-
```
71+
defcelsius_to_fahrenheit(celsius):
72+
return (celsius*9/5)+32
73+
```
7474

7575
1. Commit the addedfile to the`add-utils` branch. Useany text you wantfor the commit message.
7676

@@ -132,8 +132,8 @@ You are now ready to add CodeRabbit to other repositories that you own, and let
132132

133133
## What's next
134134

135-
-[Integrate CodeRabbit](http://localhost:3000/platforms/) with your repositories on GitHub, GitLab, Azure DevOps, or Bitbucket.
136-
-[Configure CodeRabbit](/getting-started/configure-coderabbit) beyond its default settings.
137-
-[Add custom review instructions](/guides/review-instructions).
138-
-[Get support for CodeRabbit](/getting-started/support).
139-
-[Learn more about how CodeRabbit works](/overview/why-coderabbit).
135+
* [Integrate CodeRabbit](http://localhost:3000/platforms/)with your repositories on GitHub, GitLab, Azure DevOps,or Bitbucket.
136+
* [Configure CodeRabbit](/getting-started/configure-coderabbit) beyond its default settings.
137+
* [Add custom review instructions](/guides/review-instructions).
138+
* [Get supportfor CodeRabbit](/getting-started/support).
139+
* [Learn more about how CodeRabbit works](/overview/why-coderabbit).

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp