diff --git a/docs/docs/explanations/advanced-configuration.md b/docs/docs/explanations/advanced-configuration.md index c1424516..df595509 100644 --- a/docs/docs/explanations/advanced-configuration.md +++ b/docs/docs/explanations/advanced-configuration.md @@ -265,7 +265,6 @@ domain: demo.nebari.dev `provider`: Determines the cloud provider used to deploy infrastructure related resources on Nebari. Possible values are: -- `do` for DigitalOcean - `aws` for Amazon Web Services - `gcp` for Google Could Provider - `azure` for Microsoft Azure diff --git a/docs/docs/get-started/deploy.mdx b/docs/docs/get-started/deploy.mdx index 83215bb8..d41b7c9d 100644 --- a/docs/docs/get-started/deploy.mdx +++ b/docs/docs/get-started/deploy.mdx @@ -29,7 +29,7 @@ If you are not sure which option to choose, a cloud installation is likely your :::note The cloud installation is based on Kubernetes, but knowledge of Kubernetes is **NOT** required nor is in-depth knowledge about the specific provider required either. -Currently, Nebari supports [Amazon AWS][nebari-aws], [DigitalOcean][nebari-do], [Google GCP][nebari-gcp], and [Azure][nebari-azure]. +Currently, Nebari supports [Amazon AWS][nebari-aws], [Google GCP][nebari-gcp], and [Azure][nebari-azure]. :::