You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ You’ll need to:
20
20
21
21
* create a folder for your service within `app/posts/`, for example `app/posts/your-service-name/`
22
22
* create a folder with the same name in `app/images/`, for example `app/images/your-service-name/`
23
-
* create a `your-service-name.js` file within `app/posts/` that adds the eleventyNavigation parent name as the name of your service (copy an existing example)
23
+
* create a `your-service-name.json` file within `app/posts/` that adds the eleventyNavigation parent name as the name of your service (copy an existing example)
24
24
* create a Markdown file in `app/posts/`, for example `app/posts/your-service-name.md`. Copy an existing example and update any references to match your service.
25
25
* update `eleventy.config.js` to create a new 'collection' for your service (copy one of the existing examples)
26
26
* update `app/_layouts/_product.njk` to list your new service in the `sections` variable
0 commit comments