Skip to content

Commit 21cc6f7

Browse files
EdwardAngertEdwardAngert
and
EdwardAngert
authored
docs: move premium and enterprise badges from heading to info in admonition (coder#15774)
closes coder/coder.com#666 [preview](https://coder.com/docs/@666-unheading-premium/user-guides/workspace-scheduling#autostop-requirement) --------- Co-authored-by: EdwardAngert <2408959-EdwardAngert@users.noreply.gitlab.com> Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1 parent badebc7 commit 21cc6f7

File tree

19 files changed

+196
-40
lines changed

19 files changed

+196
-40
lines changed

.vscode/markdown.code-snippets

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,14 @@
2020
"body": "![${TM_SELECTED_TEXT:${1:alt}}](${2:url})$0",
2121
"description": "image"
2222
},
23+
"premium-feature": {
24+
"prefix": "#premium-feature",
25+
"body": [
26+
"<blockquote class=\"info\">\n",
27+
"${1:feature} ${2|is,are|} an Enterprise and Premium feature. [Learn more](https://coder.com/pricing#compare-plans).\n",
28+
"</blockquote>"
29+
]
30+
},
2331
"tabs": {
2432
"prefix": "#tabs",
2533
"body": [

docs/admin/external-auth.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -179,11 +179,16 @@ Optionally, you can request custom scopes:
179179
CODER_EXTERNAL_AUTH_0_SCOPES="repo:read repo:write write:gpg_key"
180180
```
181181

182-
## Multiple External Providers (enterprise) (premium)
182+
## Multiple External Providers
183183

184-
Multiple providers are an Enterprise feature.
185-
[Learn more](https://coder.com/pricing#compare-plans). Below is an example
186-
configuration with multiple providers.
184+
<blockquote class="info">
185+
186+
Multiple providers is an Enterprise and Premium feature.
187+
[Learn more](https://coder.com/pricing#compare-plans).
188+
189+
</blockquote>
190+
191+
Below is an example configuration with multiple providers:
187192

188193
```env
189194
# Provider 1) github.com
@@ -204,7 +209,7 @@ CODER_EXTERNAL_AUTH_1_TOKEN_URL="https://github.example.com/login/oauth/access_t
204209
CODER_EXTERNAL_AUTH_1_VALIDATE_URL="https://github.example.com/api/v3/user"
205210
```
206211

207-
To support regex matching for paths (e.g. github\.com/org), you'll need to add
212+
To support regex matching for paths (e.g. `github\.com/org`), you'll need to add
208213
this to the
209214
[Coder agent startup script](https://registry.terraform.io/providers/coder/coder/latest/docs/resources/agent#startup_script):
210215

docs/admin/infrastructure/validated-architectures/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ could affect workspace users experience once the platform is live.
343343
versions into Coder from git. For example, on GitHub, you can use the
344344
[Setup Coder](https://github.com/marketplace/actions/setup-coder) action.
345345
1. Evaluate enabling
346-
[automatic template updates](../../templates/managing-templates/index.md#template-update-policies-enterprise-premium)
346+
[automatic template updates](../../templates/managing-templates/index.md#template-update-policies)
347347
upon workspace startup.
348348

349349
### Observability

docs/admin/monitoring/notifications/index.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,9 +78,8 @@ can only be delivered to one method, and this method is configured globally with
7878
will be disabled.
7979

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

8584
## SMTP (Email)
8685

@@ -232,7 +231,14 @@ notification is indicated on the right hand side of this table.
232231

233232
![User Notification Preferences](../../../images/admin/monitoring/notifications/user-notification-preferences.png)
234233

235-
## Delivery Preferences (enterprise) (premium)
234+
## Delivery Preferences
235+
236+
<blockquote class="info">
237+
238+
Delivery preferences is an Enterprise and Premium feature.
239+
[Learn more](https://coder.com/pricing#compare-plans).
240+
241+
</blockquote>
236242

237243
Administrators can configure which delivery methods are used for each different
238244
[event type](#event-types).

docs/admin/networking/index.md

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,14 @@ coder server, so they can only be geo-distributed with High Availability mode in
176176
our Premium Edition. [Reach out to Sales](https://coder.com/contact) to learn
177177
more.
178178

179-
## Browser-only connections (enterprise) (premium)
179+
## Browser-only connections
180+
181+
<blockquote class="info">
182+
183+
Browser-only connections is an Enterprise and Premium feature.
184+
[Learn more](https://coder.com/pricing#compare-plans).
185+
186+
</blockquote>
180187

181188
Some Coder deployments require that all access is through the browser to comply
182189
with security policies. In these cases, pass the `--browser-only` flag to
@@ -186,7 +193,14 @@ With browser-only connections, developers can only connect to their workspaces
186193
via the web terminal and
187194
[web IDEs](../../user-guides/workspace-access/web-ides.md).
188195

189-
### Workspace Proxies (enterprise) (premium)
196+
### Workspace Proxies
197+
198+
<blockquote class="info">
199+
200+
Workspace proxies are an Enterprise and Premium feature.
201+
[Learn more](https://coder.com/pricing#compare-plans).
202+
203+
</blockquote>
190204

191205
Workspace proxies are a Coder Enterprise feature that allows you to provide
192206
low-latency browser experiences for geo-distributed teams.

docs/admin/networking/port-forwarding.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,14 @@ resource uses a different method of authentication and **is not impacted by the
129129
template's maximum sharing level**, nor the level of a shared port that points
130130
to the app.
131131

132-
### Configure maximum port sharing level (enterprise) (premium)
132+
### Configure maximum port sharing level
133+
134+
<blockquote class="info">
135+
136+
Configuring port sharing level is an Enterprise and Premium feature.
137+
[Learn more](https://coder.com/pricing#compare-plans).
138+
139+
</blockquote>
133140

134141
Premium-licensed template admins can control the maximum port sharing level for
135142
workspaces under a given template in the template settings. By default, the

docs/admin/setup/appearance.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# Appearance (enterprise) (premium)
1+
# Appearance
2+
3+
<blockquote class="info">
4+
5+
Customizing Coder's appearance is an Enterprise and Premium feature.
6+
[Learn more](https://coder.com/pricing#compare-plans).
7+
8+
</blockquote>
29

310
Customize the look of your Coder deployment to meet your enterprise
411
requirements.

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,14 @@ infrastructure, software, or security patches. Learn more about
5858

5959
![Updating a template](../../../images/templates/update.png)
6060

61-
### Template update policies (enterprise) (premium)
61+
### Template update policies
62+
63+
<blockquote class="info">
64+
65+
Template update policies are an Enterprise and Premium feature.
66+
[Learn more](https://coder.com/pricing#compare-plans).
67+
68+
</blockquote>
6269

6370
Licensed template admins may want workspaces to always remain on the latest
6471
version of their parent template. To do so, enable **Template Update Policies**

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

Lines changed: 42 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@ Template [admins](../../users/index.md) may define these default values:
1212
- [**Default autostop**](../../../user-guides/workspace-scheduling.md#autostop):
1313
How long a workspace runs without user activity before Coder automatically
1414
stops it.
15-
- [**Autostop requirement**](#autostop-requirement-enterprise-premium): Enforce
16-
mandatory workspace restarts to apply template updates regardless of user
17-
activity.
15+
- [**Autostop requirement**](#autostop-requirement): Enforce mandatory workspace
16+
restarts to apply template updates regardless of user activity.
1817
- **Activity bump**: The duration of inactivity that must pass before a
1918
workspace is automatically stopped.
2019
- **Dormancy**: This allows automatic deletion of unused workspaces to reduce
@@ -27,13 +26,27 @@ allow users to define their own autostart and autostop schedules. Admins can
2726
restrict the days of the week a workspace should automatically start to help
2827
manage infrastructure costs.
2928

30-
## Failure cleanup (enterprise) (premium)
29+
## Failure cleanup
30+
31+
<blockquote class="info">
32+
33+
Failure cleanup is an Enterprise and Premium feature.
34+
[Learn more](https://coder.com/pricing#compare-plans).
35+
36+
</blockquote>
3137

3238
Failure cleanup defines how long a workspace is permitted to remain in the
3339
failed state prior to being automatically stopped. Failure cleanup is only
3440
available for licensed customers.
3541

36-
## Dormancy threshold (enterprise) (premium)
42+
## Dormancy threshold
43+
44+
<blockquote class="info">
45+
46+
Dormancy threshold is an Enterprise and Premium feature.
47+
[Learn more](https://coder.com/pricing#compare-plans).
48+
49+
</blockquote>
3750

3851
Dormancy Threshold defines how long Coder allows a workspace to remain inactive
3952
before being moved into a dormant state. A workspace's inactivity is determined
@@ -43,13 +56,27 @@ the user before being accessible. Coder stops workspaces during their transition
4356
to the dormant state if they are detected to be running. Dormancy Threshold is
4457
only available for licensed customers.
4558

46-
## Dormancy auto-deletion (enterprise) (premium)
59+
## Dormancy auto-deletion
60+
61+
<blockquote class="info">
62+
63+
Dormancy auto-deletion is an Enterprise and Premium feature.
64+
[Learn more](https://coder.com/pricing#compare-plans).
65+
66+
</blockquote>
4767

4868
Dormancy Auto-Deletion allows a template admin to dictate how long a workspace
4969
is permitted to remain dormant before it is automatically deleted. Dormancy
5070
Auto-Deletion is only available for licensed customers.
5171

52-
## Autostop requirement (enterprise) (premium)
72+
## Autostop requirement
73+
74+
<blockquote class="info">
75+
76+
Autostop requirement is an Enterprise and Premium feature.
77+
[Learn more](https://coder.com/pricing#compare-plans).
78+
79+
</blockquote>
5380

5481
Autostop requirement is a template setting that determines how often workspaces
5582
using the template must automatically stop. Autostop requirement ignores any
@@ -79,7 +106,14 @@ Autostop requirement is disabled when the template is using the deprecated max
79106
lifetime feature. Templates can choose to use a max lifetime or an autostop
80107
requirement during the deprecation period, but only one can be used at a time.
81108

82-
## User quiet hours (enterprise) (premium)
109+
## User quiet hours
110+
111+
<blockquote class="info">
112+
113+
User quiet hours are an Enterprise and Premium feature.
114+
[Learn more](https://coder.com/pricing#compare-plans).
115+
116+
</blockquote>
83117

84118
User quiet hours can be configured in the user's schedule settings page.
85119
Workspaces on templates with an autostop requirement will only be forcibly

docs/admin/templates/template-permissions.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# Permissions (enterprise) (premium)
1+
# Permissions
2+
3+
<blockquote class="info">
4+
5+
Template permissions are an Enterprise and Premium feature.
6+
[Learn more](https://coder.com/pricing#compare-plans).
7+
8+
</blockquote>
29

310
Licensed Coder administrators can control who can use and modify the template.
411

docs/admin/users/groups-roles.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,14 @@ Roles determine which actions users can take within the platform.
3131
A user may have one or more roles. All users have an implicit Member role that
3232
may use personal workspaces.
3333

34-
## Custom Roles (Premium) (Beta)
34+
## Custom Roles
35+
36+
<blockquote class="info">
37+
38+
Custom roles are an Enterprise and Premium feature.
39+
[Learn more](https://coder.com/pricing#compare-plans).
40+
41+
</blockquote>
3542

3643
Starting in v2.16.0, Premium Coder deployments can configure custom roles on the
3744
[Organization](./organizations.md) level. You can create and assign custom roles

docs/admin/users/idp-sync.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# IDP Sync (enterprise) (premium)
1+
# IDP Sync
2+
3+
<blockquote class="info">
4+
5+
IDP sync is an Enterprise and Premium feature.
6+
[Learn more](https://coder.com/pricing#compare-plans).
7+
8+
</blockquote>
29

310
If your OpenID Connect provider supports group claims, you can configure Coder
411
to synchronize groups in your auth provider to groups within Coder. To enable
@@ -205,7 +212,14 @@ Users who are not in a matching group will see the following error:
205212
206213
<Image height="412px" src="../../images/admin/group-allowlist.png" alt="Unauthorized group error" align="center" />
207214
208-
## Role sync (enterprise) (premium)
215+
## Role sync
216+
217+
<blockquote class="info">
218+
219+
Role sync is an Enterprise and Premium feature.
220+
[Learn more](https://coder.com/pricing#compare-plans).
221+
222+
</blockquote>
209223
210224
If your OpenID Connect provider supports roles claims, you can configure Coder
211225
to synchronize roles in your auth provider to roles within Coder.
@@ -337,7 +351,14 @@ Visit the Coder UI to confirm these changes:
337351
338352
</div>
339353
340-
## Organization Sync (Premium)
354+
## Organization Sync
355+
356+
<blockquote class="info">
357+
358+
Organization sync is an Enterprise and Premium feature.
359+
[Learn more](https://coder.com/pricing#compare-plans).
360+
361+
</blockquote>
341362
342363
If your OpenID Connect provider supports groups/role claims, you can configure
343364
Coder to synchronize claims in your auth provider to organizations within Coder.

docs/admin/users/oidc-auth.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,14 @@ your Coder deployment:
130130
CODER_DISABLE_PASSWORD_AUTH=true
131131
```
132132

133-
## SCIM (enterprise) (premium)
133+
## SCIM
134+
135+
<blockquote class="info">
136+
137+
SCIM is an Enterprise and Premium feature.
138+
[Learn more](https://coder.com/pricing#compare-plans).
139+
140+
</blockquote>
134141

135142
Coder supports user provisioning and deprovisioning via SCIM 2.0 with header
136143
authentication. Upon deactivation, users are

docs/user-guides/workspace-access/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extension, authenticates with Coder, and connects to the workspace.
1616
![Demo](https://github.com/coder/vscode-coder/raw/main/demo.gif?raw=true)
1717

1818
> The `VS Code Desktop` button can be hidden by enabling
19-
> [Browser-only connections](../../admin/networking/index.md#browser-only-connections-enterprise-premium).
19+
> [Browser-only connections](../../admin/networking/index.md#browser-only-connections).
2020
2121
### Manual Installation
2222

docs/user-guides/workspace-management.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,14 @@ manually updated the workspace.
8888

8989
![Automatic Updates](../images/workspace-automatic-updates.png)
9090

91-
## Bulk operations (enterprise) (premium)
91+
## Bulk operations
92+
93+
<blockquote class="info">
94+
95+
Bulk operations are an Enterprise and Premium feature.
96+
[Learn more](https://coder.com/pricing#compare-plans).
97+
98+
</blockquote>
9299

93100
Licensed admins may apply bulk operations (update, delete, start, stop) in the
94101
**Workspaces** tab. Select the workspaces you'd like to modify with the

0 commit comments

Comments
 (0)