A Gatsby plugin for creating an ElasticLunr search index of markdown and Open API specs.
npm install --save @adobe/parliament-site-search-index
// In your gatsby-config.js
module.exports = {
plugins: [`@adobe/parliament-site-search-index`],
}You can query file nodes like the following:
{
ParliamentSearchIndex
}Contributions are welcomed! Read the Contributing Guide for more information.
This project is licensed under the Apache V2 License. See LICENSE for more information.