docs(release-notes): proofread multiline release-notes files

It is not yet possible to manually edit them in the release notes
because the release notes assistant does not support that.
This commit is contained in:
Earl Warren 2024-07-15 20:52:37 +02:00
parent e98c9d2a06
commit c0f20a4e0a
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
11 changed files with 21 additions and 43 deletions

1
release-notes/3752.md Normal file
View file

@ -0,0 +1 @@
There are a couple of new configs to define the name of the instance. The more important is `APP_SLOGAN`. It permits to configure a slogan for the site and it is optional. The other is `APP_DISPLAY_NAME_FORMAT` and permits to customize the aspect of the full display name for the instance used in some parts of the UI as: (i) Title page, (ii) Homepage head title (ii) Open Graph site and title meta tags. Its default value is `APP_NAME: APP_SLOGAN`. The config `APP_DISPLAY_NAME_FORMAT` is used only if `APP_SLOGAN` is set otherwise the full display name shows only `APP_NAME` value.