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 8d137ce commit 60997c8Copy full SHA for 60997c8
docs/tutorial/part-four/index.md
@@ -733,8 +733,9 @@ 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:
+1. Generate the "path" or "slug" for the page.
738
+2. Create the page.
739
740
To create our Markdown pages, we'll learn to use two Gatsby APIs
741
[`onCreateNode`](/docs/node-apis/#onCreateNode) and
0 commit comments