Skip to content

Commit 791952c

Browse files
bug fixes
1 parent 8d19387 commit 791952c

File tree

7 files changed

+24
-5
lines changed

7 files changed

+24
-5
lines changed

docs/finishing-touches/_category_.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,7 @@ label: Finishing Touches
22
position: 8
33
collapsible: true
44
collapsed: true
5+
link:
6+
type: generated-index
7+
title: Finishing Touches
8+
slug: /finishing-touches

docs/finishing-touches/docstrings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import ProPlanNotice from '@site/src/components/ProPlanNotice.mdx';
1111

1212
# Docstrings
1313

14-
Docstrings generation is part of the [finishing touches](/future-development#finishing-touches).
14+
Docstrings generation is part of the [Finishing Touches](/finishing-touches).
1515

1616
## Usage
1717

docs/finishing-touches/index.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
id: finishing-touches
3+
title: Finishing Touches
4+
description: Enhance your pull requests with automated docstrings and unit test generation.
5+
slug: /finishing-touches
6+
---
7+
8+
Finishing Touches features help you polish pull requests after review:
9+
10+
- [Docstrings](/finishing-touches/docstrings)
11+
- [Unit Test Generation](/finishing-touches/unit-test-generation)
12+
13+
Use these tools to improve documentation and test coverage before merging.
14+
15+

docs/finishing-touches/unit-test-generation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ This feature is in beta.
1515

1616
# Unit Test Generation
1717

18-
Unit Test Generation is part of the [finishing touches](/future-development#finishing-touches).
18+
Unit Test Generation is part of the [Finishing Touches](/finishing-touches).
1919

2020
## Usage
2121

docs/guides/initial-configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ By default, CodeRabbit writes thorough code reviews with several sub-sections. I
7070
- [Sequence diagrams](/reference/configuration#sequence-diagrams): includes a visual diagram of object interactions.
7171
- [Assess linked issues](/reference/configuration#assess-linked-issues): assesses how well the pull request addresses any linked issues.
7272
- [Related issues](/reference/configuration#related-issues): lists issues found in your issue tracker that might be related to this pull request.
73-
- [Related pull requests](/reference/configuration#realted-prs): lists pull requests that might be related to this pull request.
73+
- [Related pull requests](/reference/configuration#related-prs): lists pull requests that might be related to this pull request.
7474
- [Suggested labels](/reference/configuration#suggested-labels): Suggests labels for this pull request.
7575
- [Suggested reviewers](/reference/configuration#suggested-reviewers): automatically suggest reviewers for PR
7676
- [Poem](/reference/configuration#poem): generates a short poem about this pull request.

docs/guides/issue-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ To create Jira issues, ensure you have [configured the Jira integration](../inte
3737

3838
### Linear
3939

40-
Make sure you have [set up the Linear integration](../integrations/issue-integrations.md#linear) to create Linear issues.
40+
Make sure you have [set up the Linear integration](../integrations/issue-integrations.md#Linear) to create Linear issues.
4141

4242
## Tips for Issue Creation
4343

docs/reference/configuration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1980,7 +1980,7 @@ Specify the scope of learnings to use for the knowledge base. 'local' uses the r
19801980

19811981
You can define a list of paths that guide CodeRabbit to your organization's code guidelines.
19821982
If you do, then CodeRabbit applies these guidelines to its code reviews. For more
1983-
information, see [Code Guidelines](/integrations/knowledge-base#code_guidelines).
1983+
information, see [Code Guidelines](/integrations/knowledge-base#code-guidelines).
19841984

19851985
#### Enable code guidelines
19861986

0 commit comments

Comments
 (0)