From d04bebc85218f3706a5ffc304bc438a96dd7ed12 Mon Sep 17 00:00:00 2001 From: Rico Date: Thu, 19 Oct 2023 12:10:28 +0200 Subject: [PATCH] chore: Small tweaks on ACL page (#43) Added ACL to the title and metadata for easier finding? Fix a typo on the ACL --- docs/guides/cloud-data/access-control.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/guides/cloud-data/access-control.md b/docs/guides/cloud-data/access-control.md index 1ac2710..7b0d1e1 100644 --- a/docs/guides/cloud-data/access-control.md +++ b/docs/guides/cloud-data/access-control.md @@ -1,8 +1,8 @@ --- -title: Access Control +title: Access Control / ACL hide_title: true --- -# Access Control +# Access Control / ACL ## What you will learn in this guide @@ -154,7 +154,7 @@ But you will also need to provide the **User Id** of the receiver (the sender wi ## Roles -This is great, but sometimes you want to have a record accessible by many users and if these users change over time it's a hazzle to update all records accordingly. This is where roles come in. A role is in it's essence simply a list of users (this is esstablished via a relation property called **users** on the role). You can add and remove users from the role using the **Add Record Relation** and **Remove Record Relation** nodes. You can add a role via the cloud services dashboard. +This is great, but sometimes you want to have a record accessible by many users and if these users change over time it's a hassle to update all records accordingly. This is where roles come in. A role is in it's essence simply a list of users (this is esstablished via a relation property called **users** on the role). You can add and remove users from the role using the **Add Record Relation** and **Remove Record Relation** nodes. You can add a role via the cloud services dashboard.