You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: tests/dummy/app/pods/docs/quickstart/template.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,15 +5,15 @@ This quickstart guide will get you going with a docs site for your brand new add
5
5
1.**Install the addon.**
6
6
7
7
```
8
-
ember install ember-learn/ember-cli-addon-docs
8
+
ember install ember-cli-addon-docs
9
9
```
10
10
11
-
2.**Add the docs route.** Open `tests/dummy/app/router.js` and add a route named `docs`. Go ahead and make it nested, since this is where you'll be defining additional documentation pages.
11
+
2.**Add the required routes.** Open `tests/dummy/app/router.js` and add the following route definitions:
0 commit comments