🏗️(frontend) Footer configurable

To have different footer per instance the
content of the footer is now configurable
from the theme customization file.

See THEME_CUSTOMIZATION_FILE_PATH env var.
This commit is contained in:
Anthony LC
2025-03-25 13:08:36 +01:00
parent 310154815b
commit b5630359ee
12 changed files with 451 additions and 261 deletions

View File

@@ -1,6 +1,12 @@
{
"footer": {
"default": {
"logo": {
"src": "/assets/icon-docs.svg",
"width": "54px",
"alt": "Docs Logo",
"withTitle": true
},
"externalLinks": [
{
"label": "Github",