Skip to content

Commit

Permalink
remove unexisting permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
vasfvitor committed Jul 23, 2024
1 parent db7e45f commit 3643c0a
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
3 changes: 0 additions & 3 deletions src/content/docs/plugin/localhost.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -77,5 +76,3 @@ fn run() {
.expect("error while running tauri application");
}
```

<Permissions plugin="localhost" />
3 changes: 0 additions & 3 deletions src/content/docs/plugin/persisted-scope.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -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.

<Permissions plugin="persisted-scope" />
3 changes: 0 additions & 3 deletions src/content/docs/plugin/single-instance.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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';

Expand Down Expand Up @@ -121,5 +120,3 @@ fn show_window(app: &AppHandle) {
.expect("Can't Bring Window to Focus");
}
```

<Permissions plugin="single-instance" />

0 comments on commit 3643c0a

Please sign in to comment.