From 3cf64f5ef03233968cb5bfb29c427935f76f8129 Mon Sep 17 00:00:00 2001 From: Ilya Radchenko Date: Wed, 18 Apr 2018 19:00:43 -0400 Subject: [PATCH] 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. --- tests/dummy/app/pods/docs/quickstart/template.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/dummy/app/pods/docs/quickstart/template.md b/tests/dummy/app/pods/docs/quickstart/template.md index 9aa571949..f4dbe5e69 100644 --- a/tests/dummy/app/pods/docs/quickstart/template.md +++ b/tests/dummy/app/pods/docs/quickstart/template.md @@ -53,7 +53,7 @@ of the box we will create two `.md` files (one for your docs `index` and one for the `usage` page). {{#docs-snippet name='quickstart-markdown-index.md' title='tests/dummy/app/templates/docs/index.md' language='markdown'}} - # Index + # Introduction This is my new addon, and it rocks! {{/docs-snippet}}