From 05dc83e5225b3db1eba4f00115a641cdd57f59bc Mon Sep 17 00:00:00 2001 From: Ammar Bandukwala Date: Mon, 2 Jan 2023 15:36:36 -0500 Subject: [PATCH] docs: add hero image to About (#5539) A reddit comment recently linked to this page, so we want to make it convert better. --- docs/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/README.md b/docs/README.md index 03efe672b5..d3cda783b3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -3,6 +3,10 @@ Coder is an open source platform for creating and managing developer workspaces on your preferred clouds and servers. +

+ +

+ By building on top of common development interfaces (SSH) and infrastructure tools (Terraform), Coder aims to make the process of **provisioning** and **accessing** remote workspaces approachable for organizations of various sizes and stages of cloud-native maturity.
@@ -101,3 +105,4 @@ Azure, Google Cloud, Kubernetes, and more. ## Up next - Learn about [Templates](./templates.md) +- [Install Coder](./install/install.sh.md)