diff --git a/src/content/docs/plugin/global-shortcut.mdx b/src/content/docs/plugin/global-shortcut.mdx index 937b971cd0..dc503e3341 100644 --- a/src/content/docs/plugin/global-shortcut.mdx +++ b/src/content/docs/plugin/global-shortcut.mdx @@ -139,8 +139,6 @@ By default all potentially dangerous plugin commands and scopes are blocked and See the [Capabilities Overview](/security/capabilities/) for more information and the [step by step guide](/learn/security/using-plugin-permissions/) to use plugin permissions. -See the [Capabilities Overview](/security/capabilities/) for more information. - ```json title="src-tauri/capabilities/main.json" ins={7-9} { "$schema": "../gen/schemas/desktop-schema.json", diff --git a/src/content/docs/plugin/logging.mdx b/src/content/docs/plugin/logging.mdx index e70b04e25d..cc7050c6aa 100644 --- a/src/content/docs/plugin/logging.mdx +++ b/src/content/docs/plugin/logging.mdx @@ -133,7 +133,7 @@ Install the log plugin to get started. By default, all plugin commands are blocked and cannot be accessed. You must define a list of permissions in your `capabilities` configuration. -See the [Capabilities Overview](/security/capabilities/) for more information. +See the [Capabilities Overview](/security/capabilities/) for more information and the [step by step guide](/learn/security/using-plugin-permissions/) to use plugin permissions. ```json title="src-tauri/capabilities/main.json" ins={6} { diff --git a/src/content/docs/plugin/shell.mdx b/src/content/docs/plugin/shell.mdx index a5f64d3c99..583e594cdf 100644 --- a/src/content/docs/plugin/shell.mdx +++ b/src/content/docs/plugin/shell.mdx @@ -128,8 +128,6 @@ By default all potentially dangerous plugin commands and scopes are blocked and See the [Capabilities Overview](/security/capabilities/) for more information and the [step by step guide](/learn/security/using-plugin-permissions/) to use plugin permissions. -See the [Capabilities Overview](/security/capabilities/) for more information. - ```json title="src-tauri/capabilities/main.json" ins={6-23} { "$schema": "../gen/schemas/desktop-schema.json", diff --git a/src/content/docs/plugin/store.mdx b/src/content/docs/plugin/store.mdx index 524adaf139..e1c240e3e4 100644 --- a/src/content/docs/plugin/store.mdx +++ b/src/content/docs/plugin/store.mdx @@ -145,7 +145,7 @@ pub fn run() { By default, all plugin commands are blocked and cannot be accessed. You must define a list of permissions in your `capabilities` configuration. -See the [Capabilities Overview](/security/capabilities/) for more information. +See the [Capabilities Overview](/security/capabilities/) for more information and the [step by step guide](/learn/security/using-plugin-permissions/) to use plugin permissions. ```json title="src-tauri/capabilities/main.json" ins={6-11} { diff --git a/src/content/docs/plugin/stronghold.mdx b/src/content/docs/plugin/stronghold.mdx index 5c12644075..9cdad644cb 100644 --- a/src/content/docs/plugin/stronghold.mdx +++ b/src/content/docs/plugin/stronghold.mdx @@ -203,8 +203,6 @@ By default all potentially dangerous plugin commands and scopes are blocked and See the [Capabilities Overview](/security/capabilities/) for more information and the [step by step guide](/learn/security/using-plugin-permissions/) to use plugin permissions. -See the [Capabilities Overview](/security/capabilities/) for more information. - ```json title="src-tauri/capabilities/main.json" ins={8-14} { "$schema": "../gen/schemas/desktop-schema.json", diff --git a/src/content/docs/plugin/websocket.mdx b/src/content/docs/plugin/websocket.mdx index 00d8e506cb..0fbd98ceeb 100644 --- a/src/content/docs/plugin/websocket.mdx +++ b/src/content/docs/plugin/websocket.mdx @@ -106,8 +106,6 @@ By default all potentially dangerous plugin commands and scopes are blocked and See the [Capabilities Overview](/security/capabilities/) for more information and the [step by step guide](/learn/security/using-plugin-permissions/) to use plugin permissions. -See the [Capabilities Overview](/security/capabilities/) for more information. - ```json title="src-tauri/capabilities/main.json" ins={6} { "$schema": "../gen/schemas/desktop-schema.json", diff --git a/src/content/docs/plugin/window-customization.mdx b/src/content/docs/plugin/window-customization.mdx index 653b97a6fa..3f51b193f4 100644 --- a/src/content/docs/plugin/window-customization.mdx +++ b/src/content/docs/plugin/window-customization.mdx @@ -56,7 +56,7 @@ Add window permissions in capability file. By default, all plugin commands are blocked and cannot be accessed. You must define a list of permissions in your `capabilities` configuration. -See the [Capabilities Overview](/security/capabilities/) for more information. +See the [Capabilities Overview](/security/capabilities/) for more information and the [step by step guide](/learn/security/using-plugin-permissions/) to use plugin permissions. ```json title="src-tauri/capabilities/main.json" ins={7-8} {