Skip to content

Commit 0d76ed0

Browse files
committed
Update documentation to "premium" edition
- Change "enterprise" references to "premium" to reflect the new branding. - Ensure consistency across various documentation sections. - Update relevant links and terms for clarity. ### Changes: - Appearance section title updated to include premium. - SCIM, Group Sync, Role Sync, and multiple other sections retitled for premium. - FAQs and guides updated to reflect new premium terminology. - Manifest JSON entries updated to list "premium" alongside "enterprise". - Networking and port forwarding documentation updated to include premium. - Added user quiet hours and autostop requirement sections updated to indicate premium. - Ensure all references in various docs are consistent with the new premium branding.
1 parent abc156e commit 0d76ed0

File tree

12 files changed

+59
-30
lines changed

12 files changed

+59
-30
lines changed

docs/admin/appearance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Appearance (enterprise)
1+
# Appearance (enterprise) (premium)
22

33
Customize the look of your Coder deployment to meet your enterprise
44
requirements.

docs/admin/auth.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ your Coder deployment:
227227
CODER_DISABLE_PASSWORD_AUTH=true
228228
```
229229

230-
## SCIM (enterprise)
230+
## SCIM (enterprise) (premium)
231231

232232
Coder supports user provisioning and deprovisioning via SCIM 2.0 with header
233233
authentication. Upon deactivation, users are
@@ -249,7 +249,7 @@ CODER_TLS_CLIENT_CERT_FILE=/path/to/cert.pem
249249
CODER_TLS_CLIENT_KEY_FILE=/path/to/key.pem
250250
```
251251

252-
## Group Sync (enterprise)
252+
## Group Sync (enterprise) (premium)
253253

254254
If your OpenID Connect provider supports group claims, you can configure Coder
255255
to synchronize groups in your auth provider to groups within Coder.
@@ -326,7 +326,7 @@ Users who are not in a matching group will see the following error:
326326

327327
![Unauthorized group error](../images/admin/group-allowlist.png)
328328

329-
## Role sync (enterprise)
329+
## Role sync (enterprise) (premium)
330330

331331
If your OpenID Connect provider supports roles claims, you can configure Coder
332332
to synchronize roles in your auth provider to deployment-wide roles within

docs/admin/external-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ Optionally, you can request custom scopes:
195195
CODER_EXTERNAL_AUTH_0_SCOPES="repo:read repo:write write:gpg_key"
196196
```
197197

198-
### Multiple External Providers (enterprise)
198+
### Multiple External Providers (enterprise) (premium)
199199

200200
Multiple providers are an [Enterprise feature](https://coder.com/pricing). Below
201201
is an example configuration with multiple providers.

docs/admin/notifications.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ notification is indicated on the right hand side of this table.
231231

232232
![User Notification Preferences](../images/user-notification-preferences.png)
233233

234-
## Delivery Preferences (enterprise)
234+
## Delivery Preferences (enterprise) (premium)
235235

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

docs/admin/organizations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Organizations (Enterprise)
1+
# Organizations (Enterprise) (Premium)
22

33
> Note: Organizations requires a [Premium license](./licensing.md). For more
44
> details, [contact your account team](https://coder.com/contact).

docs/admin/users.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Coder offers these user roles in the community edition:
1010
| | Auditor | User Admin | Template Admin | Owner |
1111
| ----------------------------------------------------- | ------- | ---------- | -------------- | ----- |
1212
| Add and remove Users | || ||
13-
| Manage groups (enterprise) | || ||
13+
| Manage groups (premium ) | || ||
1414
| Change User roles | | | ||
1515
| Manage **ALL** Templates | | |||
1616
| View **ALL** Workspaces | | |||

docs/faqs.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
# FAQs
22

3-
Frequently asked questions on Coder OSS and Enterprise deployments. These FAQs
4-
come from our community and enterprise customers, feel free to
3+
Frequently asked questions on Coder OSS and Premium deployments. These FAQs come
4+
from our community and enterprise customers, feel free to
55
[contribute to this page](https://github.com/coder/coder/edit/main/docs/faqs.md).
66

7-
### How do I add an enterprise license?
7+
### How do I add a Premium trial license?
88

99
Visit https://coder.com/trial or contact
10-
[sales@coder.com](mailto:sales@coder.com?subject=License) to get a v2 enterprise
11-
trial key.
10+
[sales@coder.com](mailto:sales@coder.com?subject=License) to get a trial key.
1211

1312
You can add a license through the UI or CLI.
1413

docs/guides/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Guides and Tutorials
22

33
Here you can find a list of employee-written guides on Coder for OSS and
4-
Enterprise. These tutorials are hosted on our
4+
Premium. These tutorials are hosted on our
55
[Github](https://github.com/coder/coder/) where you can leave feedback or
66
request new topics to be covered.
77

docs/manifest.json

Lines changed: 40 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,10 @@
285285
"title": "Process Logging",
286286
"description": "Audit commands in workspaces with exectrace",
287287
"path": "./templates/process-logging.md",
288-
"state": "enterprise"
288+
"state": [
289+
"enterprise",
290+
"premium"
291+
]
289292
},
290293
{
291294
"title": "Icons",
@@ -396,14 +399,20 @@
396399
"description": "Learn how to manage user groups",
397400
"path": "./admin/groups.md",
398401
"icon_path": "./images/icons/group.svg",
399-
"state": "enterprise"
402+
"state": [
403+
"enterprise",
404+
"premium"
405+
]
400406
},
401407
{
402408
"title": "Organizations",
403409
"description": "Learn how to manage organizations",
404410
"path": "./admin/organizations.md",
405411
"icon_path": "./images/icons/orgs.svg",
406-
"state": "enterprise"
412+
"state": [
413+
"enterprise",
414+
"premium"
415+
]
407416
},
408417
{
409418
"title": "Template RBAC",
@@ -456,14 +465,20 @@
456465
"description": "Run provisioners isolated from the Coder server",
457466
"path": "./admin/provisioners.md",
458467
"icon_path": "./images/icons/queue.svg",
459-
"state": "enterprise"
468+
"state": [
469+
"enterprise",
470+
"premium"
471+
]
460472
},
461473
{
462474
"title": "Workspace Proxies",
463475
"description": "Run geo distributed workspace proxies",
464476
"path": "./admin/workspace-proxies.md",
465477
"icon_path": "./images/icons/networking.svg",
466-
"state": "enterprise"
478+
"state": [
479+
"enterprise",
480+
"premium"
481+
]
467482
},
468483
{
469484
"title": "Application Logs",
@@ -476,21 +491,30 @@
476491
"description": "Learn how to use Audit Logs in your Coder deployment",
477492
"path": "./admin/audit-logs.md",
478493
"icon_path": "./images/icons/radar.svg",
479-
"state": "enterprise"
494+
"state": [
495+
"enterprise",
496+
"premium"
497+
]
480498
},
481499
{
482500
"title": "Quotas",
483501
"description": "Learn how to use Workspace Quotas in Coder",
484502
"path": "./admin/quotas.md",
485503
"icon_path": "./images/icons/dollar.svg",
486-
"state": "enterprise"
504+
"state": [
505+
"enterprise",
506+
"premium"
507+
]
487508
},
488509
{
489510
"title": "High Availability",
490511
"description": "Learn how to configure Coder for High Availability",
491512
"path": "./admin/high-availability.md",
492513
"icon_path": "./images/icons/hydra.svg",
493-
"state": "enterprise"
514+
"state": [
515+
"enterprise",
516+
"premium"
517+
]
494518
},
495519
{
496520
"title": "Prometheus",
@@ -503,7 +527,10 @@
503527
"description": "Learn how to configure the appearance of Coder",
504528
"path": "./admin/appearance.md",
505529
"icon_path": "./images/icons/info.svg",
506-
"state": "enterprise"
530+
"state": [
531+
"enterprise",
532+
"premium"
533+
]
507534
},
508535
{
509536
"title": "Telemetry",
@@ -516,7 +543,10 @@
516543
"description": "Learn how to encrypt sensitive data at rest in Coder",
517544
"path": "./admin/encryption.md",
518545
"icon_path": "./images/icons/lock.svg",
519-
"state": "enterprise"
546+
"state": [
547+
"enterprise",
548+
"premium"
549+
]
520550
},
521551
{
522552
"title": "Deployment Health",

docs/networking/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -157,10 +157,10 @@ $ coder server --derp-config-path derpmap.json
157157

158158
The dashboard (and web apps opened through the dashboard) are served from the
159159
coder server, so they can only be geo-distributed with High Availability mode in
160-
our Enterprise Edition. [Reach out to Sales](https://coder.com/contact) to learn
161-
more.
160+
our Enterprise and Premium Editions.
161+
[Reach out to Sales](https://coder.com/contact) to learn more.
162162

163-
## Browser-only connections (enterprise)
163+
## Browser-only connections (enterprise) (premium)
164164

165165
Some Coder deployments require that all access is through the browser to comply
166166
with security policies. In these cases, pass the `--browser-only` flag to

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy