We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dbc7a1b commit 0011656Copy full SHA for 0011656
docs/tutorial/part-four/index.md
@@ -733,8 +733,10 @@ you use GraphQL to query your _data_ and _map_ the data to _pages_—all at buil
733
time. This is a really powerful idea. We'll be exploring its implications and
734
ways to use it for the remainder of the tutorial.
735
736
-Creating new pages has two steps, 1) generate the "path" or "slug" for the page
737
-and 2) create the page.
+Creating new pages has two steps:
+
738
+1. Generate the "path" or "slug" for the page.
739
+2. Create the page.
740
741
To create our Markdown pages, we'll learn to use two Gatsby APIs
742
[`onCreateNode`](/docs/node-apis/#onCreateNode) and
0 commit comments