From 4c0b00c795d72ff1e5043a572ccb7e31d1291fef Mon Sep 17 00:00:00 2001 From: john-rock Date: Tue, 28 Jan 2025 13:24:05 -0500 Subject: [PATCH] update biweekly to monthly --- website/docs/docs/get-started-dbt.md | 2 +- website/docusaurus.config.js | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/website/docs/docs/get-started-dbt.md b/website/docs/docs/get-started-dbt.md index 1920a9b3da2..32d96e9d3c4 100644 --- a/website/docs/docs/get-started-dbt.md +++ b/website/docs/docs/get-started-dbt.md @@ -95,7 +95,7 @@ Learn more about [dbt Cloud features](/docs/cloud/about-cloud/dbt-cloud-feature Expand your dbt knowledge and expertise with these additional resources: -- [Join the bi-weekly demos](https://www.getdbt.com/resources/webinars/dbt-cloud-demos-with-experts) to see dbt Cloud in action and ask questions. +- [Join the monthly demos](https://www.getdbt.com/resources/webinars/dbt-cloud-demos-with-experts) to see dbt Cloud in action and ask questions. - [dbt Cloud AWS marketplace](https://aws.amazon.com/marketplace/pp/prodview-tjpcf42nbnhko) contains information on how to deploy dbt Cloud on AWS, user reviews, and more. - [Best practices](https://docs.getdbt.com/best-practices) contains information on how dbt Labs approaches building projects through our current viewpoints on structure, style, and setup. - [dbt Learn](https://learn.getdbt.com) offers free online courses that cover dbt fundamentals, advanced topics, and more. diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 29ce2022e20..628cde9f63a 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -71,8 +71,8 @@ var siteSettings = { //debug: true, }, announcementBar: { - id: "biweekly-demos", - content: "Join our biweekly demos and see dbt Cloud in action!", + id: "monthly-demos", + content: "Join our monthly demos and see dbt Cloud in action!", backgroundColor: "#047377", textColor: "#fff", isCloseable: true,