From 4a7757be3f51ecff78e16d6afe1fab30c78eb369 Mon Sep 17 00:00:00 2001 From: mrT23 Date: Wed, 4 Jun 2025 08:40:37 +0300 Subject: [PATCH] docs: convert best practices label section to collapsible info box format --- docs/docs/tools/improve.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/docs/docs/tools/improve.md b/docs/docs/tools/improve.md index f7d10bd6..6adfec83 100644 --- a/docs/docs/tools/improve.md +++ b/docs/docs/tools/improve.md @@ -339,21 +339,21 @@ For organizations managing multiple repositories with different requirements, Qo [//]: # (```) -#### Dedicated label for best practices suggestions +???- info "Dedicated label for best practices suggestions" -Best practice suggestions are labeled as `Organization best practice` by default. -To customize this label, modify it in your configuration file: - -```toml -[best_practices] -organization_name = "..." -``` - -And the label will be: `{organization_name} best practice`. - -#### Example results - -![best_practice](https://codium.ai/images/pr_agent/org_best_practice.png){width=512} + Best practice suggestions are labeled as `Organization best practice` by default. + To customize this label, modify it in your configuration file: + + ```toml + [best_practices] + organization_name = "..." + ``` + + And the label will be: `{organization_name} best practice`. + + #### Example results + + ![best_practice](https://codium.ai/images/pr_agent/org_best_practice.png){width=512} ### Auto best practices