Skip to content

Commit c01910f

Browse files
authored
docs: use enterprise badges (#4428)
1 parent 0ad8e77 commit c01910f

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-
<blockquote class="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-
<blockquote class="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-
<blockquote class="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)