deepset-ai / haystack-integrations

🚀 A list of Haystack Integrations, maintained by the community or deepset.
54 stars 66 forks source link

No meta title info for integrations #18

Closed bilgeyucel closed 9 months ago

bilgeyucel commented 1 year ago

Currently, there's no meta title info provided for integration detail pages. We need "title" attribute in frontmatter to have a meta title.

image

There are two options to solve this:

  1. Add extra "title" attribute to frontmatter for each integration, which would probably have the same value with "name"
  2. Rename "name" as "title". We need to change the UI code as well for this. -> I'd go with this one
TuanaCelik commented 1 year ago

I agree with option 2. Let's fix this both here and also means we fix it in haystack-home i think

bilgeyucel commented 9 months ago

This seems like fixed