From 7e87f207e76709a160fcd1fbbfa0ce9e3b218386 Mon Sep 17 00:00:00 2001 From: Tom Aarsen <37621491+tomaarsen@users.noreply.github.com> Date: Sun, 5 Feb 2023 10:14:37 +0100 Subject: [PATCH] Docs: Remove cut-off sentence in docs codeblock (#2287) # Description Remove the cutoff sentence in the first codeblock in this link: https://docs.argilla.io/en/latest/getting_started/installation/configurations/user_management.html#add-new-users-and-workspaces Alternatively, we can try to go for the original intention of the sentence, which was probably something along the lines of: > (including private/default ones) However, I'm not sure whether that is indeed the case (anymore). **Type of change** - [x] Documentation update **How Has This Been Tested** N/A **Checklist** - [X] I have merged the original branch into my forked branch --- docs/_source/getting_started/installation/user_management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_source/getting_started/installation/user_management.md b/docs/_source/getting_started/installation/user_management.md index a0b0eaed90..82098cf9d7 100644 --- a/docs/_source/getting_started/installation/user_management.md +++ b/docs/_source/getting_started/installation/user_management.md @@ -110,7 +110,7 @@ To configure your Argilla instance for various users, you just need to create a workspaces: ['client_projects'] # access to her user workspace and the client_projects workspace - username: user3 hashed_password: # See the previous section above - api_key: "ThisIsTheUser2APIKEY" # this user can access all workspaces (including + api_key: "ThisIsTheUser2APIKEY" # this user can access all workspaces - ... ```