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

Commitc01910f

Browse files
authored
docs: use enterprise badges (#4428)
1 parent0ad8e77 commitc01910f

File tree

4 files changed

+7
-17
lines changed

4 files changed

+7
-17
lines changed

‎docs/admin/auth.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,7 @@ Once complete, run `sudo service coder restart` to reboot Coder.
7575

7676
>When a new user is created, the`preferred_username` claim becomes the username. If this claim is empty, the email address will be stripped of the domain, and become the username (e.g.`example@coder.com` becomes`example`).
7777
78-
##SCIM
79-
80-
<blockquoteclass="info">
81-
SCIM is only available in the Enterprise Edition.
82-
</blockquote>
78+
##SCIM (enterprise)
8379

8480
Coder supports user provisioning and deprovisioning via SCIM 2.0 with header
8581
authentication. Upon deactivation, users are[suspended](userd.md#suspend-a-user)

‎docs/admin/quotas.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#Quotas
22

3-
<blockquoteclass="info">
4-
Workspace Quotas are only available in the Enterprise Edition.
5-
</blockquote>
6-
73
Coder Enterprise admins may define deployment-level quotas to protect against
84
Denial-of-Service, control costs, and ensure equitable access to cloud resources.
95

‎docs/manifest.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,13 +202,15 @@
202202
"title":"Audit Logs",
203203
"description":"Learn how to use Audit Logs in your Coder deployment.",
204204
"icon_path":"./images/icons/radar.svg",
205-
"path":"./admin/audit-logs.md"
205+
"path":"./admin/audit-logs.md",
206+
"state":"enterprise"
206207
},
207208
{
208209
"title":"Quotas",
209210
"description":"Learn how to use Workspace Quotas in Coder.",
210211
"icon_path":"./images/icons/dollar.svg",
211-
"path":"./admin/quotas.md"
212+
"path":"./admin/quotas.md",
213+
"state":"enterprise"
212214
},
213215
{
214216
"title":"Enterprise",

‎docs/networking.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -88,13 +88,9 @@ The dashboard (and web apps opened through the dashboard) are served from the
8888
coder server, so they can only be geo-distributed with High Availability mode in
8989
our Enterprise Edition.[Reach out to sales](mailto:sales@coder.com) to learn more.
9090

91-
##Browser-only connections
91+
##Browser-only connections (enterprise)
9292

93-
<blockquoteclass="info">
94-
Browser-only connections are available in the Enterprise Edition.
95-
</blockquote>
96-
97-
Some Coder deployments must only permit access through the browser to comply
93+
Some Coder deployments require that all access is through the browser to comply
9894
with security policies. In these cases, pass the`--browser-only` flag to
9995
`coder server` or set`CODER_BROWSER_ONLY=true`.
10096

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp