Skip to content

Commit 950ee85

Browse files
committed
update structure
1 parent 361decc commit 950ee85

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

docs/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,9 @@ Some pages are coming soon. Contributions welcome!
7777
- [Managing templates](./templates.md#managing-templates)
7878
- [Persistant and ephemeral resources](./templates.md#persistant-and-ephemeral-resources)
7979
- [Variables](./templates.md#variables)
80-
- Workspaces
81-
-
80+
- [Workspaces](./workspaces.md)
81+
- [Managing workspaces](./workspaces.md)
82+
- [Editors and IDEs](./workspaces.md#editors-and-ides)
8283
- Guides
8384
- Using the Coder CLI
8485
- Install Coder on a VM with Caddy + LetsEncrypt

docs/about.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,10 @@ Coder includes [production-ready templates](./examples) for use on Kubernetes, A
4343

4444
- Coder is not SaaS/fully-managed. Install Coder on your cloud (AWS, GCP, Azure) or datacenter.
4545

46+
---
47+
48+
Next: [Templates](./templates.md)
49+
4650
[^1]: alexellis.io: [The Internet is my computer](https://blog.alexellis.io/the-internet-is-my-computer/)
4751

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

docs/templates.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Templates
22

3-
Coder admins manage *templates* to define the infrastructure behind workspaces. A Coder deployment can have templates for different workloads.
3+
Coder admins manage *templates* to define the infrastructure behind workspaces. A Coder deployment can have multiple templates for different workloads, such as "frontend development," "windows development," etc.
44

55
## Managing templates
66

@@ -40,3 +40,6 @@ Templates often contain *variables*. In Coder, there are two types of variables.
4040

4141
**User variables** are set when a user creates a workspace. They are unique to each workspace, often personalization settings such as preferred region or workspace image.
4242

43+
---
44+
45+
Next: [Workspaces](./workspaces.md)

docs/workspaces.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Workspaces
2+
3+
Coder users create workspaces
4+
5+
## Managing workspaces

0 commit comments

Comments
 (0)