mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-01 10:01:07 +02:00
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:
committed by
GitHub
parent
7315189e76
commit
3e5c28ff4f
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user