Skip to content

Commit 8c66d34

Browse files
committed
fixup
1 parent 7a2a3e6 commit 8c66d34

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed

docs/guides/using-organizations.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Using Organizations (Alpha)
1+
# Using Organizations
22

33
> Note: Organizations is still under active development and requires a
44
> non-standard enterprise license to use. Do not use organizations on your
@@ -63,7 +63,7 @@ From there, you can manage the name, icon, description, users, and groups:
6363
Within the sidebar, click `New organization` to create an organization. In this
6464
example, we'll create the `data-platform` org.
6565

66-
![](../images/guides/using-organizations/new-organization.png)
66+
![New Organization](../images/guides/using-organizations/new-organization.png)
6767

6868
From there, let's deploy a provisioner and template for this organization.
6969

@@ -114,17 +114,18 @@ their organization. Users can be in multiple organizations.
114114
Navigate to `Deployment->Organizations` to add members to your organization.
115115
Once added, they will be able to see the organization-specific templates.
116116

117-
![](../images/guides/using-organizations/organization-members.png)
117+
![Add members](../images/guides/using-organizations/organization-members.png)
118118

119119
## Planned work
120120

121-
Organizations is under active development. The following features are planned
122-
before organizations are generally available:
121+
Organizations is under active development. The work is planned before
122+
organizations is generally available:
123123

124-
- [ ] Per-Organization Quotas
125-
- [ ] Sync OIDC claims to auto-assign users to organizations / roles + SCIM
126-
support
127-
- [ ] View provisioner health via the Coder UI
124+
- View provisioner health via the Coder UI
125+
- Custom Role support in Coder UI
126+
- Per-organization quotas
127+
- Improved visibility of organization-specific resources throughout the UI
128+
- Sync OIDC claims to auto-assign users to organizations / roles + SCIM support
128129

129130
## Support & Feedback
130131

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1126,7 +1126,7 @@
11261126
"title": "Using Organizations",
11271127
"description": "Learn how to onboard multiple platform teams with Organizations",
11281128
"path": "./guides/using-organizations.md",
1129-
"state": "alpha"
1129+
"state": "enterprise"
11301130
},
11311131
{
11321132
"title": "Generate a Support Bundle",

0 commit comments

Comments
 (0)