@@ -21,8 +21,9 @@ and stages of cloud-native maturity.
21
21
## How it works
22
22
23
23
Coder workspaces are represented with Terraform, but no Terraform knowledge is
24
- required to get started. We have a database of pre-made templates built into the
25
- product.
24
+ required to get started. We have a
25
+ [ database] ( https://registry.coder.com/templates ) of pre-made templates built
26
+ into the product.
26
27
27
28
<p align =" center " >
28
29
<img src =" ./images/providers-compute.png " >
@@ -31,13 +32,14 @@ product.
31
32
Coder workspaces don't stop at compute. You can add storage buckets, secrets,
32
33
sidecars and whatever else Terraform lets you dream up.
33
34
34
- [ Learn more about managing infrastructure .] ( . ./admin/templates/index.md)
35
+ [ Learn more about templates .] ( ./admin/templates/index.md )
35
36
36
37
## IDE Support
37
38
38
- You can use any Web IDE ([ code-server] ( https://github.com/coder/code-server ) ,
39
+ You can use any [ Web IDE] ( ./admin/templates/extending-templates/web-ides.md )
40
+ ([ code-server] ( https://github.com/coder/code-server ) ,
39
41
[ projector] ( https://github.com/JetBrains/projector-server ) ,
40
- [ Jupyter] ( https://jupyter.org/ ) , etc.),
42
+ [ Jupyter] ( https://jupyter.org ) , etc.),
41
43
[ JetBrains Gateway] ( https://www.jetbrains.com/remote-development/gateway/ ) ,
42
44
[ VS Code Remote] ( https://code.visualstudio.com/docs/remote/ssh-tutorial ) or even
43
45
a file sync such as [ mutagen] ( https://mutagen.io/ ) .
@@ -89,8 +91,8 @@ layer of infrastructure control. This additional layer allows admins to:
89
91
hosted by a cloud service
90
92
91
93
Coder includes
92
- [ production-ready templates] ( https://github. com/coder/coder/tree/main/examples/ templates )
93
- for use with AWS EC2, Azure, Google Cloud, Kubernetes, and more.
94
+ [ production-ready templates] ( https://registry.coder. com/templates ) for use with
95
+ AWS EC2, Azure, Google Cloud, Kubernetes, and more.
94
96
95
97
## What Coder is _ not_
96
98
@@ -113,5 +115,5 @@ for use with AWS EC2, Azure, Google Cloud, Kubernetes, and more.
113
115
114
116
## Up next
115
117
116
- - Learn about [ Templates] ( .. /admin/templates/index.md )
117
- - [ Install Coder] ( .. /install/index.md )
118
+ - Learn about [ Templates] ( ./admin/templates/index.md )
119
+ - [ Install Coder] ( ./install/index.md )
0 commit comments