Skip to content

Commit 390bc5e

Browse files
committed
docs: add screenshots page
1 parent 44d6913 commit 390bc5e

12 files changed

+60
-2
lines changed

docs/about/screenshots.md

+49
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Screenshots
2+
3+
## Log in
4+
5+
![Install Coder in your cloud or air-gapped on-premises. Developers simply log in via their browser to access their Workspaces.](../images/screenshots/login.png)
6+
7+
Install Coder in your cloud or air-gapped on-premises. Developers simply log in via their browser to access their Workspaces.
8+
9+
## Templates
10+
11+
![Developers provision their own ephemeral Workspaces in minutes using pre-defined Templates that include approved tooling and infrastructure.](../images/screenshots/templates_listing.png)
12+
13+
Developers provision their own ephemeral Workspaces in minutes using pre-defined Templates that include approved tooling and infrastructure.
14+
15+
![Template administrators can either create a new Template from scratch or choose a Starter Template](../images/screenshots/starter_templates.png)
16+
17+
Template administrators can either create a new Template from scratch or choose a Starter Template.
18+
19+
![Templates define the underlying infrastructure that Coder Workspaces run on.](../images/screenshots/terraform.png)
20+
21+
Template administrators build Templates using Terraform. Templates define the underlying infrastructure that Coder Workspaces run on.
22+
23+
## Workspaces
24+
25+
![Developers create and delete their own workspaces. Coder administrators can easily enforce Workspace scheduling and autostop policies to ensure idle Workspaces don’t burn unnecessary cloud budget.](../images/screenshots/workspaces_listing.png)
26+
27+
Developers create and delete their own workspaces. Coder administrators can easily enforce Workspace scheduling and autostop policies to ensure idle Workspaces don’t burn unnecessary cloud budget.
28+
29+
![Developers launch their favorite web-based or desktop IDE, browse files, or access their Workspace’s Terminal.](../images/screenshots/workspace_launch.png)
30+
31+
Developers launch their favorite web-based or desktop IDE, browse files, or access their Workspace’s Terminal.
32+
33+
## Administration
34+
35+
![Coder administrators can access Template usage insights to understand which Templates are most popular and how well they perform for developers.](../images/screenshots/templates_insights.png)
36+
37+
Coder administrators can access Template usage insights to understand which Templates are most popular and how well they perform for developers.
38+
39+
![Coder administrators can control *every* aspect of their Coder deployment.](../images/screenshots/settings.png)
40+
41+
Coder administrators can control *every* aspect of their Coder deployment.
42+
43+
![Coder administrators and auditor roles can review how users are interacting with their Coder Workspaces and Templates.](../images/screenshots/audit.png)
44+
45+
Coder administrators and auditor roles can review how users are interacting with their Coder Workspaces and Templates.
46+
47+
![Coder administrators can monitor the health of their Coder deployment, including database latency, active provisioners, and more.](../images/screenshots/healthcheck.png)
48+
49+
Coder administrators can monitor the health of their Coder deployment, including database latency, active provisioners, and more.

docs/images/screenshots/audit.png

128 KB
Loading
125 KB
Loading

docs/images/screenshots/login.png

39.5 KB
Loading

docs/images/screenshots/settings.png

129 KB
Loading
110 KB
Loading
162 KB
Loading
137 KB
Loading

docs/images/screenshots/terraform.png

163 KB
Loading
98.9 KB
Loading
84.9 KB
Loading

docs/manifest.json

+11-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,20 @@
11
{
2-
"versions": ["main"],
2+
"versions": [
3+
"main"
4+
],
35
"routes": [
46
{
57
"title": "About",
68
"description": "About Coder",
79
"path": "./README.md",
8-
"icon_path": "./images/icons/home.svg"
10+
"icon_path": "./images/icons/home.svg",
11+
"children": [
12+
{
13+
"title": "Screenshots",
14+
"description": "Browse screenshots of the Coder platform",
15+
"path": "./about/screenshots.md"
16+
}
17+
]
918
},
1019
{
1120
"title": "Installation",

0 commit comments

Comments
 (0)