fix(docs): fix table row structure in describe tool documentation

This commit is contained in:
mrT23
2025-07-18 09:17:14 +03:00
parent 6179eeca58
commit 8906a81a2e

View File

@ -124,9 +124,10 @@ This option is enabled by default via the `pr_description.enable_pr_diagram` par
<td><b>enable_semantic_files_types</b></td> <td><b>enable_semantic_files_types</b></td>
<td>If set to true, "Changes walkthrough" section will be generated. Default is true.</td> <td>If set to true, "Changes walkthrough" section will be generated. Default is true.</td>
</tr> </tr>
<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>