Skip to content

Commit c0784a4

Browse files
stirbymatifali
authored andcommitted
removed other platforms page
1 parent a3f2e84 commit c0784a4

File tree

3 files changed

+18
-21
lines changed

3 files changed

+18
-21
lines changed

docs/admin/integrations/README.md

+18-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
11
# Integrations
22

3-
TODO: Landing for integrations
3+
Coder is highly extensible and is not limited to the platforms outlined in these
4+
docs. The control plane can be provisioned on any VM or container compute, and
5+
workspaces can include any Terraform resource. See our
6+
[architecture diagram](../infrastructure/architecture.md) for more details.
7+
8+
You can host your deployment on almost any infrastructure. To learn how, read our [installation guides](../../install/README.md).
9+
10+
The following resources may help as you're deploying Coder.
11+
12+
- [Deploy workpsaces on multiple Kubernetes Clusters](./multiple-kube-clusters.md)
13+
- [Get workspace build logs from Kubernetes](./kubernetes-logs.md)
14+
- [Track deployment metrics with Prometheus](./prometheus.md)
15+
- [Coder packages: one-click install on cloud providers](https://github.com/coder/packages)
16+
- [Deploy Coder offline](../../install/offline.md)
17+
- [Supported resources (Terraform registry)](https://registry.terraform.io)
18+
- [Writing custom templates](../templates/README.md)
19+
20+
<!-- TODO: writing custom templates link-->

docs/admin/integrations/other.md

-15
This file was deleted.

docs/manifest.json

-5
Original file line numberDiff line numberDiff line change
@@ -239,11 +239,6 @@
239239
"title": "Additional Kubernetes Clusters",
240240
"description": "Deploy workspaces on additional Kubernetes clusters",
241241
"path": "./admin/integrations/multiple-kube-clusters.md"
242-
},
243-
{
244-
"title": "Other Platforms",
245-
"description": "Using Coder with other platforms",
246-
"path": "./admin/integrations/other.md"
247242
}
248243
]
249244
},

0 commit comments

Comments
 (0)