0.0.4 • Published 4 years ago

@adobe/parliament-site-search-index v0.0.4

Weekly downloads
268
License
Apache-2.0
Repository
github
Last release
4 years ago

@adobe/parliament-site-search-index

A Gatsby plugin for creating an ElasticLunr search index of markdown and Open API specs.

Install

npm install --save @adobe/parliament-site-search-index

How to use

// In your gatsby-config.js
module.exports = {
  plugins: [`@adobe/parliament-site-search-index`],
}

How to query

You can query file nodes like the following:

{
  ParliamentSearchIndex
}

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.