pulumi / docs

All things Pulumi docs!
https://pulumi.com
Apache License 2.0
128 stars 221 forks source link

Enhance API Docs Filtering to use Algolia #12928

Open interurban opened 1 month ago

interurban commented 1 month ago

Filtering on our api/docs hub page causes discoverability issues as it is strictly a text match against the name. Example issue here: https://github.com/pulumi/registry/issues/5372

Image

Filtering should be wired into Algolia to ensure all the metadata for packages is indexed and made available.