Skip to content

Commit b56b72b

Browse files
authored
Update template.md
1 parent af7448f commit b56b72b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

tests/dummy/app/pods/docs/quickstart/template.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@ This quickstart guide will get you going with a docs site for your brand new add
1212

1313
```js
1414
// tests/dummy/app/router.js
15-
Router.map(function() {
16-
this.route('docs', function() {
15+
this.route('docs', function() {
16+
this.route('api', function() {
17+
this.route('class', { path: '/:class_id' });
1718
});
1819
});
1920
```

0 commit comments

Comments
 (0)