Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ <h3 class="section-head text-center">
</div>
</div>
<div class="card">
<a href="/docs/components/pipelines/overview/" target="_blank" rel="noopener" >
<a href="https://kubeflow-pipelines.readthedocs.io/en/latest/guides/overview.html" target="_blank" rel="noopener" >
<img
src="https://raw.githubusercontent.com/cncf/artwork/refs/heads/main/projects/kubeflow-pipelines/stacked/color/kubeflow-pipelines-stacked-color.svg"
class="card-img-top"
Expand All @@ -266,7 +266,7 @@ <h3 class="section-head text-center">
<div class="card-body bg-primary-dark">
<div class="card-title">Kubeflow Pipelines</div>
<p class="card-text">
<a target="_blank" rel="noopener" href="/docs/components/pipelines/overview/">Kubeflow Pipelines</a> (KFP) is a platform for building then deploying portable and scalable machine learning workflows using Kubernetes.
<a target="_blank" rel="noopener" href="https://kubeflow-pipelines.readthedocs.io/en/latest/guides/overview.html">Kubeflow Pipelines</a> (KFP) is a platform for building then deploying portable and scalable machine learning workflows using Kubernetes.
</p>
<div class="card-footer-github"><a href="https://github.com/kubeflow/pipelines" target="_blank" class="kf-github-btn" title="Github Stars">
<i class="fab fa-github"></i>
Expand Down
57 changes: 56 additions & 1 deletion content/en/_redirects
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/docs/guides/pipelines/deploy-pipelines-service/ /docs/components/pipelines/pipelines-quickstart/

# https://github.com/kubeflow/website/pull/3786
/docs/components/pipelines/legacy-v1/overview/multi-user /docs/components/pipelines/operator-guides/multi-user
/docs/components/pipelines/legacy-v1/overview/multi-user /docs/components/pipelines/legacy-v1/overview/

# Merged duplicate page pipelines-samples.md into build-pipeline.md
/docs/pipelines/pipelines-samples/ /docs/components/pipelines/legacy-v1/sdk/build-pipeline/
Expand Down Expand Up @@ -220,6 +220,61 @@ docs/started/requirements/ /docs/started/getting-started/
/docs/external-add-ons/kserve/first_isvc_kserve/ https://kserve.github.io/website/latest/get_started/first_isvc/
/docs/external-add-ons/kserve/migration/ https://kserve.github.io/website/latest/admin/migration/

# Kubeflow Pipelines v2 documentation now lives on Read the Docs.
/docs/components/pipelines/concepts/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/concepts/index.html
/docs/components/pipelines/concepts/component/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/concepts/component.html
/docs/components/pipelines/concepts/experiment/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/concepts/experiment.html
/docs/components/pipelines/concepts/graph/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/concepts/graph.html
/docs/components/pipelines/concepts/ir-yaml/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/concepts/ir-yaml.html
/docs/components/pipelines/concepts/metadata/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/concepts/metadata.html
/docs/components/pipelines/concepts/output-artifact/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/concepts/output-artifact.html
/docs/components/pipelines/concepts/pipeline-root/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/concepts/pipeline-root.html
/docs/components/pipelines/concepts/pipeline/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/concepts/pipeline.html
/docs/components/pipelines/concepts/run-trigger/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/concepts/run-trigger.html
/docs/components/pipelines/concepts/run/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/concepts/run.html
/docs/components/pipelines/concepts/step/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/concepts/step.html
/docs/components/pipelines/getting-started/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/getting-started.html
/docs/components/pipelines/interfaces/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/interfaces.html
/docs/components/pipelines/operator-guides/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/operator-guides/index.html
/docs/components/pipelines/operator-guides/configure-object-store/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/operator-guides/configure-object-store.html
/docs/components/pipelines/operator-guides/installation/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/operator-guides/installation/index.html
/docs/components/pipelines/operator-guides/multi-user/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/operator-guides/multi-user.html
/docs/components/pipelines/operator-guides/server-config/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/operator-guides/server-config.html
/docs/components/pipelines/overview/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/overview.html
/docs/components/pipelines/reference/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/reference/index.html
/docs/components/pipelines/reference/api/kubeflow-pipeline-api-spec/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/reference/api/kubeflow-pipeline-api-spec.html
/docs/components/pipelines/reference/community-and-support/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/reference/community-and-support.html
/docs/components/pipelines/reference/component-spec/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/reference/component-spec.html
/docs/components/pipelines/reference/kfp-kubernetes/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/reference/kfp-kubernetes.html
/docs/components/pipelines/reference/sdk/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/reference/sdk.html
/docs/components/pipelines/reference/version-compatibility/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/reference/version-compatibility.html
/docs/components/pipelines/user-guides/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/index.html
/docs/components/pipelines/user-guides/components/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/components/index.html
/docs/components/pipelines/user-guides/components/additional-functionality/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/components/additional-functionality.html
/docs/components/pipelines/user-guides/components/compose-components-into-pipelines/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/components/compose-components-into-pipelines.html
/docs/components/pipelines/user-guides/components/container-components/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/components/container-components.html
/docs/components/pipelines/user-guides/components/containerized-python-components/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/components/containerized-python-components.html
/docs/components/pipelines/user-guides/components/importer-component/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/components/importer-component.html
/docs/components/pipelines/user-guides/components/lightweight-python-components/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/components/lightweight-python-components.html
/docs/components/pipelines/user-guides/components/load-and-share-components/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/components/load-and-share-components.html
/docs/components/pipelines/user-guides/components/notebook-component/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/components/notebook-component.html
/docs/components/pipelines/user-guides/core-functions/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/core-functions/index.html
/docs/components/pipelines/user-guides/core-functions/build-advanced-pipeline/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/core-functions/build-advanced-pipeline.html
/docs/components/pipelines/user-guides/core-functions/caching/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/core-functions/caching.html
/docs/components/pipelines/user-guides/core-functions/cli/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/core-functions/cli.html
/docs/components/pipelines/user-guides/core-functions/compile-a-pipeline/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/core-functions/compile-a-pipeline.html
/docs/components/pipelines/user-guides/core-functions/connect-api/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/core-functions/connect-api.html
/docs/components/pipelines/user-guides/core-functions/control-flow/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/core-functions/control-flow.html
/docs/components/pipelines/user-guides/core-functions/execute-kfp-pipelines-locally/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/core-functions/execute-kfp-pipelines-locally.html
/docs/components/pipelines/user-guides/core-functions/platform-specific-features/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/core-functions/platform-specific-features.html
/docs/components/pipelines/user-guides/core-functions/run-a-pipeline/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/core-functions/run-a-pipeline.html
/docs/components/pipelines/user-guides/data-handling/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/data-handling/index.html
/docs/components/pipelines/user-guides/data-handling/artifacts/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/data-handling/artifacts.html
/docs/components/pipelines/user-guides/data-handling/data-types/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/data-handling/data-types.html
/docs/components/pipelines/user-guides/data-handling/parameters/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/data-handling/parameters.html
/docs/components/pipelines/user-guides/data-handling/pipeline-root/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/data-handling/pipeline-root.html
/docs/components/pipelines/user-guides/migration/ https://kubeflow-pipelines.readthedocs.io/en/latest/guides/user-guides/migration.html

# ===============
# IMPORTANT NOTE:
# Catch-all redirects should be added at the end of this file as redirects happen from top to bottom
Expand Down
5 changes: 5 additions & 0 deletions content/en/docs/components/pipelines/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,8 @@ title = "Kubeflow Pipelines"
description = "Documentation for Kubeflow Pipelines."
weight = 60
+++

For the latest Kubeflow Pipelines documentation, see the
[Kubeflow Pipelines Read the Docs site](https://kubeflow-pipelines.readthedocs.io/en/latest/).

For older deployments, see the [legacy v1 documentation](legacy-v1/).
5 changes: 0 additions & 5 deletions content/en/docs/components/pipelines/concepts/_index.md

This file was deleted.

Loading
Loading