-
Notifications
You must be signed in to change notification settings - Fork 8
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
Index Erlang/OTP apps into typesense #48
Comments
@garazdawi do you have a preference of the version granularity you want us to index into search? Do you want every MAJOR.MINOR? Or also MAJOR.MINOR.PATCH? |
Yes, no problem.
The docs we publish are only for the latest patch release on each branch + the master branch, at the moment OTP-28.0-rc0, OTP-27.2, OTP-26.2.5.6, OTP-25.3.2.16, etc. So I want the indexing for each patch release, but I don't care about the results for anything but the latest patch on each branch. We may want to have indexing for each patch in the future, but I doubt it. If you are crawling erlang.org for the data, what you want to crawl is currently:
and then when 28 is released it will be:
With algolia we currently use sitemap.xml to describe which files to crawl. We also insert this metadata into the docs to help with crawling:
|
We can probably ask them to notify us on new tags/releases if necessary.
The text was updated successfully, but these errors were encountered: