Skip to content

Commit 808e1c0

Browse files
authored
docs: add screenshots page (#13582)
* docs: add screenshots page * fmt
1 parent 44d6913 commit 808e1c0

12 files changed

+67
-1
lines changed

docs/about/screenshots.md

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,14 @@
55
"title": "About",
66
"description": "About Coder",
77
"path": "./README.md",
8-
"icon_path": "./images/icons/home.svg"
8+
"icon_path": "./images/icons/home.svg",
9+
"children": [
10+
{
11+
"title": "Screenshots",
12+
"description": "Browse screenshots of the Coder platform",
13+
"path": "./about/screenshots.md"
14+
}
15+
]
916
},
1017
{
1118
"title": "Installation",

0 commit comments

Comments
 (0)