Skip to content

Commit e289578

Browse files
authored
docs: remove beta and closed issues from orgs doc (#16361)
## hold for release track #16411 closes coder/internal#291 [preview](https://coder.com/docs/@291-orgs-ga/admin/users/organizations) --------- Co-authored-by: EdwardAngert <17991901+EdwardAngert@users.noreply.github.com>
1 parent 4eea5c4 commit e289578

File tree

3 files changed

+2
-12
lines changed

3 files changed

+2
-12
lines changed

docs/admin/users/organizations.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,12 +119,6 @@ their organization. Users can be in multiple organizations.
119119

120120
![Workspace List](../../images/admin/users/organizations/workspace-list.png)
121121

122-
## Beta
123-
124-
Organizations is in beta. If you encounter any issues, please
125-
[file an issue](https://github.com/coder/internal/issues/new?title=request%28orgs%29%3A+request+title+here&labels=["customer-feedback"]&body=please+enter+your+issue+or+request+here)
126-
or contact your account team.
127-
128122
## Next steps
129123

130124
- [Organizations - best practices](../../tutorials/best-practices/organizations.md)

docs/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@
291291
{
292292
"title": "Organizations",
293293
"path": "./admin/users/organizations.md",
294-
"state": ["premium", "beta"]
294+
"state": ["premium"]
295295
},
296296
{
297297
"title": "Quotas",

docs/tutorials/best-practices/organizations.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Organizations - best practices
22

3-
December 9, 2024
4-
53
---
64

75
Coder [Organizations](../../admin/users/organizations.md) allow administrators
@@ -80,10 +78,8 @@ cannot access. Instead, the control plane sends simple "provisioner jobs" to the
8078
provisioner and the provisioner is responsible for executing the Terraform.
8179

8280
There are planned improvements to the troubleshooting provisioners process.
83-
Follow these GitHub issues for more details:
81+
Follow this GitHub issue for more details:
8482

85-
- [coder/coder#15048](https://github.com/coder/coder/issues/15048)
86-
- [coder/coder#15087](https://github.com/coder/coder/issues/15087)
8783
- [coder/coder#15192](https://github.com/coder/coder/issues/15192)
8884

8985
## Identity Provider (SSO) Sync

0 commit comments

Comments
 (0)