Adjust footer docs matching new markdown links

This commit is contained in:
jakubmieszczak
2024-06-11 16:10:14 +02:00
parent 3997f75d3b
commit a8b5a1a222

View File

@@ -885,6 +885,9 @@ See: **[Firebase CDN Configuration](/docs/configuration/firebase)**
* Uncomment `CUSTOM_FOOTER` to add a custom footer.
* Uncomment and leave `CUSTOM_FOOTER` empty to remove the footer.
* You can now add one or more links in the CUSTOM_FOOTER value using the following format: `[Anchor text](URL)`. Each link should be delineated with a pipe (`|`).
> **Markdown example:** `CUSTOM_FOOTER=[Link 1](http://example1.com) | [Link 2](http://example2.com)`
#### Birthday Hat