mirror of
https://github.com/coder/coder.git
synced 2026-09-22 05:05:20 +08:00
fix(docs): indicate that custom roles are premium only (#16434)
our docs incorrectly stated that custom roles were included in the now-deprecated Enterprise plan. this is PR implements the fix.
This commit is contained in:
@@ -35,7 +35,7 @@ may use personal workspaces.
|
||||
|
||||
<blockquote class="info">
|
||||
|
||||
Custom roles are an Enterprise and Premium feature.
|
||||
Custom roles are a Premium feature.
|
||||
[Learn more](https://coder.com/pricing#compare-plans).
|
||||
|
||||
</blockquote>
|
||||
@@ -44,9 +44,6 @@ Starting in v2.16.0, Premium Coder deployments can configure custom roles on the
|
||||
[Organization](./organizations.md) level. You can create and assign custom roles
|
||||
in the dashboard under **Organizations** -> **My Organization** -> **Roles**.
|
||||
|
||||
> Note: This requires a Premium license.
|
||||
> [Contact your account team](https://coder.com/contact) for more details.
|
||||
|
||||

|
||||
|
||||
### Example roles
|
||||
|
||||
Reference in New Issue
Block a user