This repository is deprecated. The most up-to-date code is now at @carrotsearch/gatsby-theme-apidocs.
A Gatsby plugin that implements the client-side search backend of APIDocs.
The plugin takes all the text snippets extracted by the HTML transformer plugin and builds a fuzzysort index for them. Based on that index, a client-side Sublime-like searches can be applied to all the content in the APIDocs documentation site.
See gatsby-starter-apidocs
for usage example
and documentation.