Răsfoiți Sursa

chore(docs): Applied change from tauri-docs

Laegel 4 ani în urmă
părinte
comite
94a5848afb
1 a modificat fișierele cu 9 adăugiri și 1 ștergeri
  1. 9 1
      docs/getting-started/intro.md

+ 9 - 1
docs/getting-started/intro.md

@@ -4,7 +4,15 @@ title: Introduction
 
 import OSList from '@theme/OSList'
 
-Welcome to Tauri! This guide will help you create your first Tauri app. It should only take about 10 minutes, although it could take longer if you have a slower internet connection.
+Welcome to Tauri!
+
+Tauri is a polyglot and generic system that is very composable and allows engineers to make a wide variety of applications. It is used for building applications for Desktop Computers using a combination of [Rust](https://www.rust-lang.org/) tools and HTML rendered in a Webview. Apps built with Tauri can ship with any number of pieces of an optional JS API / Rust API so that webviews can control the system via message passing.
+
+**Developers can even extend the default API** with their own functionality and bridge the Webview and Rust-based backend easily!
+
+The Architecture is more fully described in [Architecture](https://github.com/tauri-apps/tauri/blob/dev/ARCHITECTURE.md).
+
+This guide will help you create your first Tauri app. It should only take about 10 minutes, although it could take longer if you have a slower internet connection.
 
 If you find an error or something unclear, or would like to propose an improvement, you have several options: