Skip to content

Commit 18d83e7

Browse files
fix(mermaid): TD intro graph (tauri-apps#37)
1 parent c8872c7 commit 18d83e7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

website/docs/getting-started/intro.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ If you find an error or something unclear, or would like to propose an improveme
1313
2. Visit our [Discord server](https://discord.gg/SpmNs4S) and raise your concern.<br />
1414
3. Request to join the education working group on Discord to gain access to its discussion channel.
1515

16-
<Introduction />
16+
## How Tauri Works
1717

18-
## How It Works
18+
<Introduction />
1919

20+
### Flow
2021
1. Create your web app with your frontend framework of choice and bundle it into HTML/CSS/JS.
2122
2. The Tauri.js CLI takes it and rigs the underlying native code according to your configuration.
2223
3. In dev mode it creates a webview window with debugging and hot-module-reloading.

website/src/theme/Introduction.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react'
33

44
export default () => {
55
const chart = `
6-
graph LR
6+
graph TD
77
U-->JS
88
JS-->B
99
B-->BUILD

0 commit comments

Comments
 (0)