cypress-example-kitchensink icon indicating copy to clipboard operation
cypress-example-kitchensink copied to clipboard

Set up Algolia search

Open bahmutov opened this issue 5 years ago • 1 comments

Now after improving the Algolia search for main documentation site https://github.com/cypress-io/cypress-documentation/issues/2668 (which includes scrubbing these examples too, but with lower rank), it would be trivial to set up separate Algolia app and index to scrape the https://example.cypress.io/ site

How to set up scraping: https://glebbahmutov.com/blog/scrape-static-site-with-algolia/ Then we can add the search widget to the navigation element of each page.

We can even keep the scraper as a job in this repository to be executed only on master after new site deploy.

bahmutov avatar Mar 30 '20 13:03 bahmutov

I've been using it with Laravel Scout and to be honest it was far away from my comfort zone to use Algolia without it, but you guys made it look easy...

Friv 9

phuong2020 avatar Jul 02 '20 00:07 phuong2020