From e86c1ad2fc86090cd52eab37b0d541d948ff388a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Bryx=C3=AD?= Date: Sun, 13 Apr 2025 17:17:24 +0200 Subject: [PATCH] docs: How do I "add ecad"? - Adding section does not have any isntructions. - Should I just `ember install`? Or are there any other steps? --- tests/dummy/app/templates/docs/standalone-apps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/dummy/app/templates/docs/standalone-apps.md b/tests/dummy/app/templates/docs/standalone-apps.md index 4f3f02745..235637fed 100644 --- a/tests/dummy/app/templates/docs/standalone-apps.md +++ b/tests/dummy/app/templates/docs/standalone-apps.md @@ -21,6 +21,8 @@ In my case, I did it as an [in repo addon](https://github.com/ember-animation/em ## 4. Add `ember-cli-addon-docs` to your docs app. +You can follow the quickstart guide. + ## 5. Set `documentingAddonAt` Configure the docs app's `ember-cli-build.js` to tell ember-cli-addon-docs to point at the addon: