mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
docs: improve hierarchical configuration documentation clarity in improve and compliance tools
This commit is contained in:
parent
86847c40ff
commit
7b4c50c717
2 changed files with 12 additions and 12 deletions
|
|
@ -177,7 +177,7 @@ pr-agent-settings/
|
||||||
└── ... # More repositories
|
└── ... # More repositories
|
||||||
```
|
```
|
||||||
|
|
||||||
???+ tip "Tip: Groups and files"
|
???+ tip "Grouping and categorizing compliance checklists"
|
||||||
- Each folder (including the global folder) can contain a single `pr_compliance_checklist.yaml` file
|
- Each folder (including the global folder) can contain a single `pr_compliance_checklist.yaml` file
|
||||||
- Organize repository compliance checklists by creating subfolders within the `groups` folder. Group them by purpose, programming languages, or other categories
|
- Organize repository compliance checklists by creating subfolders within the `groups` folder. Group them by purpose, programming languages, or other categories
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -252,7 +252,7 @@ For organizations managing multiple repositories with different requirements, Qo
|
||||||
└── ... # More repositories
|
└── ... # More repositories
|
||||||
```
|
```
|
||||||
|
|
||||||
???+ tip "Tip: Groups and files"
|
???+ tip "Grouping and categorizing best practices"
|
||||||
- Each folder (including the global folder) can contain a single `best_practices.md` file
|
- Each folder (including the global folder) can contain a single `best_practices.md` file
|
||||||
- Organize repository best practices by creating subfolders within the `groups` folder. Group them by purpose, programming languages, or other categories
|
- Organize repository best practices by creating subfolders within the `groups` folder. Group them by purpose, programming languages, or other categories
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue