Files
tauri/docs/development/intro.md
Lorenzo Lewis b928a6edaf tauri-studio JS doc generation (#3249)
* Add `generate-docs` command to JS tooling

* Stop generating Rust docs, update JS docs generation

* Change target folder for js copy

* Add recursive to copy

* Add in ARCHITECTURE.md copy

* Add in guides copy

* Change architecture output dir, fix guides destination

* Revert back to GitHub.workspace path

* Change cp to rsync to be able to exclude

* Fix source path

* Change to render title better

* Revert "Change to render title better"

This reverts commit 72b78f3901.

* Fix broken links
2022-01-20 22:32:57 +01:00

901 B

title
title
Introduction

This part of the documentation is dedicated to learning how to use Tauri.

Tauri provides a CLI, a Rust API, and a JavaScript API that you can use in your project. Because raw docs can be quite scary to newcomers (especially people who have never played with Rust before), we've created this "learn by example" section.

Here you will find guides and techniques to start a new project or add to your own project in order to fulfill your goals.

Tauri Development Workflow