Skip to content

Commit 2d942c5

Browse files
committed
docs: move how it works and IDE support to about.md
1 parent 0b6a177 commit 2d942c5

File tree

2 files changed

+23
-22
lines changed

2 files changed

+23
-22
lines changed

README.md

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -37,28 +37,6 @@ Coder creates remote development machines so you can develop your code from anyw
3737
- Automatically shut down expensive cloud resources
3838
- Keep your source code and data behind your firewall
3939

40-
## How it works
41-
42-
Coder workspaces are represented with Terraform. But, no Terraform knowledge is
43-
required to get started. We have a database of pre-made templates built into the
44-
product.
45-
46-
<p align="center">
47-
<img src="./docs/images/providers-compute.png">
48-
</p>
49-
50-
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
51-
and whatever else Terraform lets you dream up.
52-
53-
[Learn more about managing infrastructure.](./docs/templates.md)
54-
55-
## IDE Support
56-
57-
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/).
58-
59-
<p align="center">
60-
<img src="./docs/images/ide-icons.svg" height=72>
61-
</p>
6240

6341
## Installing Coder
6442

docs/about.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,29 @@ By building on top of common development interfaces (SSH) and infrastructure too
99
> production environments, please consider [Coder v1](https://coder.com/docs) or
1010
> [code-server](https://github.com/cdr/code-server).
1111
12+
## How it works
13+
14+
Coder workspaces are represented with Terraform. But, no Terraform knowledge is
15+
required to get started. We have a database of pre-made templates built into the
16+
product.
17+
18+
<p align="center">
19+
<img src="./images/providers-compute.png">
20+
</p>
21+
22+
Coder workspaces don't stop at compute. You can add storage buckets, secrets, sidecars
23+
and whatever else Terraform lets you dream up.
24+
25+
[Learn more about managing infrastructure.](./templates.md)
26+
27+
## IDE Support
28+
29+
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/).
30+
31+
<p align="center">
32+
<img src="./images/ide-icons.svg" height=72>
33+
</p>
34+
1235
## Why remote development
1336

1437
Migrating from local developer machines to workspaces hosted by cloud services

0 commit comments

Comments
 (0)