From 65fb85e70537f3238e5450d25cae0f8fb3f4b9a3 Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:09:07 -0500 Subject: [PATCH 1/3] Connection test --- website/dbt-versions.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/dbt-versions.js b/website/dbt-versions.js index baa6be6903d..ba2e7e87a58 100644 --- a/website/dbt-versions.js +++ b/website/dbt-versions.js @@ -72,6 +72,7 @@ exports.versionedPages = [ * }>} * @property {string} category The target category to hide/show in the sidebar * @property {string} firstVersion The first version the category is visible in the sidebar + * Testing */ exports.versionedCategories = [ { From 1b526ebc5b567f3de8c4eb931e3871a3b38ecfc0 Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:16:09 -0500 Subject: [PATCH 2/3] Spelling fix --- website/dbt-versions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/dbt-versions.js b/website/dbt-versions.js index ba2e7e87a58..862d063ab8e 100644 --- a/website/dbt-versions.js +++ b/website/dbt-versions.js @@ -72,7 +72,7 @@ exports.versionedPages = [ * }>} * @property {string} category The target category to hide/show in the sidebar * @property {string} firstVersion The first version the category is visible in the sidebar - * Testing + * Test */ exports.versionedCategories = [ { From 5ef01d5597bada99c49b69d9ab0664b1622ebf83 Mon Sep 17 00:00:00 2001 From: Matt Shaver <60105315+matthewshaver@users.noreply.github.com> Date: Mon, 4 Nov 2024 20:17:18 -0500 Subject: [PATCH 3/3] DOCS-6 Spelling fix --- website/dbt-versions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/dbt-versions.js b/website/dbt-versions.js index 862d063ab8e..ba2e7e87a58 100644 --- a/website/dbt-versions.js +++ b/website/dbt-versions.js @@ -72,7 +72,7 @@ exports.versionedPages = [ * }>} * @property {string} category The target category to hide/show in the sidebar * @property {string} firstVersion The first version the category is visible in the sidebar - * Test + * Testing */ exports.versionedCategories = [ {