From 2af79f583d35e238c0f6ad9eec56ec6305b7f1d8 Mon Sep 17 00:00:00 2001 From: mirnawong1 Date: Tue, 28 Nov 2023 07:08:57 -0500 Subject: [PATCH] remove page --- website/docs/docs/deploy/airgapped.md | 19 ------------------- website/vercel.json | 5 +++++ 2 files changed, 5 insertions(+), 19 deletions(-) delete mode 100644 website/docs/docs/deploy/airgapped.md diff --git a/website/docs/docs/deploy/airgapped.md b/website/docs/docs/deploy/airgapped.md deleted file mode 100644 index a08370fef8c..00000000000 --- a/website/docs/docs/deploy/airgapped.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -id: airgapped-deployment -title: Airgapped (Beta) ---- - -:::info Airgapped - -This section provides a high level summary of the airgapped deployment type for dbt Cloud. This deployment type is currently in Beta and may not be supported in the long term. -If you’re interested in learning more about airgapped deployments for dbt Cloud, contact us at sales@getdbt.com. - -::: - -The airgapped deployment is similar to an on-premise installation in that the dbt Cloud instance will live in your network, and is subject to your security procedures, technologies, and controls. An airgapped install allows you to run dbt Cloud without any external network dependencies and is ideal for organizations that have strict rules around installing software from the cloud. - -The installation process for airgapped is a bit different. Instead of downloading and installing images during installation time, you will download all of the necessary configuration and Docker images before starting the installation process, and manage uploading these images yourself. This means that you can remove all external network dependencies and run this application in a very secure environment. - -For more information about the dbt Cloud Airgapped deployment see the below. - -- [Customer Managed Network Architecture](/docs/cloud/about-cloud/architecture) diff --git a/website/vercel.json b/website/vercel.json index 149aaaeb09a..edc0d81d616 100644 --- a/website/vercel.json +++ b/website/vercel.json @@ -2,6 +2,11 @@ "cleanUrls": true, "trailingSlash": false, "redirects": [ + { + "source": "/docs/deploy/airgapped", + "destination": "/docs/cloud/about-cloud/tenancy", + "permanent": true + }, { "source": "/docs/about/overview", "destination": "/docs/introduction",