Skip to content

Commit 81435b5

Browse files
committed
revert some changes, fix footnotes
1 parent c875319 commit 81435b5

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

docs/about.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
# About Coder
22

3-
Coder is an open-source platform that makes it easy for organizations of all
4-
sizes to provision, manage, and access remote developer workspaces that are
5-
hosted using the cloud service of their choice.
3+
Coder is an open source platform for creating and managing developer workspaces
4+
on your preferred clouds and servers.
65

7-
> ⚠️ Coder v2 is in **alpha** state and is *not* ready for production use. For
6+
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.
7+
8+
> ⚠️ Coder v2 is in **alpha** state and is not ready for production use. For
89
> production environments, please consider [Coder v1](https://coder.com/docs) or
910
> [code-server](https://github.com/cdr/code-server).
1011
@@ -66,15 +67,13 @@ Azure, Google Cloud, Kubernetes, and more.
6667
- Coder is not a collaboration platform. You can use git and dedicated IDE
6768
extensions for pull requests, code reviews, and pair programming.
6869

69-
- Coder is not a software-as-a-service/fully-managed offering. You must host
70+
- Coder is not a SaaS/fully-managed offering. You must host
7071
Coder on a cloud service (AWS, Azure, GCP) or your private data center.
7172

7273
---
7374

7475
Next: [Templates](./templates.md)
7576

76-
[^1]: alexellis.io: [The Internet is my
77-
computer](https://blog.alexellis.io/the-internet-is-my-computer/)
77+
[^1]: alexellis.io: [The Internet is my computer](https://blog.alexellis.io/the-internet-is-my-computer/)
7878

79-
[^2]: slack.engineering: [Development environments at
80-
Slack](https://slack.engineering/development-environments-at-slack)
79+
[^2]: slack.engineering: [Development environments at Slack](https://slack.engineering/development-environments-at-slack)

docs/templates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Templates define the infrastructure underlying workspaces. Each Coder deployment
44
can have multiple templates for different workloads, such as ones for front-end
55
development, Windows development, and so on.
66

7-
Admins of Coder manage templates, including sharing them and rolling out updates
7+
Coder manage templates, including sharing them and rolling out updates
88
to everybody. Users can also manually update their workspaces.
99

1010
## Manage templates
@@ -50,8 +50,8 @@ Templates often contain *parameters*. In Coder, there are two types of parameter
5050
with `sensitive = true` in the template code.
5151

5252
**User parameters** are set when a user creates a workspace. They are unique to
53-
each workspace, and they are often personalization settings such as preferred
54-
region or workspace image.
53+
each workspace, often personalization settings such as "preferred
54+
region" or "workspace image".
5555

5656
---
5757

0 commit comments

Comments
 (0)