Skip to content

Commit 3cfc852

Browse files
Mention examples in tauri repos (#3429)
1 parent 2b3bd55 commit 3cfc852

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/content/docs/start/index.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ import Cta from '../_fragments/cta.mdx';
1515

1616
After you've created your first app you can explore the different features and recipes of Tauri in the [List of Features & Recipes](/plugin/).
1717

18+
Or explore the project setups and features from the examples ([tauri](https://github.com/tauri-apps/tauri/tree/dev/examples) | [plugins-workspace](https://github.com/tauri-apps/plugins-workspace/tree/v2/examples/api))
19+
1820
## Why Tauri?
1921

2022
Tauri has 3 main advantages for developers to build upon:

src/content/docs/start/prerequisites.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ Only if you intend to use a JavaScript frontend framework
285285
:::
286286

287287
1. Go to the [Node.js website](https://nodejs.org), download the Long Term Support (LTS) version and install it.
288-
289288
2. Check if Node was successfully installed by running:
290289

291290
```sh

0 commit comments

Comments
 (0)