Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/chesteralan/gatsby-source-builder

Gatsby Source Builder.io
https://github.com/chesteralan/gatsby-source-builder

Last synced: 27 days ago
JSON representation

Gatsby Source Builder.io

Awesome Lists containing this project

README

        

# gatsby-source-builder
Gatsby Source Builder.io

## gatsby-config.js
```
{
resolve: 'gatsby-source-builder',
options: {
apiKey: "enter-your-builder.io-api-key-in-here",
models:["page"],
limit: 100,
includeRefs: true,
sort: ''
}
}
```