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

Updated write-pages.md #19843

Merged
merged 3 commits into from
Dec 10, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/write-pages.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,4 +149,4 @@ It is also used by [Page HTML Generation](/docs/html-generation/) in two ways:
1. `static-entry.js` produces a `page-renderer.js` webpack bundle that generates the HTML for a path. It requires `data.json` and uses the `pages` to lookup the page for the page.
2. To get the `jsonName` from the page object, and uses it to construct a resource path for the actual json result by looking it up in `data.json.dataPaths[jsonName]`.

Now that we've written out page data, we can start on the [Webpack section](/docs/webpack-and-ssr/).
Now that Gatsby has written out page data, it can start on the [Webpack section](/docs/webpack-and-ssr/).