Skip to content

Commit 0330418

Browse files
author
Katie Horne
authored
chore: review, edit docs that haven't been modified in 60+ days (#448)
1 parent 0663727 commit 0330418

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

about.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ enterprise security.
99

1010
Coder's pre-configured workspaces allow project organization members to define
1111
what language version and tooling are required to provide consistency across the
12-
organization and enable new members onboard and contribute. Developers focus on
12+
organization and enable new members to onboard and contribute. Developers focus on
1313
their projects and the end product, not on setup.
1414

1515
These pre-configured workspaces are the foundation of Coder's _Dev Workspaces as
@@ -28,7 +28,7 @@ the cloud's power to provide consistent, secure, and performant workspaces for
2828
their development teams.
2929

3030
Our software has been pulled over 19 million times from Docker, received over
31-
40,000 stars on GitHub, and is used by some of the world's largest enterprises.
31+
45,000 stars on GitHub, and is used by some of the world's largest enterprises.
3232
We're also working with pilot organizations to shape the future of remote
3333
development through Coder.
3434

admin/access-control/index.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ and **OpenID Connect**.
99

1010
## Built-In Authentication
1111

12-
Built-in authentication allows you (or any admin) to manually create users, who
13-
then log in with their email address and temporary password. Coder will ask them
12+
Built-in authentication allows you (or any admin) to manually create users who
13+
log in with their email address and temporary password. Coder will ask them
1414
to change their password after they log in the first time.
1515

1616
## OpenID Connect

admin/access-control/user-management.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ description: Learn how to add, delete and manage Coder users.
44
---
55

66
[Site managers](/access-control/user-roles#site-manager-permissions) can create
7-
and manage users from the **Users** page, which is accessible under **Manage** >
7+
and manage users from the **Users** page, which is accessible at **Manage** >
88
**Users**.
99

1010
## Creating a new user
1111

1212
To create a new user:
1313

1414
1. Go to **Manage** > **Users** > **New User**.
15-
1. In the new dialog window, provide the user's **name** and **email address**
16-
and select the **Auth Type** you want for the account. Select **Built-In** as
17-
your Auth Type if you want the user to access Coder with a username/password
15+
1. When prompted, provide the user's **name** and **email address** and select
16+
the **Auth Type** you want for the account. Select **Built-In** as your Auth
17+
Type if you want the user to access Coder with a username/password
1818
combination; select **OpenID Connect** as your Auth Type if you would like to
1919
use your organization's OpenID Connect Identity Provider.
2020
1. Finally, choose the **Organization** to which the user belongs (this will

admin/workspace-management/installing-jetbrains.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ The process of installing an IDE onto your [image](../../images/index.md) is
77
similar to installing the IDE onto a local machine.
88

99
To see examples demonstrating how to install the various IDEs and configure your
10-
image to work with Coder's multi editor feature, refer to the
10+
image to work with Coder's multi editor feature, see the
1111
[sample images](https://github.com/cdr/enterprise-images) available on GitHub.
1212

1313
## Supported IDEs

images/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ Coder hooks into Docker Registries, which store images that you can import. You
3333
can source control the Dockerfile in your project's repository to provide your
3434
organization with up-to-date information.
3535

36-
## Get Started
36+
## In this section
3737

3838
<children></children>

0 commit comments

Comments
 (0)