cncf / landscape2

Landscape2 is a tool that generates interactive landscapes websites
https://landscape.cncf.io
Apache License 2.0
116 stars 29 forks source link

Extra field to store the contact person for an specific project #618

Closed benjagm closed 1 month ago

benjagm commented 1 month ago

Hi Team,

Could it be possible to store the contact person for a certain landscape project? We found the mailing_list_url field but is not enough for us. We are wondering if there is a way to present Name and email from the person championing the adoption in the organizacion.

Maybe we can add it in the summary_use_case field with a markdown or html link but we are unsure if this link will be rendered considering that links are not rendered when added in the description field. Does the landscape support any kind of style rendering like markdown or something else?

Thanks a lot!

tegioz commented 1 month ago

Hi @benjagm 👋

Let us think a bit about this and we'll get back to you 🙂

tegioz commented 1 month ago

We've added a new field named other_links to the extra section that allows defining additional links for an item. You can use it to add the adoption champion if you'd like (or any other helpful links for your use case) 🙂

extra:
  other_links:
    - name: "Adoption champion"
      url: "mailto:..."
link

Closed by #624