actix / actix-website

The Actix Web website.
https://actix.rs
Apache License 2.0
193 stars 253 forks source link

Search functionality #315

Closed robjtede closed 4 months ago

robjtede commented 1 year ago

Discussed in https://github.com/actix/actix-web/discussions/2988

Originally posted by **samiy803** March 3, 2023 The documentation on the Actix website is great, but I think it's missing a search feature. This would make it a lot easier to navigate between pages and find the information you're looking for.
JohnTitor commented 1 year ago

Looking at https://docusaurus.io/docs/search, we have some options:

  1. Using Algolia DocSearch According to the above docs:

    The service is free for any open-source project: just make sure to read the checklist and apply to the DocSearch program.

    That sounds nice, but it feels like too much for our case (I guess it's anything harmful though).

  2. Using Local Search AFAIK this is the smallest option. We have to find a good plugin but it doesn't add any more external services.

I'm leaning towards the first option if the configuration/setup is simple enough.