Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where can I find all possible config settings for `gatsby-config.js? #2032

Closed
aeneasr opened this issue Sep 6, 2017 · 6 comments
Closed

Comments

@aeneasr
Copy link

aeneasr commented Sep 6, 2017

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.

@jbolda
Copy link
Contributor

jbolda commented Sep 6, 2017

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.

@aeneasr
Copy link
Author

aeneasr commented Sep 6, 2017

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

@Undistraction
Copy link
Contributor

@arekkas Did you find them?

@aeneasr
Copy link
Author

aeneasr commented Oct 16, 2017 via email

@EvansJahja
Copy link
Contributor

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.

@KyleAMathews
Copy link
Contributor

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

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants