This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
[docs] Continue to flesh out gatsby-node api functions descriptions #12665
Labels
help wanted
Issue with a clear description that the community can help with.
type: documentation
An issue or pull request for improving or updating Gatsby's documentation
Summary
We have currently documented each of the various Node APIs here: https://www.gatsbyjs.org/docs/node-apis
That said, a large portion of them are just the name and a small description of it. What would be useful would be to add further context about each one that can include things like
Basic example
the
onCreateWebpackConfig
API is a good example to describe what the API is, what params are passed in, and an example of using it.https://www.gatsbyjs.org/docs/node-apis/#onCreateWebpackConfig
The text was updated successfully, but these errors were encountered: