Skip to content

Add one-liner info about components of KubeFlow to docs #4055

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/en/docs/components/katib/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Katib"
description = "Documentation for Kubeflow Katib"
description = "Kubernetes-Native Automated Machine Learning (AutoML)"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Kubernetes-Native Automated Machine Learning (AutoML)"
description = "Hyperparameter tuning and neural architecture search tool"

weight = 70
+++
2 changes: 1 addition & 1 deletion content/en/docs/components/model-registry/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Model Registry"
description = "Documentation for Kubeflow Model Registry"
description = "Central Index for Indexing and Managing ML Models"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Central Index for Indexing and Managing ML Models"
description = "Repository for storing and versioning ML models and metadata"

weight = 70
+++
2 changes: 1 addition & 1 deletion content/en/docs/components/notebooks/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Kubeflow Notebooks"
description = "Documentation for Kubeflow Notebooks"
description = "Running Development Environments Inside Kubernetes Clusters"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Running Development Environments Inside Kubernetes Clusters"
description = "Interactive environments for data exploration and model development"

weight = 10
+++
2 changes: 1 addition & 1 deletion content/en/docs/components/pipelines/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Kubeflow Pipelines"
description = "Documentation for Kubeflow Pipelines."
description = "Building and Deploying Scalable ML Workflows in Docker Containers"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Building and Deploying Scalable ML Workflows in Docker Containers"
description = "Platform for building and deploying ML workflows using containers"

weight = 15
+++
2 changes: 1 addition & 1 deletion content/en/docs/components/spark-operator/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Spark Operator
description: Documentation for Spark Operator
description: "Kubernetes Operator for Apache Spark Application Management"
weight: 70
---
2 changes: 1 addition & 1 deletion content/en/docs/components/trainer/_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
+++
title = "Kubeflow Trainer"
description = "Documentation for Kubeflow Trainer"
description = "Kubernetes-Native LLM Fine-Tuning and Distributed ML Trainings"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
description = "Kubernetes-Native LLM Fine-Tuning and Distributed ML Trainings"
description = "Distributed training toolkit for machine learning models"

weight = 20
+++