Gatsby: Where can I find all possible config settings for `gatsby-config.js?

Created on 6 Sep 2017  Â·  6Comments  Â·  Source: gatsbyjs/gatsby

The same question goes for gatsby-node, for example there is no docs available on which arguments are being passed to createPages and for some reason it's not possible to console.log the values either.

Most helpful comment

Hi.
I was stumbled upon this question as well and believe I have found the answer inside the source code
(Man, this project really needs more docs 😸 )

Here it is.

All 6 comments

Are you looking for https://www.gatsbyjs.org/docs/bound-action-creators/#createPage ? See the first link within the section of the createPages link you linked.

I want to know which arguments are being passed to: exports.createPages = (...args) => ...

I also want to know which configuration options are available in gatsby-config

@arekkas Did you find them?

no :(

Am 16.10.2017 um 12:58 schrieb Pedr Browne notifications@github.com:

@arekkas Did you find them?

—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.

Hi.
I was stumbled upon this question as well and believe I have found the answer inside the source code
(Man, this project really needs more docs 😸 )

Here it is.

@amberleyromo added a docs page for gatsby-config.js!

https://www.gatsbyjs.org/docs/gatsby-config/

Was this page helpful?
0 / 5 - 0 ratings

Related issues

Oppenheimer1 picture Oppenheimer1  Â·  3Comments

KyleAMathews picture KyleAMathews  Â·  3Comments

andykais picture andykais  Â·  3Comments

dustinhorton picture dustinhorton  Â·  3Comments

theduke picture theduke  Â·  3Comments