From 1b244dc93e66a1e4bdaef8b458b98cbb5fd42f6b Mon Sep 17 00:00:00 2001 From: Jordan Hawker Date: Fri, 28 Feb 2020 12:32:11 -0800 Subject: [PATCH] Replace inline styles with docs-container class Our own demo app uses a class instead of inline styles, but the guides never got updated. This will fail linting in most apps, and since we already provide the class for it, we should just tell users to use it. --- tests/dummy/app/pods/docs/quickstart/template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}}