Skip to content

Commit 80fb259

Browse files
tweidingerchippers
andauthored
Docs Cleanup and Release Prep (#2757)
Co-authored-by: Chip Reed <[email protected]>
1 parent 22855bd commit 80fb259

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+131
-1164
lines changed

src/content/docs/concept/Inter-Process Communication/brownfield.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
title: Brownfield Pattern
3-
sidebar:
4-
badge:
5-
text: WIP
6-
variant: caution
73
---
84

95
_**This is the default pattern.**_

src/content/docs/concept/Inter-Process Communication/index.mdx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ title: Inter-Process Communication
33
sidebar:
44
label: Overview
55
order: 1
6-
badge:
7-
text: WIP
8-
variant: caution
96
---
107

118
import { CardGrid, LinkCard } from '@astrojs/starlight/components';

src/content/docs/concept/Inter-Process Communication/isolation.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
title: Isolation Pattern
3-
sidebar:
4-
badge:
5-
text: WIP
6-
variant: caution
73
---
84

95
The Isolation pattern is a way to intercept and modify Tauri API messages sent by the frontend before they get to Tauri Core, all with JavaScript. The secure JavaScript code that is injected by the Isolation pattern is referred to as the Isolation application.

src/content/docs/concept/_recipes/about-recipes.md

Lines changed: 0 additions & 12 deletions
This file was deleted.

src/content/docs/concept/_recipes/bridge.mdx

Lines changed: 0 additions & 189 deletions
This file was deleted.

src/content/docs/concept/_recipes/cloudbridge.mdx

Lines changed: 0 additions & 110 deletions
This file was deleted.

0 commit comments

Comments
 (0)