From 128d60f1b8f19ae4c54d5f475120ea9a76115cf1 Mon Sep 17 00:00:00 2001 From: oscwiag Date: Fri, 19 Apr 2024 19:49:28 +0000 Subject: [PATCH] [ci skip] Autodoc commit for e63390430479ae5b3a33b0906cb3c7e8ae9546e2. --- develop/_sources/customizations.rst.txt | 4 ++-- develop/customizations.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/develop/_sources/customizations.rst.txt b/develop/_sources/customizations.rst.txt index cdc34981..07816e40 100644 --- a/develop/_sources/customizations.rst.txt +++ b/develop/_sources/customizations.rst.txt @@ -1205,8 +1205,8 @@ The default ``ondemand`` theme can also be configured using the following config frontend: issuer: "MyCenter OnDemand" extra: - navLogo: "/path/to/custom/nav-logo.png" - loginLogo: "/path/to/custom/logo.png" + navLogo: "/public/nav-logo.png" + loginLogo: "/public/logo.png" loginTitle: "Log in with your Center username and password" loginButtonText: "Log in with your Center account" usernamePlaceholder: "center-username" diff --git a/develop/customizations.html b/develop/customizations.html index 2a8ed0c1..461f9f2a 100644 --- a/develop/customizations.html +++ b/develop/customizations.html @@ -1784,8 +1784,8 @@

Project Balance frontend: issuer: "MyCenter OnDemand" extra: - navLogo: "/path/to/custom/nav-logo.png" - loginLogo: "/path/to/custom/logo.png" + navLogo: "/public/nav-logo.png" + loginLogo: "/public/logo.png" loginTitle: "Log in with your Center username and password" loginButtonText: "Log in with your Center account" usernamePlaceholder: "center-username"