algolia / react-instantsearch

⚡️ Lightning-fast search for React and React Native applications, by Algolia.
https://www.algolia.com/doc/guides/building-search-ui/what-is-instantsearch/react/
MIT License
1.97k stars 386 forks source link

Remove old pages from GitHub pages #1091

Closed Haroenv closed 1 year ago

Haroenv commented 6 years ago

https://community.algolia.com/react-instantsearch/widgets/MultiRange.html for example still exists, from v4, and those should probably 404 instead

samouss commented 6 years ago

I think there was an issue when we erase the previous version because I remember a commit of @vvo about that.

https://github.com/algolia/react-instantsearch/pull/444

vvo commented 6 years ago

Context on #444:

We chose 2. otherwise previously built CSS file is removed, and in some cases, you will load the HTML page of the website, it will be an old version in cache of cloudflare, but the CSS will have disappeared.

Best option would be not to remove MultiRange and throw a 404, but to keep it empty like RangeSlider, and redirect to the new way to implement it (renamed).

WDYT?

Haroenv commented 6 years ago

Yep, makes sense, let's add redirects for all the renamed things @samouss ?

Haroenv commented 1 year ago

The site no longer exists