diff --git a/tests/dummy/app/pods/docs/quickstart/template.md b/tests/dummy/app/pods/docs/quickstart/template.md index 767654168..3281b655a 100644 --- a/tests/dummy/app/pods/docs/quickstart/template.md +++ b/tests/dummy/app/pods/docs/quickstart/template.md @@ -69,7 +69,7 @@ AddonDocs comes with some components to help you showcase your addon. Let's add {{#docs-snippet name="quickstart-marketing-index.hbs" title="tests/dummy/app/templates/index.hbs"}} {{docs-hero}} -
+
{{#docs-demo as |demo|}} {{#demo.example name="my-demo.hbs"}}

Make sure to read up on the DocsDemo component before building out this page.

@@ -153,7 +153,7 @@ Add the following route to the end of your router and create the associated temp {{/docs-snippet}} {{#docs-snippet name="quickstart-404.hbs" title="tests/dummy/app/templates/not-found.hbs"}} -
+

Not found

This page doesn't exist. {{#docs-link "index"}}Head home?{{/docs-link}}