-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Nested version search index problem #575
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Yes we do have multi version capabilities. I updated the You just need to update the snippet
$VERSION being When you'll have v1 ready, we'll add it to the config. And you can change the $VERSION to Does that makes sense ? |
@maxiloc awesome, thanks again! |
@maxiloc |
Yes we can support it as well but right now http://jp.vuejs.org/v2/api/ does not exist so I can not move it to the new config. |
@maxiloc Are we ok with new configration? |
Yes as soon as you deploy ping me and I'll update the config |
@maxiloc thanks! |
@maxiloc search configuration is the following:
|
Ok it's deployed on our side. You just need to update the v1 by this one:
|
@maxiloc |
@maxiloc It's is not |
@kazupon My bad, it should be fixed now |
@maxiloc Thank you very much! 😺 |
@maxiloc, @yyx990803 — could you please give me a hint on how to update Algolia config for Russian translation? Comparing Japanese and English versions I've realized I need to provide different |
I need to configure it. What is the url ? |
Here you go: |
@maxiloc awesome! Thank you! |
I believe this is all resolved now, so closing. 🙂 |
@maxiloc sorry to bother again, but as we are planning to merge multiple major versions of the docs under one domain (from
vuejs.org
+v1.vuejs.org
tovuejs.org/v2
andvuejs.org/v1
), we realized that Algalia may end up including both versions under the same index, and the search results can be confusing.Basically, our question is - is it possible to make one index only crawl pages under
vuejs.org/v1
, while the othervuejs.org/v2
?The text was updated successfully, but these errors were encountered: