-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Problem
Some recipes use "asset" references in their catalog sections. There are two kinds of such references:
-
References to images. Example:
catalog: title: Nightly Builds of CogIMon Core Components version: nightly image: - catalog://cosima.png - catalog://kuka-lwr-sim.png
The catalog export turns these into image links such as
https://toolkit.cit-ec.uni-bielefeld.de/sites/toolkit.cit-ec.uni-bielefeld.de/files/cosima.png -
References to descriptions. Example:
catalog: title: Robotics Service Bus version: nightly description: opensource://rsb-generic.md
There are two issues:
-
The
opensourceschema doesn't make a lot of sense now -
Having this special treatment for a certain magic syntax within the description field is no longer necessary since the more general include syntax should be usable to achieve the same result.
-
Solution
-
Not sure. Maybe store the images alongside the recipes in the recipe repository?
-
The YAML include syntax seems like a good replacement.
Reactions are currently unavailable