mirror of https://github.com/kubeflow/website.git
3 Commits
| Author | SHA1 | Message | Date |
|---|---|---|---|
|
|
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> |
|
|
|
3f6a118cda
|
Pipelines v2 content: KFP SDK (#3346)
* move v1 docs under v1 content item * add v2 top-level content * move pipelines images to v1 images folder * change authoring section name * flatten directory structure * add kfp v2 quickstart (#3317) * add quickstart initial draft * update links * omit logs mention * change type checking language * content updates * add kfp v2 community and support (#3328) * add kfp v2 cli (#3318) * add kfp v2 authoring/components (#3320) * add components file * remove colon * update and describe packages_to_install * update links * clarify when to use lightweight components * update importer docs * add bring your own container doc for kfp sdk (#3315) * add getting started section * add all sections and sample components (wip) * nit: update link * resolve comments * add kfp v2 introduction (#3329) * wip * add introduction * implement review feedback * add kfp v2 compile a pipeline (#3326) * initial compile a pipeline draft * add paragraph about pipeline context * add kfp v2 run a pipeline (#3327) * add images * add run a pipeline draft * add kfp v2 authoring/tasks (#3322) * draft task docs * update links * add kfp v2 component i/o (#3330) * add task i/o draft * change title * change NamedTuple name * fix type annotation error * respond to review feedback * order imports * fix use of namedtuple * add pipeline as task content * Integrate CUJ 3 documentation into components.md (#3350) * integrate cuj3 doc in components.md * fix sample pipeline * resolve comments * resolve comments * add kfp v2 authoring/pipelines documentation (#3334) * draft authoring/pipelines docs * implement some review feedback * refresh and dedup pipeline as task content * clean up links * namespace v2 and add v1 redirect * fix links for v2 namespace * fix custom container component language * add pre-release note * re-trigger netlify deploy * resolve nit * use contributing master * reference installation v1 from v2 * remove unnecessary link * add reference docs links * update section name Co-authored-by: Scott_Xu <34961455+zichuan-scott-xu@users.noreply.github.com> |
|
|
|
c34470b84f
|
Move Kubeflow Pipelines under /components (#2505)
* Remove existing pipelines redirect * mv /pipelines to under /components * Fix all links poining to /pipelines -» /components/pipelines * Fix redirects src + add base redirect * Updating redirects + adding pipelines catch all * Moved Catch-all redirects to bottom of file * Update "weight" so that Pipelines is right after notebooks |