-
Notifications
You must be signed in to change notification settings - Fork 499
Closed
Description
Since search performance is questionable I tried indexing the official Julia docs in Algolia, which works pretty well. See http://julia-search-docs.surge.sh/ for an example. This was created by scraping the web page, not by generating the index with Documenter.jl.
Algolia offers this service for open source projects: https://community.algolia.com/docsearch/
I was thinking it is useful to allow differ search backends when generating docs. Thoughts?