canonical / bundle-kubeflow

Charmed Kubeflow
Apache License 2.0
104 stars 50 forks source link

Add Charmhub home page link to charmcraft.yaml #1071

Closed a-velasco closed 2 months ago

a-velasco commented 2 months ago

Issue

The Kubeflow bundle page on Charmhub does not have a designated discourse index topic.

Solution

Add a link to a home page topic created on discourse.charmhub.io. According to the Juju/charmcraft documentation, this must be done in the repository's charmcraft.yaml with the link key.

The discourse topic being linked has the following content:

# Charmed Kubeflow bundle

Charmed Kubeflow (CKF) is an open-source, end-to-end, production-ready [MLOps](https://ubuntu.com/blog/what-is-mlops) platform on top of cloud-native technologies. It is intended for data scientists and ML engineers, providing an advanced toolkit to organise and scale their work.

For information about how to deploy, integrate, and manage this charm bundle, see the [official Charmed Kubeflow documentation](https://charmed-kubeflow.io/docs).

This content will be rendered in the landing page charmhub.io/kubeflow.


Jira ticket: DOCPR-707