Skip to content

Commit 6daf085

Browse files
authored
Fix file extension in docs (#459)
1 parent 1182289 commit 6daf085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/dummy/app/pods/docs/quickstart/template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Since most guides contain written prose, the majority of your guides pages will
117117
The generator should have created
118118

119119
- the **markdown file** in the `tests/dummy/app/templates/docs` directory
120-
- the **nav item entry** in `tests/dummy/app/templates/docs.md`
120+
- the **nav item entry** in `tests/dummy/app/templates/docs.hbs`
121121
- the **`route` entry** in `tests/dummy/app/router.js` _for non-`index` routes_
122122

123123
You can generate additional pages as you build out your docs site:

0 commit comments

Comments
 (0)