diff --git a/docs/docs/tools/describe.md b/docs/docs/tools/describe.md
index 74408918..1ade6c56 100644
--- a/docs/docs/tools/describe.md
+++ b/docs/docs/tools/describe.md
@@ -124,9 +124,10 @@ This option is enabled by default via the `pr_description.enable_pr_diagram` par
enable_semantic_files_types |
If set to true, "Changes walkthrough" section will be generated. Default is true. |
-
+
file_table_collapsible_open_by_default |
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. |
+
collapsible_file_list |
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". |