From 25e8fdd3e87052559f890b47ae4baabc7ea65374 Mon Sep 17 00:00:00 2001 From: Jason Karlavige Date: Mon, 19 Aug 2024 13:03:13 -0400 Subject: [PATCH 1/5] create preview to test in staging From adac77a8354f6419e66cff96ae21813cb5d1da20 Mon Sep 17 00:00:00 2001 From: Jason Karlavige Date: Thu, 26 Sep 2024 14:30:59 -0400 Subject: [PATCH 2/5] add script to footer to test --- website/docusaurus.config.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index dd1aafc2cd5..49aab2070e9 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 @@ -204,6 +206,8 @@ var siteSettings = { links: [ { html: ` + +