Skip to content

docs: remove beta and closed issues from orgs doc #16361

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Feb 5, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions docs/admin/users/organizations.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,12 +119,6 @@ their organization. Users can be in multiple organizations.

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

## Beta

Organizations is in beta. If you encounter any issues, please
[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)
or contact your account team.

## Next steps

- [Organizations - best practices](../../tutorials/best-practices/organizations.md)
Binary file modified docs/images/admin/users/organizations/template-org-picker.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/admin/users/organizations/workspace-list.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@
{
"title": "Organizations",
"path": "./admin/users/organizations.md",
"state": ["premium", "beta"]
"state": ["premium"]
},
{
"title": "Quotas",
Expand Down
6 changes: 1 addition & 5 deletions docs/tutorials/best-practices/organizations.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Organizations - best practices

December 9, 2024

---

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

There are planned improvements to the troubleshooting provisioners process.
Follow these GitHub issues for more details:
Follow this GitHub issue for more details:

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

## Identity Provider (SSO) Sync
Expand Down