Skip to content

Commit 9713887

Browse files
authored
chore(docs): change mentions of enterprise to premium (coder#15258)
Matches our latest licensing verbiage.
1 parent 742413e commit 9713887

File tree

15 files changed

+26
-27
lines changed

15 files changed

+26
-27
lines changed

docs/admin/infrastructure/architecture.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ page describes possible deployments, challenges, and risks associated with them.
1010

1111
![Architecture Diagram](../../images/architecture-diagram.png)
1212

13-
## Enterprise
13+
## Premium
1414

1515
![Single Region Architecture Diagram](../../images/architecture-single-region.png)
1616

17-
## Multi-Region Enterprise
17+
## Multi-Region Premium
1818

1919
![Multi Region Architecture Diagram](../../images/architecture-multi-region.png)
2020

docs/admin/infrastructure/scale-testing.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,8 @@ example, running 10 provisioner containers will allow 10 users to start
173173
workspaces at the same time.
174174

175175
By default, the Coder server runs 3 built-in provisioner daemons, but the
176-
_Enterprise_ Coder release allows for running external provisioners to separate
177-
the load caused by workspace provisioning on the `coderd` nodes.
176+
_Premium_ Coder release allows for running external provisioners to separate the
177+
load caused by workspace provisioning on the `coderd` nodes.
178178

179179
#### Scaling formula
180180

docs/admin/monitoring/notifications/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ can only be delivered to one method, and this method is configured globally with
7676
[`CODER_NOTIFICATIONS_METHOD`](../../../reference/cli/server.md#--notifications-method)
7777
(default: `smtp`).
7878

79-
Enterprise customers can configure which method to use for each of the supported
79+
Premium customers can configure which method to use for each of the supported
8080
[Events](#workspace-events); see the
8181
[Preferences](#delivery-preferences-enterprise-premium) section below for more
8282
details.

docs/admin/networking/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ $ coder server --derp-config-path derpmap.json
173173

174174
The dashboard (and web apps opened through the dashboard) are served from the
175175
coder server, so they can only be geo-distributed with High Availability mode in
176-
our Enterprise Edition. [Reach out to Sales](https://coder.com/contact) to learn
176+
our Premium Edition. [Reach out to Sales](https://coder.com/contact) to learn
177177
more.
178178

179179
## Browser-only connections (enterprise) (premium)

docs/admin/networking/port-forwarding.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ not it is still accessible.
121121
![Annotated port controls in the UI](../../images/networking/annotatedports.png)
122122

123123
The sharing level is limited by the maximum level enforced in the template
124-
settings in enterprise deployments, and not restricted in OSS deployments.
124+
settings in premium deployments, and not restricted in OSS deployments.
125125

126126
This can also be used to change the sharing level of `coder_app`s by entering
127127
their port number in the sharable ports UI. The `share` attribute on `coder_app`
@@ -131,8 +131,8 @@ to the app.
131131

132132
### Configure maximum port sharing level (enterprise) (premium)
133133

134-
Enterprise-licensed template admins can control the maximum port sharing level
135-
for workspaces under a given template in the template settings. By default, the
134+
Premium-licensed template admins can control the maximum port sharing level for
135+
workspaces under a given template in the template settings. By default, the
136136
maximum sharing level is set to `Owner`, meaning port sharing is disabled for
137137
end-users. OSS deployments allow all workspaces to share ports at both the
138138
`authenticated` and `public` levels.

docs/admin/security/audit-logs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -122,5 +122,5 @@ log entry:
122122

123123
## Enabling this feature
124124

125-
This feature is only available with an enterprise license.
125+
This feature is only available with an premium license.
126126
[Learn more](../licensing/index.md)

docs/admin/templates/extending-templates/process-logging.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Please note that these logs are not recorded or captured by the Coder
1717
organization in any way, shape, or form.
1818

1919
> This is an [Premium or Enterprise](https://coder.com/pricing) feature. To
20-
> learn more about Coder Enterprise, please
20+
> learn more about Coder licensing, please
2121
> [contact sales](https://coder.com/contact).
2222
2323
## How this works

docs/admin/templates/managing-templates/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ infrastructure, software, or security patches. Learn more about
6060

6161
### Template update policies (enterprise) (premium)
6262

63-
Enterprise template admins may want workspaces to always remain on the latest
63+
Licensed template admins may want workspaces to always remain on the latest
6464
version of their parent template. To do so, enable **Template Update Policies**
6565
in the template's general settings. All non-admin users of the template will be
6666
forced to update their workspaces before starting them once the setting is

docs/admin/templates/managing-templates/schedule.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ manage infrastructure costs.
3030
## Failure cleanup (enterprise) (premium)
3131

3232
Failure cleanup defines how long a workspace is permitted to remain in the
33-
failed state prior to being automatically stopped. Failure cleanup is an
34-
enterprise-only feature.
33+
failed state prior to being automatically stopped. Failure cleanup is only
34+
available for licensed customers.
3535

3636
## Dormancy threshold (enterprise) (premium)
3737

@@ -41,13 +41,13 @@ by the time elapsed since a user last accessed the workspace. A workspace in the
4141
dormant state is not eligible for autostart and must be manually activated by
4242
the user before being accessible. Coder stops workspaces during their transition
4343
to the dormant state if they are detected to be running. Dormancy Threshold is
44-
an enterprise-only feature.
44+
only available for licensed customers.
4545

4646
## Dormancy auto-deletion (enterprise) (premium)
4747

4848
Dormancy Auto-Deletion allows a template admin to dictate how long a workspace
4949
is permitted to remain dormant before it is automatically deleted. Dormancy
50-
Auto-Deletion is an enterprise-only feature.
50+
Auto-Deletion is only available for licensed customers.
5151

5252
## Autostop requirement (enterprise) (premium)
5353

docs/admin/templates/template-permissions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ user can use the template to create a workspace. To prevent this, disable the
1818

1919
![Create Template Permissions](../../images/templates/create-template-permissions.png)
2020

21-
Permissions is an enterprise-only feature.
21+
Permissions is a premium-only feature.

docs/tutorials/faqs.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FAQs
22

3-
Frequently asked questions on Coder OSS and Enterprise deployments. These FAQs
4-
come from our community and enterprise customers, feel free to
3+
Frequently asked questions on Coder OSS and licensed deployments. These FAQs
4+
come from our community and customers, feel free to
55
[contribute to this page](https://github.com/coder/coder/edit/main/docs/tutorials/faqs.md).
66

77
For other community resources, see our

docs/tutorials/index.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
# Guides and Tutorials
22

3-
Here you can find a list of employee-written guides on Coder for OSS and
4-
Enterprise. These tutorials are hosted on our
5-
[GitHub](https://github.com/coder/coder/) where you can leave feedback or
6-
request new topics to be covered.
3+
Here you can find a list of employee-written guides on Coder. These tutorials
4+
are hosted on our [GitHub](https://github.com/coder/coder/) where you can leave
5+
feedback or request new topics to be covered.
76

87
<children>
98
This page is rendered on <https://coder.com/docs/tutorials>. Refer to the other documents in the `docs/tutorials/` directory for specific employee-written guides.

docs/user-guides/workspace-access/port-forwarding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ it is still accessible.
123123
![Annotated port controls in the UI](../../images/networking/annotatedports.png)
124124

125125
> The sharing level is limited by the maximum level enforced in the template
126-
> settings in enterprise deployments, and not restricted in OSS deployments.
126+
> settings in licensed deployments, and not restricted in OSS deployments.
127127
128128
This can also be used to change the sharing level of port-based `coder_app`s by
129129
entering their port number in the sharable ports UI. The `share` attribute on

docs/user-guides/workspace-management.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ manually updated the workspace.
9090

9191
## Bulk operations (enterprise) (premium)
9292

93-
Enterprise admins may apply bulk operations (update, delete, start, stop) in the
93+
Licensed admins may apply bulk operations (update, delete, start, stop) in the
9494
**Workspaces** tab. Select the workspaces you'd like to modify with the
9595
checkboxes on the left, then use the top-right **Actions** dropdown to apply the
9696
operation.

docs/user-guides/workspace-scheduling.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ for your workspace.
5151

5252
## Autostop requirement (enterprise) (premium)
5353

54-
Enterprise template admins may enforce a required stop for workspaces to apply
54+
Licensed template admins may enforce a required stop for workspaces to apply
5555
updates or undergo maintenance. These stops ignore any active connections or
5656
inactivity bumps. Rather than being specified with a CRON, admins set a
5757
frequency for updates, either in **days** or **weeks**. Workspaces will apply
@@ -106,5 +106,5 @@ durations. Template admins configure an inactivity period after which your
106106
workspaces will gain a `dormant` badge. A separate period determines how long
107107
workspaces will remain in the dormant state before automatic deletion.
108108

109-
Enterprise admins may also configure failure cleanup, which will automatically
109+
Licensed admins may also configure failure cleanup, which will automatically
110110
delete workspaces that remain in a `failed` state for too long.

0 commit comments

Comments
 (0)