Skip to content

Commit 1595a72

Browse files
committed
Update RBAC documentation state in manifest
- Changed the `state` of the RBAC documentation entry in `manifest.json` to an array allowing for multiple states. - Added "beta" as an additional state alongside "enterprise" to highlight that this feature is also in beta testing.
1 parent 4c8a165 commit 1595a72

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/manifest.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,10 @@
410410
"description": "Learn how to use the role based access control against templates",
411411
"path": "./admin/rbac.md",
412412
"icon_path": "./images/icons/rbac.svg",
413-
"state": "enterprise"
413+
"state": [
414+
"enterprise",
415+
"beta"
416+
]
414417
},
415418
{
416419
"title": "Configuration",

0 commit comments

Comments
 (0)