Commit Graph

15 Commits

Author SHA1 Message Date
Mathew Wicks 4f092f1576
website: Add dark theme (#3981)
* Add dark theme to website

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Fix white borders on images in dark mode

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Fix tables in dark mode

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Fix home action buttons on very small screens

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Undo architecture diagram changes

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Update trainer homepage copy based on review

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Make variables for KF colors

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Update search colors based on review

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Use project logos with words on homepage

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Make home section borders gray

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

---------

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2025-03-30 01:45:29 +00:00
Mathew Wicks 6aefa59614
Add Swagger UI for Model Registry (#3980)
Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2025-02-14 22:29:37 +00:00
Matteo Mortari 06c763f543
fix broken link to k8s documentation (#3661)
Signed-off-by: Matteo Mortari <matteo.mortari@gmail.com>
2024-12-02 12:04:57 +00:00
Mathew Wicks 90f4b7ed25
Add version popout to "Packaged Distributions" table (#3842)
* Add "version notice" popouts to Packaged Distributions table

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Remove old link to conformance proposal

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Make button colors less vivid to avoid distraction

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Avoid strange wrapping of "release notes" links

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Remove icons

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Make all versions blue

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Use outline rather than solid color

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Make all second-paragraph popups the same.

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Run `get_new_releases.sh` to get the 1.9.1 release

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

---------

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-11-07 20:46:13 +00:00
Valentina Rodriguez Sosa 987c75e98c
Update Documentation reference to the same version of Kubernetes API 1.29 (#3912)
Signed-off-by: varodrig <varodrig@redhat.com>
2024-10-17 16:34:20 +00:00
Mathew Wicks 6d53777fdf
Improve sidebar style for deeply nested pages (#3816)
* Improve sidebar style for deep nesting

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* ensure bottom of sidebar is always scrollable

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* improve the look of the seperator lines

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Set max width for large screens

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Remove arrow rotation on hover

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Fix KFP API reference pages (remove extra bootstrap)

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Fix homepage and small screen alignment.

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Reduce sidebar size

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Fix styles + Add swagger-ui for KFP

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Don't break swagger mid-word unless necessary.

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Allow setting a swagger "base URL" + Add preamble

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Fix small mobile scrollbar

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Clean up swagger pages (remove extra heading/intro)

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Add logs to help debug missing remote swagger JSON

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Use H2 headings on swagger pages

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

* Fix sidebar color + logo position

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>

---------

Signed-off-by: Mathew Wicks <5735406+thesuperzapper@users.noreply.github.com>
2024-08-10 02:34:38 +00:00
Helber Belmiro 02eb59b5e9
Added page for kfp-kubernetes (#3796)
* Added page for kfp-kubernetes

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>

* Fixed description

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>

* Removed unneeded sentence.

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>

---------

Signed-off-by: hbelmiro <helber.belmiro@gmail.com>
2024-07-16 13:09:56 +00:00
Mandeep Cheema 4e62040efd
fix: broken github url in component-spec.md (#3800)
Signed-off-by: Mandeep Cheema <mandeep.cheema@starlingbank.com>
2024-07-11 13:01:21 +00:00
Helber Belmiro 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>
2024-06-20 18:59:00 +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
James Liu f9c53200ff
pipeline: Add title section to enable navigation in KFP API reference doc (#3288) 2022-06-24 21:38:41 +00:00
James Liu d1ae9e4b16
pipelines: Update backend API reference doc to the latest (#3286) 2022-06-24 19:35:40 +00:00
Connor McCarthy 0649c6a19b
fix: use canonical v1 link throughout pipelines docs (#3240)
* fix: use canonical v1 links throughout docs

* use master for roadmap

* fix other broken links

* use sdk/release-1.8 instead of commit hash
2022-05-05 17:43:13 +00:00
Mathew Wicks 9397746ebe
refactor `Components / Kubeflow Pipelines` section (#3063)
* refactor pipelines section

* fix links & move "introduction" to root

* revert rename of "TFX Compatibility Matrix"
2021-11-24 00:37:47 +00:00
Rui Vasconcelos 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
2021-03-03 11:03:48 -08:00