forked from tauri-apps/tauri-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnetlify.toml
More file actions
59 lines (45 loc) · 1.21 KB
/
Copy pathnetlify.toml
File metadata and controls
59 lines (45 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
[build]
command = "yarn build"
publish = "build"
[[redirects]]
from = "/en/docs/usage/intro"
to = "/docs/getting-started/beginning-tutorial"
[[redirects]]
from = "/en/docs/usage/ci-cd/cross-platform"
to = "/docs/building/cross-platform"
[[redirects]]
from = "/en/docs/usage/ci-cd/workflow"
to = "/docs/community/ci-cd"
[[redirects]]
from = "/en/docs/usage/guides/contributor-guide"
to = "/docs/community/contributor-guide"
[[redirects]]
from = "/en/docs/getting-started/*"
to = "/docs/getting-started/prerequisites"
[[redirects]]
from = "/en/docs/usage/guides/*"
to = "/docs/guides/:splat"
[[redirects]]
from = "/en/docs/usage/development/*"
to = "/docs/development/development-cycle"
[[redirects]]
from = "en/docs/building/anti-bloat"
to = "en/docs/building/app-size"
[[redirects]]
from = "/en/docs/usage/guides/patterns/*"
to = "/docs/architecture/patterns/:splat"
[[redirects]]
from = "/en/docs/usage/guides/visual/*"
to = "/docs/guides/:splat"
[[redirects]]
from = "/en/docs/api/rust/*"
to = "https://docs.rs/tauri/1.0.0-rc.0/tauri/"
[[redirects]]
from = "/docs/api/rust/*"
to = "https://docs.rs/tauri/1.0.0-rc.0/tauri/"
[[redirects]]
from = "/en/*"
to = "/:splat"
[[redirects]]
from = "/partners"
to = "/#sponsors"