README.md in jekyll_pages_api-0.1.3 vs README.md in jekyll_pages_api-0.1.4
- old
+ new
@@ -38,9 +38,13 @@
}
```
This endpoint will be re-generated any time your site is rebuilt.
+### Skipping the index
+
+The [Jekyll Pages API Search plugin](https://github.com/18F/jekyll_pages_api_search) uses this plugin to build a search index. Add `skip_index: true` to the front matter of any documents you wish to exclude from this index.
+
## Developing
* Run `bundle` to install any necessary gems.
* Run `bundle exec rake -T` to get a list of build commands and descriptions.
* Run `bundle exec rake spec` to run the tests.