mirror of
https://github.com/qodo-ai/pr-agent.git
synced 2025-12-12 02:45:18 +00:00
fix(docs): fix table row structure in describe tool documentation
This commit is contained in:
parent
6179eeca58
commit
8906a81a2e
1 changed files with 2 additions and 1 deletions
|
|
@ -127,6 +127,7 @@ This option is enabled by default via the `pr_description.enable_pr_diagram` par
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>file_table_collapsible_open_by_default</b></td>
|
<td><b>file_table_collapsible_open_by_default</b></td>
|
||||||
<td>If set to true, the file list in the "Changes walkthrough" section will be open by default. If set to false, it will be closed by default. Default is false.</td>
|
<td>If set to true, the file list in the "Changes walkthrough" section will be open by default. If set to false, it will be closed by default. Default is false.</td>
|
||||||
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td><b>collapsible_file_list</b></td>
|
<td><b>collapsible_file_list</b></td>
|
||||||
<td>If set to true, the file list in the "Changes walkthrough" section will be collapsible. If set to "adaptive", the file list will be collapsible only if there are more than 8 files. Default is "adaptive".</td>
|
<td>If set to true, the file list in the "Changes walkthrough" section will be collapsible. If set to "adaptive", the file list will be collapsible only if there are more than 8 files. Default is "adaptive".</td>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue