mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-31 11:52:10 +00:00
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:
parent
e98c9d2a06
commit
c0f20a4e0a
11 changed files with 21 additions and 43 deletions
1
release-notes/3752.md
Normal file
1
release-notes/3752.md
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue