-
Notifications
You must be signed in to change notification settings - Fork 781
/
_redirects
270 lines (226 loc) · 18.7 KB
/
_redirects
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
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
# Redirects from what the browser requests to what we serve
# Info: https://www.netlify.com/docs/redirects/
/version/stable/gke/scripts/deploy.sh https://raw.githubusercontent.com/kubeflow/kubeflow/v0.2.2/scripts/gke/deploy.sh
/version/stable/scripts/deploy.sh https://raw.githubusercontent.com/kubeflow/kubeflow/v0.2.2/scripts/deploy.sh
/version/stable/source.tar.gz https://github.com/kubeflow/kubeflow/archive/v0.2.2.tar.gz
/blog/ https://blog.kubeflow.org
/blog/why_kubeflow/ https://medium.com/kubeflow/why-kubeflow-in-your-infrastructure-56b8fabf1f3e
/blog/announcing_kubeflow_0.3/ https://medium.com/kubeflow/kubeflow-0-3-simplifies-setup-improves-ml-development-98b8ca10bd69
/blog/blog_posts/ https://medium.com/kubeflow/blog-posts-about-kubeflow-7068688359f3
/blog/nvidia_tensorrt/ https://medium.com/kubeflow/gpu-accelerated-inference-for-kubernetes-with-the-nvidia-tensorrt-inference-server-and-kubeflow-63061305fff2
/blog/kaggle_on_kubeflow/ https://medium.com/kubeflow/kaggle-on-kubeflow-185a29e27c53
/blog/announcing_kubeflow_0.2/ https://medium.com/kubeflow/kubeflow-0-2-offers-new-components-and-simplified-setup-735e4c56988d
/docs/guides/components/components /docs/components/
/docs/guides/pipelines/deploy-pipelines-service/ /docs/components/pipelines/pipelines-quickstart/
# Merged duplicate page pipelines-samples.md into build-pipeline.md
/docs/pipelines/pipelines-samples/ /docs/components/pipelines/build-pipeline/
# Removed redundant UI guide. Quickstart is a better destination.
/docs/pipelines/pipelines-ui/ /docs/components/pipelines/pipelines-quickstart/
# Restructured the pipeline docs (https://github.com/kubeflow/website/issues/3716)
docs/components/pipelines/v2/introduction/ docs/components/pipelines/overview/introduction/
docs/components/pipelines/v2/installation/quickstart/ docs/components/pipelines/overview/installation/
docs/components/pipelines/v2/hello-world/ docs/components/pipelines/overview/getting-started/
docs/components/pipelines/v2/run-a-pipeline/ docs/components/pipelines/how-to/run-a-pipeline/
docs/components/pipelines/v2/installation/quickstart/ docs/components/pipelines/overview/introduction/
docs/components/pipelines/v2/compile-a-pipeline/ docs/components/pipelines/how-to/compile-a-pipeline/
docs/components/pipelines/v2/local-execution/ docs/components/pipelines/how-to/execute-kfp-pipelines-locally/
docs/components/pipelines/v2/cli/ docs/components/pipelines/how-to/cli/
docs/components/pipelines/v2/components/lightweight-python-components/ docs/components/pipelines/how-to/create-components/lightweight-python-components/
docs/components/pipelines/v2/pipelines/pipeline-basics/ docs/components/pipelines/how-to/create-components/compose-components-into-pipelines/
docs/components/pipelines/v2/components/containerized-python-components/ docs/components/pipelines/how-to/create-components/containerized-python-components/
docs/components/pipelines/v2/components/container-components/ docs/components/pipelines/how-to/create-components/container-components/
docs/components/pipelines/v2/components/importer-component/ docs/components/pipelines/how-to/create-components/importer-component/
docs/components/pipelines/v2/components/additional-functionality/ docs/components/pipelines/how-to/create-components/additional-functionality/
docs/components/pipelines/v2/load-and-share-components/ docs/components/pipelines/how-to/load-and-share-components/
docs/components/pipelines/v2/pipelines/control-flow/ docs/components/pipelines/how-to/control-flow/
docs/components/pipelines/v2/data-types/parameters/ docs/components/pipelines/how-to/parameters/
docs/components/pipelines/v2/data-types/artifacts/ docs/components/pipelines/how-to/artifacts/
docs/components/pipelines/v2/caching/ docs/components/pipelines/how-to/caching/
docs/components/pipelines/v2/administration/server-config/ docs/components/pipelines/how-to/server-config/
docs/components/pipelines/v2/migration/ docs/components/pipelines/how-to/migration/
docs/components/pipelines/v2/platform-specific-features/ docs/components/pipelines/how-to/platform-specific-features/
docs/components/pipelines/v2/community-and-support/ docs/components/pipelines/reference/community-and-support/
docs/components/pipelines/v2/version-compatibility/ docs/components/pipelines/reference/version-compatibility/
docs/components/pipelines/v2/reference/api/kubeflow-pipeline-api-spec/ docs/components/pipelines/reference/api/kubeflow-pipeline-api-spec/
# Restructured the pipelines docs.
/docs/pipelines/ /docs/components/pipelines
/docs/pipelines/output-viewer/ /docs/components/pipelines/sdk/output-viewer/
/docs/pipelines/pipelines-metrics/ /docs/components/pipelines/sdk/pipelines-metrics/
/docs/pipelines/build-component/ /docs/components/pipelines/sdk/build-component/
/docs/pipelines/install-sdk/ /docs/components/pipelines/sdk/install-sdk/
/docs/pipelines/lightweight-python-components/ /docs/components/pipelines/sdk/python-function-components/
/docs/pipelines/sdk/lightweight-python-components/ /docs/components/pipelines/sdk/python-function-components/
/docs/pipelines/build-pipeline/ /docs/components/pipelines/tutorials/build-pipeline/
/docs/pipelines/pipelines-tutorial/ /docs/components/pipelines/tutorials/cloud-tutorials/
/docs/pipelines/tutorials/pipelines-tutorial/ /docs/components/pipelines/tutorials/cloud-tutorials/
/docs/gke/pipelines-tutorial/ /docs/components/pipelines/tutorials/cloud-tutorials/
/docs/gke/pipelines/pipelines-tutorial/ /docs/components/pipelines/tutorials/cloud-tutorials/
/docs/gke/authentication-pipelines/ /docs/distributions/gke/pipelines/authentication-pipelines/
/docs/pipelines/metrics/ /docs/components/pipelines/sdk/pipelines-metrics/
/docs/pipelines/metrics/pipelines-metrics/ /docs/components/pipelines/sdk/pipelines-metrics/
/docs/pipelines/metrics/output-viewer/ /docs/components/pipelines/sdk/output-viewer/
/docs/pipelines/pipelines-overview/ /docs/components/pipelines/overview/pipelines-overview/
/docs/pipelines/enable-gpu-and-tpu/ /docs/distributions/gke/pipelines/enable-gpu-and-tpu/
/docs/pipelines/sdk/enable-gpu-and-tpu/ /docs/distributions/gke/pipelines/enable-gpu-and-tpu/
/docs/pipelines/sdk/gcp/enable-gpu-and-tpu/ /docs/distributions/gke/pipelines/enable-gpu-and-tpu/
/docs/pipelines/preemptible/ /docs/distributions/gke/pipelines/preemptible/
/docs/pipelines/sdk/gcp/preemptible/ /docs/distributions/gke/pipelines/preemptible/
/docs/pipelines/reusable-components/ /docs/examples/shared-resources/
/docs/pipelines/sdk/reusable-components/ /docs/examples/shared-resources/
/docs/pipelines/sdk/build-component/ /docs/components/pipelines/sdk/build-pipeline/
/docs/components/pipelines/sdk/build-component/ /docs/components/pipelines/sdk/build-pipeline/
/docs/components/pipelines/upgrade/ /docs/components/pipelines/installation/upgrade/
# Moved the guide to monitoring GKE deployments.
/docs/other-guides/monitoring/ /docs/distributions/gke/monitoring/
# Created a new section for pipeline concepts.
/docs/pipelines/pipelines-concepts/ /docs/components/pipelines/concepts/
# Replaces Pipelines DSL overview with SDK overview
/docs/pipelines/sdk/dsl-overview/ /docs/components/pipelines/sdk/sdk-overview/
# Created a new section for pipelines installation.
/docs/pipelines/standalone-deployment-gcp/ /docs/components/pipelines/installation/standalone-deployment/
# Removed the downloads page from Reference to Getting Started with Kubeflow
/docs/reference/downloads/ /docs/started/getting-started/
# Adding the content of Requirements to Getting Started and removing Requirements
docs/started/requirements/ /docs/started/getting-started/
# Created a new components layout
/docs/components/chainer /docs/components/training/chainer
/docs/components/modeldb /docs/components/misc/modeldb
/docs/components/mpi /docs/components/training/mpi
/docs/components/mxnet /docs/components/training/mxnet
/docs/components/pipelines /docs/components/pipelines/pipelines
/docs/components/pytorch /docs/components/training/pytorch
/docs/components/nuclio /docs/components/misc/nuclio
/docs/components/seldon /docs/external-add-ons/serving/seldon
/docs/components/trtinferenceserver /docs/external-add-ons/serving/tritoninferenceserver
/docs/components/tfbatchpredict /docs/external-add-ons/serving/tfbatchpredict
/docs/components/tftraining /docs/components/training/user-guides/tensorflow
/docs/components/training/pytorch /docs/components/training/user-guides/pytorch
/docs/components/training/mpi /docs/components/training/user-guides/mpi
/docs/components/training/mxnet /docs/components/training/user-guides/mxnet
/docs/components/training/paddlepaddle /docs/components/training/user-guides/paddle
/docs/components/training/xgboost /docs/components/training/user-guides/xgboost
/docs/components/training/tftraining /docs/components/training/user-guides/tensorflow
/docs/components/tfserving_new /docs/external-add-ons/serving/tfserving_new
# Deleted the PyTorch serving page
/docs/components/pytorchserving/ /docs/external-add-ons/serving/overview/
/docs/components/serving/pytorchserving/ /docs/external-add-ons/serving/overview/
# Restructured the getting-started and other-guides sections.
/docs/started/getting-started-k8s/ /docs/started/k8s/
/docs/started/getting-started-minikube/ /docs/started/distributions/kfctl/minikube/
/docs/use-cases/kubeflow-on-multinode-cluster/ /docs/other-guides/kubeflow-on-multinode-cluster/
/docs/use-cases/job-scheduling/ /docs/other-guides/job-scheduling/
# Remove examples docs
/docs/examples/* /docs/started/kubeflow-examples
# Move the kustomize guide to the config section
/docs/components/misc/kustomize/ /docs/distributions/kfctl/kustomize/
# Merged the UIs page with the new central dashboard page
/docs/other-guides/accessing-uis/ /docs/components/central-dash/overview/
# Refactored multi-user docs
/docs/other-guides/multi-user-overview/ /docs/components/multi-tenancy/
# Rename TensorRT Inference Server to Triton Inference Server
/docs/components/serving/trtinferenceserver /docs/external-add-ons/serving/tritoninferenceserver
# Kubeflow Operator move to under distributions
/docs/operator /docs/distributions/operator
/docs/operator/introduction /docs/distributions/operator/introduction
/docs/operator/install-operator /docs/distributions/operator/install-operator
/docs/operator/install-kubeflow /docs/distributions/operator/install-kubeflow
/docs/operator/uninstall-kubeflow /docs/distributions/operator/uninstall-kubeflow
/docs/operator/uninstall-operator /docs/distributions/operator/uninstall-operator
/docs/operator/troubleshooting /docs/distributions/operator/troubleshooting
# kfctl move to under distributions
/docs/started/workstation/minikube-linux /docs/distributions/kfctl/minikube
/docs/other-guides/kustomize /docs/distributions/kfctl/kustomize
/docs/started/k8s/kfctl-istio-dex /docs/distributions/kfctl/multi-user
/docs/started/k8s/kfctl-k8s-istio /docs/distributions/kfctl/deployment
# Moved Job scheduling under Training
/docs/other-guides/job-scheduling/ /docs/components/training/job-scheduling/
# Moved KFServing
/docs/components/serving/kfserving/ /docs/components/kfserving
# Moved KServe/KFserving Docs to External Addons
/docs/components/kfserving/ /docs/external-add-ons/kserve
/docs/components/kfserving/kfserving/ /docs/external-add-ons/kserve/kserve
/docs/components/kfserving/webapp/ /docs/external-add-ons/kserve/webapp
# Moved MicroK8s to distributions
/docs/started/workstation/kubeflow-on-microk8s /docs/distributions/microk8s/kubeflow-on-microk8s
# Moved K8s deployment overview to under kfctl
/docs/started/k8s/overview /docs/distributions/kfctl/overview
# Moved MiniKF to distributions
/docs/started/workstation/getting-started-minikf /docs/distributions/minikf/getting-started-minikf
/docs/started/workstation/minikf-aws /docs/distributions/minikf/minikf-aws
/docs/started/workstation/minikf-gcp /docs/distributions/minikf/minikf-gcp
# Distinguish components from external add-ons
/docs/components/fairing /docs/external-add-ons/fairing
/docs/components/istio /docs/external-add-ons/istio
/docs/components/feature-store /docs/external-add-ons/feature-store
/docs/components/serving /docs/external-add-ons/serving
/docs/components/metadata /docs
# Rename Getting Started to Installing Kubeflow
/docs/started/getting-started /docs/started/installing-kubeflow
# Remove Reference section
/docs/reference/notebook/* /docs/components/notebooks/api-reference
/docs/reference/mpijob/* /docs/components/training
/docs/reference/pytorchjob/* /docs/components/training
/docs/reference/tfjob/* /docs/components/training
# Cleanup of Notebooks Docs
/docs/components/notebooks/custom-notebook /docs/components/notebooks/container-images
/docs/components/notebooks/setup /docs/components/notebooks/quickstart-guide
/docs/components/notebooks/troubleshoot /docs/components/notebooks/troubleshooting
/docs/components/notebooks/why-use-jupyter-notebook /docs/components/notebooks/overview
# Refactor Pipelines section
/docs/components/pipelines/caching /docs/components/pipelines/overview/caching
/docs/components/pipelines/caching-v2 /docs/components/pipelines/overview/caching-v2
/docs/components/pipelines/multi-user /docs/components/pipelines/overview/multi-user
/docs/components/pipelines/pipeline-root /docs/components/pipelines/overview/pipeline-root
/docs/components/pipelines/overview/pipelines-overview /docs/components/pipelines/introduction
/docs/components/pipelines/pipelines-quickstart /docs/components/pipelines/overview/quickstart
/docs/components/pipelines/overview/concepts/* /docs/components/pipelines/concepts/:splat
/docs/components/pipelines/sdk/v2/* /docs/components/pipelines/sdk-v2/:splat
# pipelines v1 -> v2 redirects
/docs/components/pipelines/* /docs/components/pipelines/legacy-v1/:splat
# Restructure About section
/docs/about/kubeflow /docs/started/introduction
/docs/started/kubeflow-overview /docs/started/architecture
# move istio from external-add-ons to multi-tenancy component
/docs/external-add-ons/istio/* /docs/components/multi-tenancy/istio
# merge multi-tenancy/getting-started with profiles
/docs/components/multi-tenancy/getting-started /docs/components/central-dash/profiles
# move multi-tenancy to concepts
/docs/components/multi-tenancy/design /docs/concepts/multi-tenancy/design
/docs/components/multi-tenancy/istio /docs/concepts/multi-tenancy/istio
/docs/components/multi-tenancy/overview /docs/concepts/multi-tenancy/overview
/docs/components/multi-tenancy /docs/concepts/multi-tenancy
# remove registration-flow page
/docs/components/central-dash/registration-flow /docs/components/central-dash/profiles
# rename customize dashboard page
/docs/components/central-dash/customizing-menu /docs/components/central-dash/customize
# ===============
# IMPORTANT NOTE:
# Catch-all redirects should be added at the end of this file as redirects happen from top to bottom
# ===============
/docs/guides/* /docs/:splat
/docs/pipelines/concepts/* /docs/components/pipelines/overview/concepts/:splat
/docs/pipelines/* /docs/components/pipelines/:splat
/docs/aws/* /docs/distributions/aws/
/docs/azure/* /docs/distributions/azure/:splat
/docs/gke/* /docs/distributions/gke/:splat
/docs/ibm/* /docs/distributions/ibm/:splat
/docs/openshift/* /docs/distributions/openshift/:splat
/docs/components/fairing/* /docs/external-add-ons/fairing/:splat
/docs/components/istio/* /docs/external-add-ons/istio/:splat
/docs/components/feature-store/* /docs/external-add-ons/feature-store/:splat
/docs/components/serving/* /docs/external-add-ons/serving/:splat
# redirect distribution pages to external websites
/docs/distributions/aws/* https://awslabs.github.io/kubeflow-manifests/
/docs/distributions/azure/* https://azure.github.io/kubeflow-aks/main/
/docs/distributions/charmed/* https://charmed-kubeflow.io/
/docs/distributions/ekf/* https://www.arrikto.com/enterprise-kubeflow/
/docs/distributions/gke/* https://googlecloudplatform.github.io/kubeflow-gke-docs/docs/:splat
/docs/distributions/ibm/* https://ibm.github.io/manifests/
/docs/distributions/nutanix/* https://nutanix.github.io/kubeflow-manifests/
# Refactor Katib docs
/docs/components/hyperparameter /docs/components/katib/overview
/docs/components/katib/hyperparameter /docs/components/katib/getting-started
/docs/components/katib/experiment /docs/components/katib/user-guides/hp-tuning/configure-experiment
/docs/components/katib/early-stopping /docs/components/katib/user-guides/early-stopping
/docs/components/katib/resume-experiment /docs/components/katib/user-guides/resume-experiment
/docs/components/katib/trial-template /docs/components/katib/user-guides/trial-template