Skip to content

Commit 9713887

Browse files
authored
chore(docs): change mentions of enterprise to premium (#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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 3 additions & 3 deletions
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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

Lines changed: 4 additions & 4 deletions
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

Lines changed: 1 addition & 1 deletion
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.

0 commit comments

Comments
 (0)