Skip to content

Commit 6bc9112

Browse files
author
Howon Lee
committed
cga
1 parent 7a788b0 commit 6bc9112

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

Diff for: docs/integrations/code-graph.md renamed to docs/integrations/code-graph-analysis.md

+12-10
Original file line numberDiff line numberDiff line change
@@ -1,39 +1,41 @@
11
---
2-
title: Code Graph
2+
title: Code Graph Analysis
33
description: Learn about CodeRabbit's intelligent graph-based code analysis.
4-
sidebar_label: Code Graph
4+
sidebar_label: Code Graph Analysis
55
sidebar_position: 6
66
---
77

8-
# CodeRabbit Code Graph
8+
# CodeRabbit Code Graph Analysis
99

10-
## What is Code Graph?
10+
## What is Code Graph Analysis?
1111

12-
Code Graph is an intelligent code analysis feature that enhances your code reviews by automatically mapping relationships between files in your codebase. By
12+
Code Graph Analysis is an intelligent code analysis feature that enhances your code reviews by automatically mapping relationships between files in your codebase. By
1313
understanding how your code connects and interacts, Code Graph provides concrete snippets of context that makes reviews more effective and insightful.
1414

15-
## How Code Graph Enhances Your Reviews
15+
## How Code Graph Analysis Enhances Your Reviews
1616

17-
When reviewing code with CodeRabbit, Code Graph automatically:
17+
When reviewing code with CodeRabbit, Code Graph Analysis automatically:
1818

1919
- **Maps symbol definitions and references** across your entire codebase
2020
- **Analyzes commit history** to identify files that frequently change together
2121
- **Builds relationship graphs** showing how different parts of your code connect
2222
- **Enriches reviews with contextual information** about related code
2323

24+
Code Graph Analysis is also available in the CodeRabbit Chat. CodeRabbit Chat will automatically analyze your codebase with it when the agent deems it necessary.
25+
2426
## Key Features
2527

2628
### Three Types of Contextual Information
2729

28-
Code Graph adds three powerful layers of context to your reviews:
30+
Code Graph Analysis adds three powerful layers of context to your reviews:
2931

3032
1. **Definition Files**: Files containing definitions that are referenced in the current code
3133
2. **Reference Files**: Files that reference symbols defined in the current code
3234
3. **Related Files**: Files that appear related based on usage patterns and commit history
3335

3436
### Language Support
3537

36-
Code Graph works with:
38+
Code Graph Analysis works with:
3739

3840
- Bash
3941
- C
@@ -57,7 +59,7 @@ Code Graph works with:
5759

5860
## Availability
5961

60-
Code Graph is available on the Lite tier and above.
62+
Code Graph Analysis is available on the Lite tier and above.
6163

6264
---
6365

0 commit comments

Comments
 (0)