[docs] Continue to flesh out gatsby-node api functions descriptions #31217
Unanswered
lannonbr
asked this question in
Ideas / Feature Requests
Replies: 1 comment
-
I would like to document onCreatePage API, should I create another issue referencing this one but more specific? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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

Beta Was this translation helpful? Give feedback.
All reactions