You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
may add value: THEME_COLOR: 'rgb(23, 181, 63)', // main color in general. e.g. the color in the background of the app that is visible behind the transparent iPhone status bar to name one use case, or the current color of SVGs to name another use case, see if fix(webapp): change theme color to be brandable Ocelot-Social#8004 is merged
add Neo4j configurtion NEO4J_dbms_default__database to the Kubernetes values of the Helm script
🎂 RELEASE
Release v3.2.0-XXX - Fix Event Datetime, Refactor Branding JS Files etc.
Todo
ocelot.social
andwww.ocelot.social
as domainsbranding/constants/links.ts
:IMPRINT
replace:externalLink.url: 'http://ocelot.social/en/impressum'
→externalLink.url: 'http://ocelot.social/en/imprint/'
DONATE
replace:externalLink.url: 'https://busfaktor.org/en/spenden'
→externalLink.url: 'https://ocelot.social/en/donate/'
SUPPORT
replace:externalLink.url: 'https://ocelot.social'
→externalLink.url: 'https://ocelot.social/en/contact/'
FOOTER_LINK_LIST
, see belowbranding/constants/groups.ts
:export const DESCRIPTION_EXCERPT_HTML_LENGTH = 250
branding/constants/metadata.ts
:THEME_COLOR: 'rgb(23, 181, 63)', // main color in general. e.g. the color in the background of the app that is visible behind the transparent iPhone status bar to name one use case, or the current color of SVGs to name another use case
, see if fix(webapp): change theme color to be brandable Ocelot-Social#8004 is mergedNEO4J_dbms_default__database
to the Kubernetes values of the Helm scriptDBMS_DEFAULT_DATABASE: "neo4j"
values.yaml.template
as welldeployment/deployment-values.md
replace:DBMS_DEFAULT_DATABASE: "graph.db"
→DBMS_DEFAULT_DATABASE: "neo4j"
New order in
FOOTER_LINK_LIST
:The text was updated successfully, but these errors were encountered: