Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9c4c5f2

Browse files
committed
audited license badges and feature stages
1 parent 4e5a095 commit 9c4c5f2

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

docs/admin/templates/managing-templates/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ infrastructure, software, or security patches. Learn more about
5858

5959
![Updating a template](../../../images/templates/update.png)
6060

61-
### Template update policies (enterprise)
61+
### Template update policies (enterprise) (premium)
6262

6363
Enterprise template admins may want workspaces to always remain on the latest
6464
version of their parent template. To do so, enable **Template Update Policies**

docs/admin/templates/managing-templates/schedule.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@ allow users to define their own autostart and autostop schedules. Admins can
2626
restrict the days of the week a workspace should automatically start to help
2727
manage infrastructure costs.
2828

29-
## Failure cleanup (enterprise)
29+
## Failure cleanup (enterprise) (premium)
3030

3131
Failure cleanup defines how long a workspace is permitted to remain in the
3232
failed state prior to being automatically stopped. Failure cleanup is an
3333
enterprise-only feature.
3434

35-
## Dormancy threshold (enterprise)
35+
## Dormancy threshold (enterprise) (premium)
3636

3737
Dormancy Threshold defines how long Coder allows a workspace to remain inactive
3838
before being moved into a dormant state. A workspace's inactivity is determined
@@ -42,7 +42,7 @@ the user before being accessible. Coder stops workspaces during their transition
4242
to the dormant state if they are detected to be running. Dormancy Threshold is
4343
an enterprise-only feature.
4444

45-
## Dormancy auto-deletion (enterprise)
45+
## Dormancy auto-deletion (enterprise) (premium)
4646

4747
Dormancy Auto-Deletion allows a template admin to dictate how long a workspace
4848
is permitted to remain dormant before it is automatically deleted. Dormancy

docs/manifest.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@
276276
{
277277
"title": "Organizations",
278278
"path": "./admin/users/organizations.md",
279-
"state": ["premium"]
279+
"state": ["premium", "beta"]
280280
},
281281
{
282282
"title": "Quotas",
@@ -534,6 +534,7 @@
534534
"title": "Notifications",
535535
"description": "Configure notifications for your deployment",
536536
"path": "./admin/monitoring/notifications/index.md",
537+
"state": ["beta"],
537538
"children": [
538539
{
539540
"title": "Slack Notifications",

0 commit comments

Comments
 (0)