Commit Graph

4 Commits

Author SHA1 Message Date
Ryan Jaemun Jung 83cd2d1125
fix: update KFP SDK doc links throughout pipelines docs. fix #3569 (#3568) 2023-09-11 17:29:35 +00:00
Connor McCarthy 21b9c33cbc
update KFP website for KFP SDK v2 GA (#3526)
* update v2 section of docs

* update v1 section of docs

* capitalize F for consistency

* small simplification
2023-06-20 20:23:40 +00:00
Connor McCarthy fa7b58a378
fix v1 docs links (#3455) 2023-02-28 16:56:02 +00:00
Connor McCarthy 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>
2022-09-15 16:36:41 +00:00