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.
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!
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.