Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/content/docs/develop/Debug/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ title: Debug
sidebar:
label: Overview
order: 10
i18nReady: true
---

import CommandTabs from '@components/CommandTabs.astro';
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/Debug/rustrover.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Debug in JetBrains IDEs
i18nReady: true
---

{/* TODO: Add support to light/dark mode images */}
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/Debug/vscode.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Debug in VS Code
i18nReady: true
---

This guide will walk you through setting up VS Code for debugging the [Core Process of your Tauri app](/concept/process-model/#the-core-process).
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/Tests/mocking.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Mock Tauri APIs
sidebar:
order: 10
i18nReady: true
---

When writing your frontend tests, having a "fake" Tauri environment to simulate windows or intercept IPC calls is common, so-called _mocking_.
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/sidecar.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Embedding External Binaries
sidebar:
order: 1
i18nReady: true
---

You may need to embed external binaries to add additional functionality to your application or prevent users from installing additional dependencies (e.g., Node.js or Python). We call this binary a `sidecar`.
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/develop/updating-dependencies.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Updating Dependencies
sidebar:
order: 1
i18nReady: true
---

{/* TODO: Add plugin update example */}
Expand Down