mirror of https://github.com/kubeflow/website.git
2 Commits
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
d3ca1b1db5
|
Improve the KFP / User Guides / Core Functions docs (#3795)
* Improve the KFP / User Guides / Core Functions docs Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * Small updates 1 Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * Fix `KFPClientManager()` for Kubeflow 1.9.0 Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * Fix checklinks errors Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * Make "Connect the SDK to the API" more clear Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> --------- Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> |
|
|
|
8e56df75dc
|
Restructured Kubeflow Pipelines docs (#3737)
* Restructured Kubeflow Pipelines docs Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Fixed broken links Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Moved new redirects to the end of the file Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Renamed How-to/User guides to User guides Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Fixed redirects Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Removed double slash typo Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Fixed "Legacy v1" title Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Added "Operator Guides" section Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Added brackets to Legacy page Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Moved Introduction and getting-started.md to the root Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Reverted changes to other components Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Removed catch-all redirects and moved new redirects to the bottom of the file Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Renamed the how-to directory to user-guides Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Regrouped user guides Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Moved "Concepts" to Pipelines Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Moved component-spec.md Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Moved interfaces.md Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Moved pipeline-root.md Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Reverted changes outside of pipelines Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Update content/en/docs/components/pipelines/reference/sdk.md Signed-off-by: hbelmiro <helber.belmiro@gmail.com> Co-authored-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * Removed warning Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Fixed /docs/components/pipelines/installation/ broken links Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Removed beta status flag from pipeline-root.md Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Fixed broken links Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Fixed broken links Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Update content/en/_redirects Signed-off-by: hbelmiro <helber.belmiro@gmail.com> Co-authored-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * Update content/en/_redirects Signed-off-by: hbelmiro <helber.belmiro@gmail.com> Co-authored-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * Update content/en/docs/components/pipelines/concepts/component.md Signed-off-by: hbelmiro <helber.belmiro@gmail.com> Co-authored-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * Update content/en/docs/components/pipelines/legacy-v1/sdk/manipulate-resources.md Signed-off-by: hbelmiro <helber.belmiro@gmail.com> Co-authored-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * Update content/en/docs/components/pipelines/legacy-v1/sdk/python-function-components.ipynb Signed-off-by: hbelmiro <helber.belmiro@gmail.com> Co-authored-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * Update content/en/docs/components/pipelines/legacy-v1/sdk/python-function-components.md Signed-off-by: hbelmiro <helber.belmiro@gmail.com> Co-authored-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * Update content/en/docs/components/pipelines/legacy-v1/tutorials/api-pipelines.md Signed-off-by: hbelmiro <helber.belmiro@gmail.com> Co-authored-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * Update content/en/docs/components/pipelines/legacy-v1/tutorials/build-pipeline.md Signed-off-by: hbelmiro <helber.belmiro@gmail.com> Co-authored-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> * Fixed redirects Signed-off-by: hbelmiro <helber.belmiro@gmail.com> * Fixed redirects Signed-off-by: hbelmiro <helber.belmiro@gmail.com> --------- Signed-off-by: hbelmiro <helber.belmiro@gmail.com> Co-authored-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com> |