Skip to content

Commit

Permalink
remove broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
mindspank committed Jul 15, 2024
1 parent e348ea3 commit 26b6e99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/blog/0.47.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Sometimes you want to provide a fast and filtered access to a dashboard, perhaps

## User Groups
We have introduced the concept of user groups that allows you to assign users to groups.
User groups are ideal for when you want to manage access to dashboards or row level data access and don't want role based access. You can now write security rules such as `access: {{ has "finance" .user.groups }}` to easily manage access to resources in Rill. Use the CLI to add new groups and assign users to them, [read more here](/reference/cli/usergroup/usergroup), with a Rill Cloud UI based management coming soon!
User groups are ideal for when you want to manage access to dashboards or row level data access and don't want role based access. You can now write security rules such as `access: {{ has "finance" .user.groups }}` to easily manage access to resources in Rill. Use the CLI to add new groups and assign users to them with a Rill Cloud UI based management coming soon!

## Host static files
By default we now serve any files placed inside of a `public` folder in the root of your project and you can configure additional folders via `public_paths` in [rill.yaml](/reference/project-files/rill-yaml). This will allow you host for example images, geojson or shapefiles that can used in new and exciting features coming soon, stay tuned!
Expand Down

0 comments on commit 26b6e99

Please sign in to comment.