website/docs: RBAC docs (#7191)
* draft rbac docs * tweaks * add a permissions topic * tweaks * more changes * draft permissions topic * more content on roles * links * typo * more conceptual info * Optimised images with calibre/image-actions * more content on roles * add more x-ref links * fix links * more content * links * typos * polishing * Update website/docs/user-group-role/access-control/permissions.md Co-authored-by: Jens L. <jens@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * separwate conceptual vs procedural in permissions * finished groups procedurals * new page * added link * Update website/docs/user-group-role/access-control/permissions.md Co-authored-by: Jens L. <jens@goauthentik.io> Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> * polish * edits from PR review * restructured view section to remove repetition * rest of edits from PR review * polished flows and stages * polish * typo --------- Signed-off-by: Tana M Berry <tanamarieberry@yahoo.com> Co-authored-by: Tana Berry <tana@goauthentik.io> Co-authored-by: authentik-automation[bot] <135050075+authentik-automation[bot]@users.noreply.github.com> Co-authored-by: Jens L. <jens@goauthentik.io>
This commit is contained in:
@ -13,7 +13,7 @@ const docsSidebar = {
|
||||
{
|
||||
type: "category",
|
||||
label: "Installation",
|
||||
collapsed: false,
|
||||
collapsed: true,
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "installation/index",
|
||||
@ -259,22 +259,51 @@ const docsSidebar = {
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Users & Groups",
|
||||
label: "Users, Groups, & Roles",
|
||||
items: [
|
||||
{
|
||||
type: "category",
|
||||
label: "Users",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "user-group/user/index",
|
||||
id: "user-group-role/user/index",
|
||||
},
|
||||
items: [
|
||||
"user-group/user/user_basic_operations",
|
||||
"user-group/user/user_ref",
|
||||
"user-group/user/invitations",
|
||||
"user-group-role/user/user_basic_operations",
|
||||
"user-group-role/user/user_ref",
|
||||
"user-group-role/user/invitations",
|
||||
],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Groups",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "user-group-role/groups/index",
|
||||
},
|
||||
items: ["user-group-role/groups/manage_groups"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Roles",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "user-group-role/roles/index",
|
||||
},
|
||||
items: ["user-group-role/roles/manage_roles"],
|
||||
},
|
||||
{
|
||||
type: "category",
|
||||
label: "Access control",
|
||||
link: {
|
||||
type: "doc",
|
||||
id: "user-group-role/access-control/index",
|
||||
},
|
||||
items: [
|
||||
"user-group-role/access-control/permissions",
|
||||
"user-group-role/access-control/manage_permissions",
|
||||
],
|
||||
},
|
||||
"user-group/group",
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user