diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 82eb6df54f4..dbd389a2299 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -72,19 +72,21 @@ var siteSettings = { }, announcementBar: { id: "biweekly-demos", - content: "Register now for Coalesce 2024 ✨ The Analytics Engineering Conference!", + content: + "Register now for Coalesce 2024 ✨ The Analytics Engineering Conference!", backgroundColor: "#7444FD", textColor: "#fff", isCloseable: true, }, announcementBarActive: true, - announcementBarLink: "https://coalesce.getdbt.com/register/?utm_medium=internal&utm_source=docs&utm_campaign=q3-2025_coalesce-2024_aw&utm_content=coalesce____&utm_term=all_all__", + announcementBarLink: + "https://coalesce.getdbt.com/register/?utm_medium=internal&utm_source=docs&utm_campaign=q3-2025_coalesce-2024_aw&utm_content=coalesce____&utm_term=all_all__", // Set community spotlight member on homepage // This is the ID for a specific file under docs/community/spotlight communitySpotlightMember: "meagan-palmer", prism: { theme: (() => { - var theme = themes.nightOwl; + var theme = themes.nightOwl; // Add additional rule to nightowl theme in order to change // the color of YAML keys (to be different than values). // There weren't many Prism themes that differentiated @@ -200,6 +202,12 @@ var siteSettings = { links: [ { html: ` + +