You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/README.md
+7-15Lines changed: 7 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,4 @@
1
-
# Coder Docs Landing
2
-
3
-
TODO: Make this a landing page with links to relevant docs, see
4
-
5
-
-[Docker](https://docs.docker.com/)
6
-
-[Vercel](https://vercel.com/docs)
7
-
-
8
-
9
-
<!-- # About Coder
1
+
# About Coder
10
2
11
3
Coder is an open-source platform for creating and managing developer workspaces
12
4
on your preferred clouds and servers.
@@ -26,7 +18,7 @@ By building on top of common development interfaces (SSH) and infrastructure too
26
18
## How it works
27
19
28
20
Coder workspaces are represented with Terraform, but no Terraform knowledge is
29
-
required to get started. We have a database of pre-made templates built into the
21
+
required to get started. We have a [database](https://registry.coder.com/templates) of pre-made templates built into the
30
22
product.
31
23
32
24
<palign="center">
@@ -36,11 +28,11 @@ product.
36
28
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
37
29
and whatever else Terraform lets you dream up.
38
30
39
-
[Learn more about managing infrastructure.](./templates/index.md)
31
+
[Learn more about templates.](./admin/templates/README.md)
40
32
41
33
## IDE Support
42
34
43
-
You can use any Web IDE ([code-server](https://github.com/coder/code-server), [projector](https://github.com/JetBrains/projector-server), [Jupyter](https://jupyter.org/), etc.), [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/), [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file sync such as [mutagen](https://mutagen.io/).
35
+
You can use any [Web IDE](./admin/templates/extending-templates/web-ides.md) ([code-server](https://github.com/coder/code-server), [projector](https://github.com/JetBrains/projector-server), [Jupyter](https://jupyter.org), etc.), [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/), [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial) or even a file sync such as [mutagen](https://mutagen.io/).
44
36
45
37
<palign="center">
46
38
<imgsrc="./images/ide-icons.svg"height=72>
@@ -88,7 +80,7 @@ layer of infrastructure control. This additional layer allows admins to:
88
80
- Enable persistent workspaces, which are like local machines, but faster and
89
81
hosted by a cloud service
90
82
91
-
Coder includes [production-ready templates](https://github.com/coder/coder/tree/c6b1daabc5a7aa67bfbb6c89966d728919ba7f80/examples/templates) for use with AWS EC2,
83
+
Coder includes [production-ready templates](https://registry.coder.com/templates) for use with AWS EC2,
92
84
Azure, Google Cloud, Kubernetes, and more.
93
85
94
86
## What Coder is _not_
@@ -112,5 +104,5 @@ Azure, Google Cloud, Kubernetes, and more.
0 commit comments