Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit21cc6f7

Browse files
EdwardAngertEdwardAngert
and
EdwardAngert
authored
docs: move premium and enterprise badges from heading to info in admonition (#15774)
closeshttps://github.com/coder/coder.com/issues/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 parentbadebc7 commit21cc6f7

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+
<blockquoteclass="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+
<blockquoteclass="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+
<blockquoteclass="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+
<blockquoteclass="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+
<blockquoteclass="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+
<blockquoteclass="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+
<blockquoteclass="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+
<blockquoteclass="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+
<blockquoteclass="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+
<blockquoteclass="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+
<blockquoteclass="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+
<blockquoteclass="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+
<blockquoteclass="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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp