This commit is contained in:
Kasper
2022-01-07 19:09:25 +01:00
committed by GitHub
parent b7a2345b06
commit 983cecb795
6 changed files with 10 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ import Command from '@theme/Command'
import Link from '@docusaurus/Link'
<Alert title="Please note" type="warning" icon="alert">
You must have completed all the steps required for setting up the development environment on your machine. If you haven't done this yet, please see the <a href="/docs/getting-started/intro#setting-up-your-environment"> setup page for your operating system</a>.
You must have completed all the steps required for setting up the development environment on your machine. If you haven't done this yet, please see the <a href="/docs/get-started/intro#setting-up-your-environment"> setup page for your operating system</a>.
</Alert>
There are two ways to integrate with Tauri depends on your need:

View File

@@ -39,9 +39,9 @@ Before creating an app, you'll have to install and configure some developer tool
Follow the platform-specific guides to get started:
<OSList content={{
linux: { title: 'Linux Setup', link: '/docs/getting-started/setup-linux'},
macos: { title: 'macOS Setup', link: '/docs/getting-started/setup-macos'},
windows: { title: 'Windows Setup', link: '/docs/getting-started/setup-windows'}
linux: { title: 'Linux Setup', link: '/docs/get-started/setup-linux'},
macos: { title: 'macOS Setup', link: '/docs/get-started/setup-macos'},
windows: { title: 'Windows Setup', link: '/docs/get-started/setup-windows'}
}} />
After that, you'll be ready to [add Tauri to your project!](/docs/development/integration)

View File

@@ -100,7 +100,7 @@ If you have any problems with nvm, please consult their <a href="https://github.
You may want to use an alternative to npm:
- <a href="https://yarnpkg.com/getting-started" target="_blank">Yarn</a>, is preferred by Tauri's team
- <a href="https://yarnpkg.com/get-started" target="_blank">Yarn</a>, is preferred by Tauri's team
- <a href="https://pnpm.js.org/en/installation" target="_blank">pnpm</a>
## 3. Rustc and Cargo Package Manager&nbsp;<Icon title="control-skip-forward" color="warning"/>

View File

@@ -50,7 +50,7 @@ If you have any problems with nvm, please consult their <a href="https://github.
You may want to use an alternative to npm:
- <a href="https://yarnpkg.com/getting-started" target="_blank">Yarn</a>, is preferred by Tauri's team
- <a href="https://yarnpkg.com/get-started" target="_blank">Yarn</a>, is preferred by Tauri's team
- <a href="https://pnpm.js.org/en/installation" target="_blank">pnpm</a>
## 3. Rustc and Cargo Package Manager&nbsp;<Icon title="control-skip-forward" color="warning"/>

View File

@@ -8,7 +8,7 @@ import { Intro } from '@theme/SetupDocs'
<Alert title="Note">
For those using the Windows Subsystem for Linux (WSL) please refer to our [Linux specific instructions](/docs/getting-started/setup-linux) instead.
For those using the Windows Subsystem for Linux (WSL) please refer to our [Linux specific instructions](/docs/get-started/setup-linux) instead.
</Alert>
<Intro />
@@ -45,7 +45,7 @@ This will install the most recent version of Node.js with npm.
You may want to use an alternative to npm:
- <a href="https://yarnpkg.com/getting-started" target="_blank">Yarn</a>, is preferred by Tauri's team
- <a href="https://yarnpkg.com/get-started" target="_blank">Yarn</a>, is preferred by Tauri's team
- <a href="https://pnpm.js.org/en/installation" target="_blank">pnpm</a>
## 3. Rustc and Cargo Package Manager&nbsp;<Icon title="control-skip-forward" color="warning"/>
@@ -61,7 +61,7 @@ Download and install the proper variant for your computer's architecture.
## 4. Install WebView2
<Alert title="Note">
WebView2 is pre-installed in Windows 11.
WebView2 is pre-installed in Windows 11.
</Alert>
Finally, you will need to install WebView2. The best way to do this is to download and run the Evergreen Bootstrapper from [this page](https://developer.microsoft.com/en-us/microsoft-edge/webview2/#download-section).

View File

@@ -6,4 +6,4 @@ sidebar_label: A word on patterns
Tauri patterns are descriptions of use-cases that are entirely configurable within the `src-tauri/tauri.conf.json` file. These are not the limits of what Tauri can do, and there are probably more out there. If you discover one, why not get in touch and help us update this collection!
If you haven't read about the general design of Tauri, then it would make the most sense for you to visit the ["Getting started"](/docs/getting-started/intro) and become familiar with the basic architecture and terminology used in these patterns.
If you haven't read about the general design of Tauri, then it would make the most sense for you to visit the ["Get started"](/docs/get-started/intro) and become familiar with the basic architecture and terminology used in these patterns.