We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79a2f85 commit d9498e2Copy full SHA for d9498e2
docs/manifest.json
@@ -1,9 +1,5 @@
1
{
2
- "versions": [
3
- "main",
4
- "v0.8.1",
5
- "v0.7.12"
6
- ],
+ "versions": ["main", "v0.8.1", "v0.7.12"],
7
"routes": [
8
9
"title": "About",
@@ -180,6 +176,18 @@
180
176
"icon_path": "./images/icons/users.svg",
181
177
"path": "./admin/users.md"
182
178
},
179
+ {
+ "title": "Groups",
+ "description": "Learn how to manage user groups",
+ "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
191
192
"title": "Authentication",
193
"description": "Learn how to set up authentication using GitHub or OpenID Connect.",
0 commit comments