mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
[i18nIgnore] update GitHub urls on v2 (#2113)
This commit is contained in:
4
.github/CONTRIBUTING.md
vendored
4
.github/CONTRIBUTING.md
vendored
@@ -2,8 +2,8 @@
|
||||
|
||||
Welcome to Tauri Docs! We're excited to have you 🥳
|
||||
|
||||
[](https://gitpod.io/#https://github.com/tauri-apps/tauri-docs/tree/next)
|
||||
[](https://codespaces.new/tauri-apps/tauri-docs/tree/next)
|
||||
[](https://gitpod.io/#https://github.com/tauri-apps/tauri-docs/tree/v2)
|
||||
[](https://codespaces.new/tauri-apps/tauri-docs/tree/v2)
|
||||
|
||||
There are a number of ways to get involved:
|
||||
|
||||
|
||||
4
.github/TRANSLATING.md
vendored
4
.github/TRANSLATING.md
vendored
@@ -10,8 +10,8 @@ If you seek to contribute but find your language missing please let us know in h
|
||||
|
||||
### Maintainer Checklist for Adding New Languages
|
||||
|
||||
- Update https://github.com/tauri-apps/tauri-docs/blob/next/locales.json
|
||||
- Update https://github.com/tauri-apps/tauri-docs/blob/next/.github/labeler.yml
|
||||
- Update https://github.com/tauri-apps/tauri-docs/blob/v2/locales.json
|
||||
- Update https://github.com/tauri-apps/tauri-docs/blob/v2/.github/labeler.yml
|
||||
|
||||
## Starting a Translation
|
||||
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
|
||||
<p>
|
||||
Read the
|
||||
<a href="https://github.com/tauri-apps/tauri-docs/blob/next/.github/TRANSLATING.md"
|
||||
<a href="https://github.com/tauri-apps/tauri-docs/blob/v2/.github/TRANSLATING.md"
|
||||
>Translations Guide</a
|
||||
>
|
||||
for how to translate a document. Before starting a new translation, be sure to check the
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
import { Card } from '@astrojs/starlight/components';
|
||||
|
||||
const baseUrl = 'https://github.com/tauri-apps/tauri-docs/tree/next';
|
||||
const baseUrl = 'https://github.com/tauri-apps/tauri-docs/tree/v2';
|
||||
---
|
||||
|
||||
<Card title="Contribute" icon="pencil">
|
||||
|
||||
@@ -12,7 +12,7 @@ hero:
|
||||
icon: right-arrow
|
||||
variant: primary
|
||||
- text: 贡献指南
|
||||
link: https://github.com/tauri-apps/tauri-docs/blob/next/.github/CONTRIBUTING.md
|
||||
link: https://github.com/tauri-apps/tauri-docs/blob/v2/.github/CONTRIBUTING.md
|
||||
icon: open-book
|
||||
variant: minimal
|
||||
- text: Tauri 1.0 文档
|
||||
|
||||
@@ -17,7 +17,7 @@ hero:
|
||||
icon: right-arrow
|
||||
variant: primary
|
||||
- text: Contribution Guidelines
|
||||
link: https://github.com/tauri-apps/tauri-docs/blob/next/.github/CONTRIBUTING.md
|
||||
link: https://github.com/tauri-apps/tauri-docs/blob/v2/.github/CONTRIBUTING.md
|
||||
icon: open-book
|
||||
variant: minimal
|
||||
- text: Tauri 1.0 Documentation
|
||||
|
||||
Reference in New Issue
Block a user