Skip to content

Commit 0658f5a

Browse files
EdwardAngertEdwardAngert
authored andcommitted
move premium from heading to admonition
1 parent aa310e3 commit 0658f5a

File tree

12 files changed

+162
-23
lines changed

12 files changed

+162
-23
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=\"admonition tip\">\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="admonition tip">
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/monitoring/notifications/index.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,14 @@ notification is indicated on the right hand side of this table.
232232

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

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

237244
Administrators can configure which delivery methods are used for each different
238245
[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="admonition tip">
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="admonition tip">
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="admonition tip">
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/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="admonition tip">
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: 40 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,27 @@ allow users to define their own autostart and autostop schedules. Admins can
2727
restrict the days of the week a workspace should automatically start to help
2828
manage infrastructure costs.
2929

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

3239
Failure cleanup defines how long a workspace is permitted to remain in the
3340
failed state prior to being automatically stopped. Failure cleanup is only
3441
available for licensed customers.
3542

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

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

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

4869
Dormancy Auto-Deletion allows a template admin to dictate how long a workspace
4970
is permitted to remain dormant before it is automatically deleted. Dormancy
5071
Auto-Deletion is only available for licensed customers.
5172

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

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

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

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

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="admonition tip">
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: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,14 @@ Users who are not in a matching group will see the following error:
184184

185185
![Unauthorized group error](../../images/admin/group-allowlist.png)
186186

187-
## Role sync (enterprise) (premium)
187+
## Role sync
188+
189+
<blockquote class="admonition tip">
190+
191+
Role sync is an Enterprise and Premium feature.
192+
[Learn more](https://coder.com/pricing#compare-plans).
193+
194+
</blockquote>
188195

189196
If your OpenID Connect provider supports roles claims, you can configure Coder
190197
to synchronize roles in your auth provider to roles within Coder.
@@ -302,7 +309,14 @@ Visit the Coder UI to confirm these changes:
302309

303310
</div>
304311

305-
## Organization Sync (Premium)
312+
## Organization Sync
313+
314+
<blockquote class="admonition tip">
315+
316+
Organization sync is an Enterprise and Premium feature.
317+
[Learn more](https://coder.com/pricing#compare-plans).
318+
319+
</blockquote>
306320

307321
> Note: In a future Coder release, this can be managed via the Coder UI instead
308322
> of server flags.

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="admonition tip">
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-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="admonition tip">
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

docs/user-guides/workspace-scheduling.md

Lines changed: 24 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,14 @@ Workspaces will automatically shut down after a period of inactivity. This can
4949
be configured at the template level, but is visible in the autostop description
5050
for your workspace.
5151

52-
## Autostop requirement (enterprise) (premium)
52+
## Autostop requirement
53+
54+
<blockquote class="admonition tip">
55+
56+
Autostop requirement is an Enterprise and Premium feature.
57+
[Learn more](https://coder.com/pricing#compare-plans).
58+
59+
</blockquote>
5360

5461
Licensed template admins may enforce a required stop for workspaces to apply
5562
updates or undergo maintenance. These stops ignore any active connections or
@@ -61,7 +68,14 @@ and specified quiet hours (see below).
6168
> Admins: See the template schedule settings for more information on configuring
6269
> Autostop Requirement.
6370
64-
### User quiet hours (enterprise) (premium)
71+
### User quiet hours
72+
73+
<blockquote class="admonition tip">
74+
75+
User quiet hours are an Enterprise and Premium feature.
76+
[Learn more](https://coder.com/pricing#compare-plans).
77+
78+
</blockquote>
6579

6680
User quiet hours can be configured in the user's schedule settings page.
6781
Workspaces on templates with an autostop requirement will only be forcibly
@@ -99,7 +113,14 @@ Let's say that both are set to 5 hours. When either your workspace autostarts or
99113
you sign in, you will have confidence that the only condition for shutdown is 5
100114
hours of inactivity.
101115

102-
## Dormancy (enterprise) (premium)
116+
## Dormancy
117+
118+
<blockquote class="admonition tip">
119+
120+
Dormancy is an Enterprise and Premium feature.
121+
[Learn more](https://coder.com/pricing#compare-plans).
122+
123+
</blockquote>
103124

104125
Dormancy automatically deletes workspaces which remain unused for long
105126
durations. Template admins configure an inactivity period after which your

0 commit comments

Comments
 (0)