Skip to content

Commit 204a54b

Browse files
authored
Merge Guides and Tutorials sections (#431)
always felt weird to me tbh, and the existing entries also seem sorted incorrectly idk. this is primarily to make inlining it into tauri-docs nicer tbh. i also added a yt label 🤷
1 parent a8a6e60 commit 204a54b

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

+5-8
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ A curated collection of the best stuff from the Tauri ecosystem and community.
1414
## Table of Contents
1515

1616
- [Getting Started](#getting-started)
17-
- [Guides](#guides)
18-
- [Tutorials](#tutorials)
17+
- [Guides & Tutorials](#guides--tutorials)
1918
- [Templates](#templates)
2019
- [Development](#development)
2120
- [Plugins](#plugins)
@@ -43,18 +42,15 @@ A curated collection of the best stuff from the Tauri ecosystem and community.
4342

4443
## Getting Started
4544

46-
### Guides
45+
### Guides & Tutorials
4746

4847
- [Introduction](https://v2.tauri.app/start/) ![officially maintained] - Official introduction to Tauri.
4948
- [Getting Started](https://v2.tauri.app/start/prerequisites/) ![officially maintained] - Official getting started with Tauri docs.
5049
- [create-tauri-app](https://github.com/tauri-apps/create-tauri-app) ![officially maintained] - Rapidly scaffold your Tauri app.
5150
- [Auto-Updates with Tauri v2](https://docs.crabnebula.dev/guides/auto-updates-tauri) - Setup auto-updates with Tauri and CrabNebula Cloud.
52-
53-
### Tutorials
54-
55-
- [Create Tauri App with React](https://www.youtube.com/watch?v=zawhqLA7N9Y&ab_channel=chrisbiscardi) - Chris Biscardi shows how easy it is to wire up a Rust crate with a JS module and communicate between them.
51+
- [Create Tauri App with React](https://www.youtube.com/watch?v=zawhqLA7N9Y&ab_channel=chrisbiscardi) ![youtube] - Chris Biscardi shows how easy it is to wire up a Rust crate with a JS module and communicate between them.
5652
- [Publish to Apple's App Store](https://thinkgo.io/post/2023/02/publish_tauri_to_apples_app_store/) - Details all the steps needed to publish your Mac app to the app store. Includes a sample bash script.
57-
- [Tauri & ReactJS - Creating Modern Desktop Apps](https://youtube.com/playlist?list=PLmWYh0f8jKSjt9VC5sq2T3mFETasG2p2L) - Creating a modern desktop application with Tauri.
53+
- [Tauri & ReactJS - Creating Modern Desktop Apps](https://youtube.com/playlist?list=PLmWYh0f8jKSjt9VC5sq2T3mFETasG2p2L) ![youtube] - Creating a modern desktop application with Tauri.
5854

5955
### Templates
6056

@@ -432,3 +428,4 @@ A curated collection of the best stuff from the Tauri ecosystem and community.
432428
[officially maintained]: https://img.shields.io/badge/official-FFC131?&logo=tauri&logoColor=black
433429
[closed source]: https://img.shields.io/badge/closed%20source-FFC131?&logoColor=black
434430
[paid]: https://img.shields.io/badge/paid-FFC131?&logoColor=black
431+
[youtube]: https://img.shields.io/badge/YouTube-FF0000

0 commit comments

Comments
 (0)