docs: improve hierarchical configuration documentation clarity in improve and compliance tools

This commit is contained in:
ofir-frd 2025-07-26 08:59:50 +03:00
parent 86847c40ff
commit 7b4c50c717
2 changed files with 12 additions and 12 deletions

View file

@ -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

View file

@ -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