question: how to add an icon to the registry packa...
# registry
p
question: how to add an icon to the registry package? I checked some of the packages in the registry that have icons and the
logo_url
field is always empty, where does the icon come from?
b
@plain-quill-22197 it comes from inside the schema. you set this value: https://github.com/jaxxstorm/pulumi-scaleway/blob/master/provider/resources.go#L83 and it should turn up here: https://github.com/pulumi/registry/blob/master/themes/default/data/registry/packages/scaleway.yaml#L5 when you run
registrygen
Although it's not working for me either, so we're digging in now
p
we found out that by convention the icon comes from the website itself, I opened a PR https://github.com/pulumi/pulumi-hugo/pull/1179
🙏 1