From 3467914583f31ddc1e17e31954443dc3c843a079 Mon Sep 17 00:00:00 2001 From: Natalie Fiann Date: Fri, 7 Feb 2025 13:05:17 +0000 Subject: [PATCH 1/2] updated Change your dbt Cloud theme doc --- .../docs/cloud/about-cloud/change-your-dbt-cloud-theme.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/website/docs/docs/cloud/about-cloud/change-your-dbt-cloud-theme.md b/website/docs/docs/cloud/about-cloud/change-your-dbt-cloud-theme.md index 579f12d10fc..39ca0772f0e 100644 --- a/website/docs/docs/cloud/about-cloud/change-your-dbt-cloud-theme.md +++ b/website/docs/docs/cloud/about-cloud/change-your-dbt-cloud-theme.md @@ -6,9 +6,9 @@ sidebar_label: Change your dbt Cloud theme image: /img/docs/dbt-cloud/using-dbt-cloud/light-vs-dark.png --- -# Change your dbt Cloud theme +# Change your dbt Cloud theme -dbt Cloud supports **Light mode** (default), **Dark mode**, and **System mode** (respects your browser's theme for light or dark mode) under the **Theme** section of your user profile. You can seamlessly switch between these modes directly from the profile menu, customizing your viewing experience. +dbt Cloud supports **Light mode** (default), **Dark mode**, and **System mode** (respects your browser's theme for light or dark mode) under the **Theme** section of your user profile and is available for all [plans](https://www.getdbt.com/pricing). You can seamlessly switch between these modes directly from the profile menu, customizing your viewing experience. Your selected theme is stored in your user profile, ensuring a consistent experience across dbt Cloud. @@ -17,7 +17,6 @@ Theme selection applies across all areas of dbt Cloud, including the [IDE](/docs ## Prerequisites - You have a dbt Cloud account. If you don’t, try [dbt Cloud for free!](https://www.getdbt.com/signup) -- Dark mode is currently available on the Developer plan and will gradually be made available for all [plans](https://www.getdbt.com/pricing) in the future. Stay tuned for updates. ## Change themes in dbt Cloud From fb86ee9cc484e7a62b0977bf092d7ab7799f1569 Mon Sep 17 00:00:00 2001 From: Natalie Fiann Date: Fri, 7 Feb 2025 14:14:29 +0000 Subject: [PATCH 2/2] Removed prerequisites --- .../docs/cloud/about-cloud/change-your-dbt-cloud-theme.md | 8 +++----- website/package-lock.json | 1 + 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/website/docs/docs/cloud/about-cloud/change-your-dbt-cloud-theme.md b/website/docs/docs/cloud/about-cloud/change-your-dbt-cloud-theme.md index 39ca0772f0e..9e8fae02e5d 100644 --- a/website/docs/docs/cloud/about-cloud/change-your-dbt-cloud-theme.md +++ b/website/docs/docs/cloud/about-cloud/change-your-dbt-cloud-theme.md @@ -8,16 +8,14 @@ image: /img/docs/dbt-cloud/using-dbt-cloud/light-vs-dark.png # Change your dbt Cloud theme -dbt Cloud supports **Light mode** (default), **Dark mode**, and **System mode** (respects your browser's theme for light or dark mode) under the **Theme** section of your user profile and is available for all [plans](https://www.getdbt.com/pricing). You can seamlessly switch between these modes directly from the profile menu, customizing your viewing experience. +dbt Cloud supports **Light mode** (default), **Dark mode**, and **System mode** (respects your browser's theme for light or dark mode) under the **Theme** section of your user profile and is available for all [plans](https://www.getdbt.com/pricing). + +You can seamlessly switch between these modes directly from the profile menu, customizing your viewing experience. Your selected theme is stored in your user profile, ensuring a consistent experience across dbt Cloud. Theme selection applies across all areas of dbt Cloud, including the [IDE](/docs/cloud/dbt-cloud-ide/develop-in-the-cloud), [dbt Explorer](/docs/collaborate/explore-projects), [environments](/docs/environments-in-dbt), [jobs](/docs/deploy/jobs), and more. Learn more about customizing themes in [Change themes in dbt Cloud](/docs/cloud/about-cloud/change-your-dbt-cloud-theme#change-themes-in-dbt-cloud). -## Prerequisites - -- You have a dbt Cloud account. If you don’t, try [dbt Cloud for free!](https://www.getdbt.com/signup) - ## Change themes in dbt Cloud To switch to dark mode in the dbt Cloud UI, follow these steps: diff --git a/website/package-lock.json b/website/package-lock.json index 50c3a8de8ea..3fa85f32338 100644 --- a/website/package-lock.json +++ b/website/package-lock.json @@ -5,6 +5,7 @@ "requires": true, "packages": { "": { + "name": "website", "version": "0.0.0", "dependencies": { "@docusaurus/core": "3.7.0",