Skip to content

Commit de94971

Browse files
committed
Update manifest
1 parent ebbbf30 commit de94971

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

docs/manifest.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
{
2-
"versions": [
3-
"main",
4-
"v0.8.1",
5-
"v0.7.12"
6-
],
2+
"versions": ["main", "v0.8.1", "v0.7.12"],
73
"routes": [
84
{
95
"title": "About",
@@ -180,6 +176,18 @@
180176
"icon_path": "./images/icons/users.svg",
181177
"path": "./admin/users.md"
182178
},
179+
{
180+
"title": "Groups",
181+
"description": "Learn how to manage user groups",
182+
"icon_path": "./images/icons/group.svg",
183+
"path": "./admin/groups.md"
184+
},
185+
{
186+
"title": "RBAC",
187+
"description": "Learn how to use the role based access control",
188+
"icon_path": "./images/icons/key.svg",
189+
"path": "./admin/rbac.md"
190+
},
183191
{
184192
"title": "Authentication",
185193
"description": "Learn how to set up authentication using GitHub or OpenID Connect.",

0 commit comments

Comments
 (0)