Skip to content

Commit 45c7af7

Browse files
committed
npx prettier -w docs/README.md
1 parent c1ecb3c commit 45c7af7

File tree

1 file changed

+25
-15
lines changed

1 file changed

+25
-15
lines changed

docs/README.md

Lines changed: 25 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@ for organizations of various sizes and stages of cloud-native maturity.
1616
You can use:
1717

1818
- Any Web IDE, such as
19+
1920
- [code-server](https://github.com/coder/code-server)
2021
- [JetBrains Projector](https://github.com/JetBrains/projector-server)
2122
- [Jupyter](https://jupyter.org/)
2223
- And others
2324

2425
- Your existing remote development environment:
26+
2527
- [JetBrains Gateway](https://www.jetbrains.com/remote-development/gateway/)
2628
- [VS Code Remote](https://code.visualstudio.com/docs/remote/ssh-tutorial)
2729
- [Emacs](./ides/emacs-tramp)
@@ -33,26 +35,30 @@ You can use:
3335
Remote development offers several benefits for users and administrators, including:
3436

3537
- **Increased speed**
38+
3639
- Server-grade cloud hardware speeds up operations in software development, from
37-
loading the IDE to compiling and building code, and running large workloads
38-
such as those for monolith or microservice applications.
40+
loading the IDE to compiling and building code, and running large workloads
41+
such as those for monolith or microservice applications.
3942

4043
- **Easier environment management**
44+
4145
- Built-in infrastructure tools such as Terraform, nix, Docker, Dev Containers, and others make it easier to onboard developers with consistent environments.
4246

4347
- **Increased security**
48+
4449
- Centralize source code and other data onto private servers or cloud services instead of local developers' machines.
4550
- Manage users and groups with [SSO](https://coder.com/docs/admin/auth) and [Role-based access controlled (RBAC)](https://coder.com/docs/admin/rbac).
4651

4752
- **Improved compatibility**
53+
4854
- Remote workspaces can share infrastructure configurations with other
49-
development, staging, and production environments, reducing configuration
50-
drift.
55+
development, staging, and production environments, reducing configuration
56+
drift.
5157

5258
- **Improved accessibility**
5359
- Connect to remote workspaces via browser-based IDEs or remote IDE
54-
extensions to enable developers regardless of the device they use, whether
55-
it's their main device, a lightweight laptop, Chromebook, or iPad.
60+
extensions to enable developers regardless of the device they use, whether
61+
it's their main device, a lightweight laptop, Chromebook, or iPad.
5662

5763
Read more about why organizations and engineers are moving to remote
5864
development on [our blog](https://coder.com/blog), the
@@ -100,27 +106,31 @@ Visit the [templates documentation](./admin/templates/README.md) to learn more.
100106
## What Coder is not
101107

102108
- Coder is not an infrastructure as code (IaC) platform.
109+
103110
- Terraform is the first IaC _provisioner_ in Coder, allowing Coder admins to
104-
define Terraform resources as Coder workspaces.
111+
define Terraform resources as Coder workspaces.
105112

106113
- Coder is not a DevOps/CI platform.
114+
107115
- Coder workspaces can be configured to follow best practices for
108-
cloud-service-based workloads, but Coder is not responsible for how you
109-
define or deploy the software you write.
116+
cloud-service-based workloads, but Coder is not responsible for how you
117+
define or deploy the software you write.
110118

111119
- Coder is not an online IDE.
120+
112121
- Coder supports common editors, such as VS Code, vim, and JetBrains,
113-
all over HTTPS or SSH.
122+
all over HTTPS or SSH.
114123

115124
- Coder is not a collaboration platform.
125+
116126
- You can use Git with your favorite Git platform and dedicated IDE
117-
extensions for pull requests, code reviews, and pair programming.
127+
extensions for pull requests, code reviews, and pair programming.
118128

119129
- Coder is not a SaaS/fully-managed offering.
120-
- Coder is a [self-hosted](https://en.wikipedia.org/wiki/Self-hosting_(web_services))
121-
solution.
122-
You must host Coder in a private data center or on a cloud service, such as
123-
AWS, Azure, or GCP.
130+
- Coder is a [self-hosted](<https://en.wikipedia.org/wiki/Self-hosting_(web_services)>)
131+
solution.
132+
You must host Coder in a private data center or on a cloud service, such as
133+
AWS, Azure, or GCP.
124134

125135
## Using Coder v1?
126136

0 commit comments

Comments
 (0)