diff --git a/website/docs/docs/cloud/about-cloud/about-dbt-cloud.md b/website/docs/docs/cloud/about-cloud/about-dbt-cloud.md index 02f950111ea..059f9e6ff7b 100644 --- a/website/docs/docs/cloud/about-cloud/about-dbt-cloud.md +++ b/website/docs/docs/cloud/about-cloud/about-dbt-cloud.md @@ -4,6 +4,7 @@ id: "dbt-cloud-features" sidebar_label: "dbt Cloud features" description: "Explore dbt Cloud's features and learn why dbt Cloud is the fastest way to deploy dbt" hide_table_of_contents: true +unlisted: true pagination_next: "docs/cloud/about-cloud/architecture" pagination_prev: null --- diff --git a/website/docs/docs/cloud/about-cloud/architecture.md b/website/docs/docs/cloud/about-cloud/architecture.md index 52614f0cbcd..4b7a1b945b7 100644 --- a/website/docs/docs/cloud/about-cloud/architecture.md +++ b/website/docs/docs/cloud/about-cloud/architecture.md @@ -1,6 +1,7 @@ --- title: "dbt Cloud Architecture" id: "architecture" +unlisted: true description: "Information about the architecture, communication, and security of dbt Cloud" --- diff --git a/website/docs/docs/cloud/about-cloud/tenancy.md b/website/docs/docs/cloud/about-cloud/tenancy.md index efbc248f91e..26900b10cd8 100644 --- a/website/docs/docs/cloud/about-cloud/tenancy.md +++ b/website/docs/docs/cloud/about-cloud/tenancy.md @@ -2,6 +2,7 @@ title: Tenancy id: tenancy description: "Information about single tenant and multi-tenant dbt Cloud instances" +unlisted: true --- import AboutCloud from '/snippets/_test-tenancy.md';