Skip to content

Commit

Permalink
Properly render ACL in documentation
Browse files Browse the repository at this point in the history
The ACL example in the documentation specifies the highlighting as JSON, but it has comments which causes GitHub to render them as errors. Comments are allowed in the JSON5 extension, however, to which this patch switches.
  • Loading branch information
lkiesow authored Jun 25, 2024
1 parent 4a34cfc commit 2604234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/acls.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ To use ACLs in headscale, you must edit your config.yaml file. In there you will

Here are the ACL's to implement the same permissions as above:

```json
```json5
{
// groups are collections of users having a common scope. A user can be in multiple groups
// groups cannot be composed of groups
Expand Down

0 comments on commit 2604234

Please sign in to comment.