From f80b0c451f7723a8187964f1adf5b1e8e69038f1 Mon Sep 17 00:00:00 2001 From: M Atif Ali Date: Wed, 5 Feb 2025 20:52:21 +0500 Subject: [PATCH] docs: remove offical cloud installation methods from Unofficial methods table --- docs/install/other/index.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/install/other/index.md b/docs/install/other/index.md index 3809d86812526..f727e5c34bf55 100644 --- a/docs/install/other/index.md +++ b/docs/install/other/index.md @@ -5,8 +5,6 @@ welcome! | Platform Name | Status | Documentation | |-----------------------------------------------------------------------------------|------------|----------------------------------------------------------------------------------------------| -| AWS EC2 | Official | [Guide: AWS](../cloud/ec2.md) | -| Google Compute Engine | Official | [Guide: Google Compute Engine](../cloud/compute-engine.md) | | Azure AKS | Unofficial | [GitHub: coder-aks](https://github.com/ericpaulsen/coder-aks) | | Terraform (GKE, AKS, LKE, DOKS, IBMCloud K8s, OVHCloud K8s, Scaleway K8s Kapsule) | Unofficial | [GitHub: coder-oss-terraform](https://github.com/ElliotG/coder-oss-tf) | | Fly.io | Unofficial | [Blog: Run Coder on Fly.io](https://coder.com/blog/remote-developer-environments-on-fly-io) |