diff --git a/src/content/docs/plugin/localhost.mdx b/src/content/docs/plugin/localhost.mdx index 571dcbaaf2..100077e78b 100644 --- a/src/content/docs/plugin/localhost.mdx +++ b/src/content/docs/plugin/localhost.mdx @@ -8,7 +8,6 @@ sidebar: --- import PluginLinks from '@components/PluginLinks.astro'; -import Permissions from '@components/Permissions.astro'; import { Tabs, TabItem, Steps } from '@astrojs/starlight/components'; import CommandTabs from '@components/CommandTabs.astro'; @@ -77,5 +76,3 @@ fn run() { .expect("error while running tauri application"); } ``` - - diff --git a/src/content/docs/plugin/persisted-scope.mdx b/src/content/docs/plugin/persisted-scope.mdx index 6ebd4b5e85..979dac21a4 100644 --- a/src/content/docs/plugin/persisted-scope.mdx +++ b/src/content/docs/plugin/persisted-scope.mdx @@ -8,7 +8,6 @@ sidebar: --- import PluginLinks from '@components/PluginLinks.astro'; -import Permissions from '@components/Permissions.astro'; import { Tabs, TabItem, Steps } from '@astrojs/starlight/components'; import CommandTabs from '@components/CommandTabs.astro'; @@ -58,5 +57,3 @@ Currently manual install is required for setting up persisted-scope plugin. ## Usage After setup the plugin will automatically save and restore filesystem and asset scopes. - - diff --git a/src/content/docs/plugin/single-instance.mdx b/src/content/docs/plugin/single-instance.mdx index 4b248cd807..2ca9cd390b 100644 --- a/src/content/docs/plugin/single-instance.mdx +++ b/src/content/docs/plugin/single-instance.mdx @@ -8,7 +8,6 @@ sidebar: --- import PluginLinks from '@components/PluginLinks.astro'; -import Permissions from '@components/Permissions.astro'; import { Tabs, TabItem, Steps } from '@astrojs/starlight/components'; import CommandTabs from '@components/CommandTabs.astro'; @@ -121,5 +120,3 @@ fn show_window(app: &AppHandle) { .expect("Can't Bring Window to Focus"); } ``` - -