|
174 | 174 | "icon_path": "./images/icons/wrench.svg",
|
175 | 175 | "path": "./admin/index.md",
|
176 | 176 | "children": [
|
| 177 | + { |
| 178 | + "title": "Authentication", |
| 179 | + "description": "Learn how to set up authentication using GitHub or OpenID Connect.", |
| 180 | + "icon_path": "./images/icons/key.svg", |
| 181 | + "path": "./admin/auth.md" |
| 182 | + }, |
177 | 183 | {
|
178 | 184 | "title": "Users",
|
179 | 185 | "description": "Learn about user roles available in Coder and how to create and manage users",
|
180 | 186 | "icon_path": "./images/icons/users.svg",
|
181 | 187 | "path": "./admin/users.md"
|
182 | 188 | },
|
183 | 189 | {
|
184 |
| - "title": "Authentication", |
185 |
| - "description": "Learn how to set up authentication using GitHub or OpenID Connect.", |
186 |
| - "icon_path": "./images/icons/key.svg", |
187 |
| - "path": "./admin/auth.md" |
| 190 | + "title": "Groups", |
| 191 | + "description": "Learn how to manage user groups", |
| 192 | + "icon_path": "./images/icons/group.svg", |
| 193 | + "path": "./admin/groups.md", |
| 194 | + "state": "enterprise" |
| 195 | + }, |
| 196 | + { |
| 197 | + "title": "RBAC", |
| 198 | + "description": "Learn how to use the role based access control", |
| 199 | + "icon_path": "./images/icons/rbac.svg", |
| 200 | + "path": "./admin/rbac.md", |
| 201 | + "state": "enterprise" |
188 | 202 | },
|
189 | 203 | {
|
190 | 204 | "title": "Configuration",
|
|
0 commit comments