mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 10:55:17 +00:00
docs:rename parameter ('add_diagram' -> 'enable_pr_diagram')
This commit is contained in:
parent
d5dead5c7f
commit
d2194c7ed9
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ Everything below this marker is treated as previously auto-generated content and
|
||||||
{width=512}
|
{width=512}
|
||||||
|
|
||||||
### Sequence Diagram Support
|
### Sequence Diagram Support
|
||||||
When the `add_diagram` option is enabled in your configuration, the `/describe` tool will include a `Mermaid` sequence diagram in the PR description.
|
When the `enable_pr_diagram` option is enabled in your configuration, the `/describe` tool will include a `Mermaid` sequence diagram in the PR description.
|
||||||
|
|
||||||
This diagram represents interactions between components/functions based on the diff content.
|
This diagram represents interactions between components/functions based on the diff content.
|
||||||
|
|
||||||
|
|
@ -68,7 +68,7 @@ In your configuration:
|
||||||
```
|
```
|
||||||
toml
|
toml
|
||||||
[pr_description]
|
[pr_description]
|
||||||
add_diagram = true
|
enable_pr_diagram = true
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration options
|
## Configuration options
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue