Fix section name (#1148)

This commit is contained in:
Alexander Leisentritt 2021-12-04 13:15:15 +01:00 committed by GitHub
parent a630547686
commit 56cc376a22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ Broadly speaking documentation should be written following Microsoft's house sty
- The **Configuration Variables** section must use the `{% configuration %}` tag.
- The **Configuration Variables** section is only used for YAML configuration.
- For describing **UI Variables** the `{% configuration_base %}` section can be used.
- For describing **UI Variables** the `{% configuration_basic %}` section can be used.
- Configuration variables must document the requirement status (`false` or `true`).
- Configuration variables must document the default value, if any.
- Configuration variables must document the accepted value types (see [Configuration variables details](documenting/create-page.md#configuration)).