feat(tauri-plugin): generate permissions reference markdown file for plugin (#8729)

* feat(acl): generate reference markdown file

* lint

* generate plugin docs instead
This commit is contained in:
Lucas Fernandes Nogueira
2024-02-01 17:14:23 -03:00
committed by GitHub
parent 7315189e76
commit 3e5c28ff4f
4 changed files with 81 additions and 1 deletions

View File

@@ -0,0 +1,18 @@
# Permissions
## allow-ping
Enables the ping command without any pre-configured scope.
## deny-ping
Denies the ping command without any pre-configured scope.
## global-scope
Sets a global scope.
## allow-ping-scoped
Enables the ping command with a test scope.