diff --git a/docs/layouts/shortcodes/generated/core_configuration.html b/docs/layouts/shortcodes/generated/core_configuration.html
index 3abe40262064a..fafdc0764c07a 100644
--- a/docs/layouts/shortcodes/generated/core_configuration.html
+++ b/docs/layouts/shortcodes/generated/core_configuration.html
@@ -575,6 +575,13 @@
Duration |
The maximum time of completed snapshots to retain. |
+
+ sort-compaction.range-strategy |
+ QUANTITY |
+ Enum |
+ The range strategy of sort compaction,there are two possible values: size ,quantity, the default value is quantity.
+If the data size allocated for the sorting task is uneven,which may lead to performance bottlenecks, setting the config to size can be advisable to consider.
Possible values: |
+
sort-engine |
loser-tree |