Skip to content

Commit

Permalink
Partial Revert of #3787 (#3794)
Browse files Browse the repository at this point in the history
This reverts commit 2180ab2.

Signed-off-by: Mathew Wicks <[email protected]>
  • Loading branch information
thesuperzapper authored Jul 6, 2024
1 parent 833cc62 commit b0d73bc
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion content/en/docs/components/pipelines/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,14 @@ The client will print a link to view the pipeline execution graph and logs in th

## Next steps

* Learn more about [Connecting the Pipelines SDK to Kubeflow Pipelines](/docs/components/pipelines/user-guides/core-functions/connect-api/).
In the next few sections, you'll learn more about the core concepts of authoring pipelines and how to create more expressive, useful pipelines.

* Learn more about [Connecting the Pipelines SDK to Kubeflow Pipelines](/docs/components/pipelines/user-guides/core-functions/connect-api/).

[installation]: /docs/components/pipelines/operator-guides/installation/
[client]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/client.html#kfp.client.Client
[compiler]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/compiler.html#kfp.compiler.Compiler
[ir-yaml]: /docs/components/pipelines/user-guides/core-functions/compile-a-pipeline#ir-yaml
[compile-a-pipeline]: /docs/components/pipelines/user-guides/core-functions/compile-a-pipeline/
[dsl-pipeline]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/dsl.html#kfp.dsl.pipeline
[dsl-component]: https://kubeflow-pipelines.readthedocs.io/en/stable/source/dsl.html#kfp.dsl.component

0 comments on commit b0d73bc

Please sign in to comment.