-
Notifications
You must be signed in to change notification settings - Fork 42
/
netlify.toml
190 lines (187 loc) · 17.5 KB
/
netlify.toml
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
redirects = [
# quick links
{ from = "/cloud", to = "/docs/production/k8s/", status = 301 },
{ from = "/docs", to = "/docs/intro", status = 301 },
{ from = "/edge", to = "/docs/deployment/lattice/ngs", status = 301 },
{ from = "/innovation-day-2024", to = "/blog/2024-09-24-wasmcloud-innovation-day-2024-in-review", status = 301 },
{ from = "/innovation-day", to = "/innovation-day-2024", status = 302 },
{ from = "/install", to = "/docs/installation", status = 301},
{ from = "/quickstart", to = "/docs/tour/hello-world", status = 301},
{ from = "/slack", to = "https://slack.wasmcloud.com", status = 301},
{ from = "/youtube", to = "https://www.youtube.com/@wasmCloud", status = 301 },
{ from = "/yt", to = "https://www.youtube.com/@wasmCloud", status = 301 },
# site pages
{ from = "/about", to = "/", status = 301 },
# docs
{ from = "/docs/app-dev", to = "/docs/fundamentals/interface_driven_development", status = 301 },
{ from = "/docs/app-dev/a2a", to = "/docs/fundamentals/actors/a2a", status = 301 },
{ from = "/docs/app-dev/create-actor", to = "/docs/fundamentals/actors/create-actor/", status = 301 },
{ from = "/docs/app-dev/create-actor/generate", to = "/docs/fundamentals/actors/create-actor/generate", status = 301 },
{ from = "/docs/app-dev/create-actor/run", to = "/docs/fundamentals/actors/create-actor/run", status = 301 },
{ from = "/docs/app-dev/create-actor/update", to = "/docs/fundamentals/actors/create-actor/run", status = 301 },
{ from = "/docs/app-dev/create-provider", to = "/docs/fundamentals/capabilities/create-provider/", status = 301 },
{ from = "/docs/app-dev/secure/clusterkeys", to = "/docs/production/secure/clusterkeys#zero-trust-invocations", status = 301 },
{ from = "/docs/app-dev/std-caps", to = "/docs/fundamentals/capabilities", status = 301 },
{ from = "/docs/category/actors", to = "/docs/concepts/actors", status = 301 },
{ from = "/docs/category/capabilities", to = "/docs/concepts/capabilities", status = 301 },
{ from = "/docs/category/declarative-application-deployment-wadm", to = "/docs/ecosystem/wadm/", status = 301 },
{ from = "/docs/category/fundamentals", to = "/docs/concepts/actors", status = 301 },
{ from = "/docs/category/getting-started", to = "/docs/tour/hello-world", status = 301 },
{ from = "/docs/category/managed-application-deployment-wadm", to = "/docs/category/declarative-application-deployment-wadm", status = 301 },
{ from = "/docs/category/reference", to = "/docs/reference/config", status = 301 },
{ from = "/docs/category/reference/host-runtime/capabilities", to = "/docs/fundamentals/capabilities", status = 301 },
{ from = "/docs/category/reference/lattice", to = "/docs/deployment/lattice", status = 301 },
{ from = "/docs/category/runtime-linking", to = "/docs/concepts/runtime-linking", status = 301 },
{ from = "/docs/category/securing-applications", to = "/docs/deployment/lattice/security-patterns", status = 301 },
{ from = "/docs/category/wasmcloud-in-production", to = "/docs/deployment", status = 301 },
{ from = "/docs/cli/app", to = "docs/cli/wash#wash-app", status = 301 },
{ from = "/docs/cli/build", to = "docs/cli/wash#wash-build", status = 301 },
{ from = "/docs/cli/call", to = "docs/cli/wash#wash-call", status = 301 },
{ from = "/docs/cli/capture", to = "docs/cli/wash#wash-capture", status = 301 },
{ from = "/docs/cli/claims", to = "docs/cli/wash#wash-claims", status = 301 },
{ from = "/docs/cli/completions", to = "docs/cli/wash#wash-completions", status = 301 },
{ from = "/docs/cli/ctx", to = "docs/cli/wash#wash-ctx", status = 301 },
{ from = "/docs/cli/dev", to = "docs/cli/wash#wash-dev", status = 301 },
{ from = "/docs/cli/down", to = "docs/cli/wash#wash-down", status = 301 },
{ from = "/docs/cli/drain", to = "docs/cli/wash#wash-drain", status = 301 },
{ from = "/docs/cli/get", to = "docs/cli/wash#wash-get", status = 301 },
{ from = "/docs/cli/inspect", to = "docs/cli/wash#wash-inspect", status = 301 },
{ from = "/docs/cli/keys", to = "docs/cli/wash#wash-keys", status = 301 },
{ from = "/docs/cli/link", to = "docs/cli/wash#wash-link", status = 301 },
{ from = "/docs/cli/new", to = "docs/cli/wash#wash-new", status = 301 },
{ from = "/docs/cli/par", to = "docs/cli/wash#wash-par", status = 301 },
{ from = "/docs/cli/plugin", to = "docs/cli/wash#wash-plugin", status = 301 },
{ from = "/docs/cli/pull", to = "docs/cli/wash#wash-pull", status = 301 },
{ from = "/docs/cli/push", to = "docs/cli/wash#wash-push", status = 301 },
{ from = "/docs/cli/reg", to = "/docs/cli/push", status = 301 },
{ from = "/docs/cli/scale", to = "docs/cli/wash#wash-scale", status = 301 },
{ from = "/docs/cli/spy", to = "docs/cli/wash#wash-spy", status = 301 },
{ from = "/docs/cli/start", to = "docs/cli/wash#wash-start", status = 301 },
{ from = "/docs/cli/stop", to = "docs/cli/wash#wash-stop", status = 301 },
{ from = "/docs/cli/ui", to = "docs/cli/wash#wash-ui", status = 301 },
{ from = "/docs/cli/up", to = "docs/cli/wash#wash-up", status = 301 },
{ from = "/docs/cli/update", to = "docs/cli/wash#wash-update", status = 301 },
{ from = "/docs/concepts/runtime-linking", to = "/docs/concepts/linking-components/", status = 301 },
{ from = "/docs/concepts/runtime-linking/link-definitions", to = "/docs/concepts/linking-components/", status = 301 },
{ from = "/docs/deployment", to = "docs/category/production-deployment-guide", status = 301 },
{ from = "/docs/deployment/lattice/auctions", to = "/docs/deployment/hosts/auctions", status = 301 },
{ from = "/docs/deployment/lattice/jetstream", to = "/docs/deployment/lattice/metadata", status = 301 },
{ from = "/docs/deployment/lattice/leaf-nodes", to = "/docs/deployment/nats/leaf-nodes", status = 301 },
{ from = "/docs/deployment/lattice/ngs", to = "/docs/category/provisioning-nats", status = 301 },
{ from = "/docs/deployment/lattice/provision", to = "/docs/deployment/lattice", status = 301 },
{ from = "/docs/deployment/lattice/security-patterns", to = "/docs/category/lattice-security", status = 301 },
{ from = "/docs/deployment/oci/", to = "/docs/deployment/netconf/registries", status = 301 },
{ from = "/docs/deployment/oci/bindle", to = "/docs/deployment/oci", status = 301 },
{ from = "/docs/deployment/oci/bindle/actor-bindles", to = "/docs/deployment/oci", status = 301 },
{ from = "/docs/deployment/oci/bindle/provider-bindles", to = "/docs/deployment/oci", status = 301 },
{ from = "/docs/deployment/oci/bindle/using-bindles", to = "/docs/deployment/oci", status = 301 },
{ from = "/docs/deployment/security/clusterkeys", to = "/docs/deployment/security/zero-trust-invocations", status = 301 },
{ from = "/docs/deployment/security/env", to = "/docs/deployment/security/env", status = 301 },
{ from = "/docs/deployment/security/nats", to = "/docs/deployment/security/nats-segmentation", status = 301 },
{ from = "/docs/deployment/security/policy", to = "/docs/deployment/security/policy-service", status = 301 },
{ from = "/docs/deployment/tracing", to = "/docs/deployment/observability/tracing", status = 301 },
{ from = "/docs/developer/debugging", to = "/docs/developer/troubleshooting/", status = 301 },
{ from = "/docs/developer/debugging/components", to = "/docs/developer/troubleshooting/components", status = 301 },
{ from = "/docs/developer/debugging/host", to = "/docs/developer/troubleshooting/host", status = 301 },
{ from = "/docs/developer/debugging/providers", to = "/docs/developer/troubleshooting/providers", status = 301 },
{ from = "/docs/docs/getting-started", to = "/docs/installation", status = 301 },
{ from = "/docs/downloads", to = "/docs/installation", status = 301 },
{ from = "/docs/ecosystem/wadm/deploying", to = "/docs/deployment/wadm", status = 301 },
{ from = "/docs/ecosystem/wash/plugin_developer", to = "/docs/ecosystem/wash/plugin-developer", status = 301 },
{ from = "/docs/faq", to = "/docs/reference/faq", status = 301 },
{ from = "/docs/fundamentals/actors", to = "/docs/concepts/actors", status = 301 },
{ from = "/docs/fundamentals/actors/a2a", to = "/docs/developer/communication/actor-to-actor-calls", status = 301 },
{ from = "/docs/fundamentals/actors/create-actor", to = "/docs/developer/actors", status = 301 },
{ from = "/docs/fundamentals/actors/create-actor/generate", to = "/docs/developer/actors/generate", status = 301 },
{ from = "/docs/fundamentals/actors/create-actor/run", to = "/docs/developer/actors/run", status = 301 },
{ from = "/docs/fundamentals/actors/create-actor/update", to = "/docs/developer/actors/update", status = 301 },
{ from = "/docs/fundamentals/actors/test", to = "/docs/developer/actors/test", status = 301 },
{ from = "/docs/fundamentals/actors/update", to = "/docs/developer/actors/update", status = 301 },
{ from = "/docs/fundamentals/actors/wc_actors", to = "/docs/concepts/actors", status = 301 },
{ from = "/docs/fundamentals/capabilities", to = "/docs/concepts/capabilities", status = 301 },
{ from = "/docs/fundamentals/capabilities/create-provider", to = "/docs/developer/providers", status = 301 },
{ from = "/docs/fundamentals/capabilities/create-provider/consuming", to = "/docs/developer/providers/consuming", status = 301 },
{ from = "/docs/fundamentals/capabilities/create-provider/create-par", to = "/docs/developer/providers/create-par", status = 301 },
{ from = "/docs/fundamentals/capabilities/create-provider/new-interface", to = "/docs/developer/interfaces/creating-an-interface", status = 301 },
{ from = "/docs/fundamentals/capabilities/create-provider/rust", to = "/docs/developer/providers/rust", status = 301 },
{ from = "/docs/fundamentals/capabilities/create-provider/testing", to = "/docs/developer/providers/testing", status = 301 },
{ from = "/docs/fundamentals/debugging", to = "/docs/developer/debugging", status = 301 },
{ from = "/docs/fundamentals/debugging/actors", to = "/docs/developer/debugging/actors", status = 301 },
{ from = "/docs/fundamentals/debugging/host", to = "/docs/developer/debugging/host", status = 301 },
{ from = "/docs/fundamentals/debugging/providers", to = "/docs/developer/debugging/providers", status = 301 },
{ from = "/docs/fundamentals/interface_driven_development", to = "/docs/concepts/interface-driven-development", status = 301 },
{ from = "/docs/fundamentals/runtime_linking/links", to = "/docs/concepts/runtime-linking/link-definitions", status = 301 },
{ from = "/docs/fundamentals/runtime_linking/links", to = "/docs/concepts/runtime-linking/link-definitions", status = 301 },
{ from = "/docs/fundamentals/wadm", to = "/docs/ecosystem/wadm", status = 301 },
{ from = "/docs/fundamentals/wadm/api", to = "/docs/ecosystem/wadm/api", status = 301 },
{ from = "/docs/fundamentals/wadm/deploying", to = "/docs/ecosystem/wadm/deploying", status = 301 },
{ from = "/docs/fundamentals/wadm/model", to = "/docs/ecosystem/wadm/model", status = 301 },
{ from = "/docs/fundamentals/wadm/model", to = "/docs/ecosystem/wadm/model", status = 301 },
{ from = "/docs/fundamentals/wadm/usage", to = "/docs/ecosystem/wadm/usage", status = 301 },
{ from = "/docs/fundamentals/wash", to = "/docs/ecosystem/wash", status = 301 },
{ from = "/docs/fundamentals/wash/contexts", to = "/docs/ecosystem/wash/contexts", status = 301 },
{ from = "/docs/fundamentals/workflow", to = "/docs/developer/workflow", status = 301 },
{ from = "/docs/fundamentals/workflow/config", to = "/docs/reference/config", status = 301 },
{ from = "/docs/getting-started", to = "/docs/installation", status = 301 },
{ from = "/docs/hosts/elixir/host_configure", to = "/docs/hosts/elixir/host-configure", status = 301 },
{ from = "/docs/interfaces/codegen-toml", to = "/docs/hosts/abis/wasmbus/interfaces/codegen-toml", status = 301 },
{ from = "/docs/interfaces/crates-io", to = "/docs/hosts/abis/wasmbus/interfaces/crates-io", status = 301 },
{ from = "/docs/overview/getting-started", to = "/docs/installation", status = 301 },
{ from = "/docs/overview/installation", to = "/docs/installation", status = 301 },
{ from = "/docs/overview/installation/install-with-docker", to = "/docs/installation?os=docker", status = 301 },
{ from = "/docs/platform-builder", to = "/docs/installation", status = 301 },
{ from = "/docs/platform-builder/docker", to = "/docs/installation?os=docker", status = 301 },
{ from = "/docs/production", to = "/docs/deployment", status = 301 },
{ from = "/docs/production/k8s", to = "/docs/deployment/k8s", status = 301 },
{ from = "/docs/production/lattice", to = "/docs/deployment/lattice", status = 301 },
{ from = "/docs/production/lattice/auctions", to = "/docs/deployment/lattice/auctions", status = 301 },
{ from = "/docs/production/lattice/jetstream", to = "/docs/deployment/lattice/jetstream", status = 301 },
{ from = "/docs/production/lattice/js_leaf", to = "/docs/deployment/lattice/js-leaf", status = 301 },
{ from = "/docs/production/lattice/leaf-nodes", to = "/docs/deployment/lattice/leaf-nodes", status = 301 },
{ from = "/docs/production/lattice/ngs", to = "/docs/deployment/lattice/ngs", status = 301 },
{ from = "/docs/production/lattice/provision", to = "/docs/deployment/lattice/provision", status = 301 },
{ from = "/docs/production/lattice/provision", to = "/docs/deployment/lattice/provision", status = 301 },
{ from = "/docs/production/lattice/security-patterns", to = "/docs/deployment/lattice/security-patterns", status = 301 },
{ from = "/docs/production/oci", to = "/docs/deployment/oci", status = 301 },
{ from = "/docs/production/oci/bindle", to = "/docs/deployment/oci/bindle", status = 301 },
{ from = "/docs/production/oci/bindle/actor-bindles", to = "/docs/deployment/oci/bindle/actor-bindles", status = 301 },
{ from = "/docs/production/oci/bindle/provider-bindles", to = "/docs/deployment/oci/bindle/provider-bindles", status = 301 },
{ from = "/docs/production/oci/bindle/using-bindles", to = "/docs/deployment/oci/bindle/using-bindles", status = 301 },
{ from = "/docs/production/secure", to = "/docs/deployment/security/nats", status = 301 },
{ from = "/docs/production/secure/clusterkeys", to = "/docs/deployment/security/clusterkeys", status = 301 },
{ from = "/docs/production/secure/env", to = "/docs/deployment/security/env", status = 301 },
{ from = "/docs/production/secure/nats", to = "/docs/deployment/security/nats", status = 301 },
{ from = "/docs/production/secure/policy", to = "/docs/deployment/tracing", status = 301 },
{ from = "/docs/reference/alternate-install-methods/install-with-docker", to = "/docs/installation?os=docker", status = 301 },
{ from = "/docs/reference/cloud_event_list", to = "/docs/reference/cloud-event-list", status = 301 },
{ from = "/docs/reference/custom/authorizers", to = "/docs/production/secure/clusterkeys#zero-trust-invocations", status = 301 },
{ from = "/docs/reference/host-runtime", to = "/docs/category/host-runtimes", status = 301 },
{ from = "/docs/reference/host-runtime/actors", to = "/docs/hosts/abis/components/", status = 301 },
{ from = "/docs/reference/host-runtime/security", to = "/docs/hosts/security", status = 301 },
{ from = "/docs/reference/lattice-protocols", to = "/docs/hosts/lattice-protocols/", status = 301 },
{ from = "/docs/reference/lattice-protocols/control-interface", to = "/docs/hosts/lattice-protocols/control-interface", status = 301 },
{ from = "/docs/reference/lattice", to = "/docs/deployment/lattice/", status = 301 },
{ from = "/docs/reference/lattice/js_leaf", to = "/docs/deployment/lattice/js-leaf", status = 301 },
{ from = "/docs/reference/lattice/leaf-nodes", to = "/docs/deployment/lattice/leaf-nodes", status = 301 },
{ from = "/docs/reference/lattice/security-patterns", to = "/docs/deployment/lattice/security-patterns", status = 301 },
{ from = "/docs/reference/wadm", to = "/docs/ecosystem/wadm/", status = 301 },
{ from = "/docs/reference/wasmbus", to = "/hosts/abis/wasmbus/", status = 301 },
{ from = "/docs/releases", to = "/docs/reference/official-oci/", status = 301 },
{ from = "/docs/tour/adding_capabilities", to = "/docs/tour/adding-capabilities", status = 301 },
{ from = "/docs/tour/adding-capabilities", to = "/docs/tour/add-features", status = 301 },
{ from = "/docs/tour/hello_world", to = "/docs/tour/hello-world", status = 301 },
{ from = "/docs/tour/why_wasmcloud", to = "/docs/tour/why-wasmcloud", status = 301 },
# blog
{ from = "/blog/wasi-p2-comes-to-tinygo", to = "/blog/compile-go-directly-to-webassembly-components-with-tinygo-and-wasi-p2", status = 301 },
{ from = "/blog/balancing_nfr_coupling", to = "/blog/balancing-nfr-coupling", status = 301 },
{ from = "/blog/caps_are_effects", to = "/blog/wasmcloud-capabilities-are-managed-algebraic-effects-for-webassembly-functions", status = 301 },
{ from = "/blog/example_creating_webassembly_actor_in_go_with_tinygo", to = "/blog/example-creating-webassembly-actor-in-go-with-tinygo", status = 301 },
{ from = "/blog/globally_distributed_webassembly_applications_with_wasmcloud_and_nats", to = "/blog/globally-distributed-webassembly-applications-with-wasmcloud-and-nats" },
{ from = "/blog/host_there_and_back_again", to = "/blog/host-there-and-back-again" },
{ from = "/blog/objects_instances_state", to = "/blog/objects-instances-state" },
{ from = "/blog/road_to_ubiquity", to = "/blog/road-to-ubiquity" },
{ from = "/blog/wasmcloud_third_anniversary", to = "/blog/wasmcloud-third-anniversary" },
{ from = "/blog/webassembly_components_and_wasmcloud_actors_a_glimpse_of_the_future", to = "/blog/webassembly-components-and-wasmcloud-actors-a-glimpse-of-the-future" },
{ from = "/blog/zero_trust_security", to = "/blog/zero-trust-security" },
{ from = "/blog/2022-05-23_ghcr-actions", to = "/blog/deploying-wasmcloud-actors-from-github-packages" },
]