docs/en/sql-reference/template_for_config.md
When you add, modify, or delete an FE/BE parameter or a variable in code, do remember to update documentation: FE configuration, BE configuration, System variables.
The parameter or variable description usually contains the following fields:
If this parameter has multiple values, explain each value.
When an error occurs, how to tune this parameter.
If this parameter is deleted:
If the default value or unit of a parameter is changed, explain why it is changed.
Even though a new parameter or variable is invisible to users, we still recommend that you add the description to documentation and comment it out. This is to shield this parameter from users but help internal users (RD and DBA) understand the meaning and usage of this parameter.