Skip to content

Commit 3cf64f5

Browse files
authored
fix(quickstart): index header should match the nav name
It's called 'Introduction' in the nav block above, so should probably match here as well.
1 parent ed278d8 commit 3cf64f5

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
@@ -53,7 +53,7 @@ of the box we will create two `.md` files (one for your docs `index` and one
5353
for the `usage` page).
5454

5555
{{#docs-snippet name='quickstart-markdown-index.md' title='tests/dummy/app/templates/docs/index.md' language='markdown'}}
56-
# Index
56+
# Introduction
5757

5858
This is my new addon, and it rocks!
5959
{{/docs-snippet}}

0 commit comments

Comments
 (0)