docs
docs copied to clipboard
Search is pointing to non existent pages
Go to https://cucumber.io/docs/installation/ and search for "BDD". The search result titled BDD Overview points to https://docs.cucumber.io/bdd/overview/
There are two problems with this URL:
- It points to the outdated
docs.cucumber.iodomain (we usecucumber.io/docs) - It redirects to the non existent URL https://cucumber.io/docs/bdd/overview/
We are currently using https://community.algolia.com/docsearch/ as a search engine (hosted and operated by algolia).
We may be able to fix the first problem (wrong domain) by configuring docsearch (haven't looked into it).
I'm not sure how to fix the 2nd problem.
I can look into this @aslakhellesoy.
Do we have an account for algolia that I can log into?
Thanks @mattwynne - I have forwarded you an email with the information about Algolia DocSearch. No account info, just an API token which is in clear-text in JavaScript.
It looks like the search results are not getting updated. For example: I just merged #409, which replaced "parenthesis" with "parentheses". When I search for "parenthesis" I still see that in the search results, but when I go the page it contains "parentheses".
I figured this would be fixed on the new site but in fact it's not.
@declark can you take a look at this when you're back?