https://pulumi.com logo
Title
p

plain-quill-22197

03/10/2022, 8:40 AM
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

billowy-army-68599

03/10/2022, 3:13 PM
@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

plain-quill-22197

03/10/2022, 3:48 PM
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
:thank-you: 1