algolia / algoliasearch-helper-js

Helper for implementing advanced search features with Algolia
https://instantsearchjs.netlify.app/algoliasearch-helper-js/
MIT License
174 stars 46 forks source link

redirect pages to new location #954

Closed dhayab closed 1 year ago

dhayab commented 1 year ago

This PR redirects all generated documentation pages to their new location.

Basically, as there were only a few html files, these now only include a <meta http-equiv="redirect"> tag to make the browser redirect to the new location. There is also a tiny bit of javascript that adds the hash to the redirection URL if available.