4.0.1 • Published 7 months ago

@carrotsearch/gatsby-plugin-content-search v4.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 months ago

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.