Currently in the Launchpad, when you register a pipeline, there is a
Description
box. We end up having to write a custom description for every pipeline for the users to read. However, we already have a
README.md
in every pipeline repo with similar details, and we even have external pipeline docs too. So being forced to re-write a static description here ends up with duplicated docs that can also get outdated easily.
I think it would be easier if there was some way that the Launchpad could (optionally?) use the contents of the pipeline repo's
README.md
file and render it in the
Description
field instead. So we could just updated the repo's files itself and they would be reflected in the Launchpad, somehow. Or maybe the pipeline
README.md
could be displayed in a separate box on the pipeline's Launchpad page?