We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af7448f commit b56b72bCopy full SHA for b56b72b
tests/dummy/app/pods/docs/quickstart/template.md
@@ -12,8 +12,9 @@ This quickstart guide will get you going with a docs site for your brand new add
12
13
```js
14
// tests/dummy/app/router.js
15
- Router.map(function() {
16
- this.route('docs', function() {
+ this.route('docs', function() {
+ this.route('api', function() {
17
+ this.route('class', { path: '/:class_id' });
18
});
19
20
```
0 commit comments