Skip to content

Commit c563ac2

Browse files
author
Jen Weber
authored
Add CLI guides to the navbar (#576)
* link to the cli docs from the landing page * add cli guides to the navbar
1 parent 26b149f commit c563ac2

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

app/controllers/application.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,16 @@ const links = [{
55
type: 'dropdown',
66
items: [{
77
href: 'https://guides.emberjs.com',
8-
name: 'Guides',
8+
name: 'Ember.js Guides',
99
type: 'link'
1010
}, {
1111
href: 'https://emberjs.com/api',
1212
name: 'API Reference',
1313
type: 'link'
14+
}, {
15+
href: 'https://cli.emberjs.com',
16+
name: 'CLI Guides',
17+
type: 'link'
1418
}, {
1519
type: 'divider'
1620
}, {

app/templates/project-version/index.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
from the dropdown menu. Ember has core methods used in any app, while Ember Data has
66
documentation of the built-in library for making requests to a back end.
77
If you're looking for documentation of the command line tool used to generate files, build your
8-
app, and more, visit <a href="https://ember-cli.com/">ember-cli</a>. The latest
8+
app, and more, visit <a href="https://cli.emberjs.com/">ember-cli</a>. The latest
99
testing API is available at
1010
<a href="https://github.com/emberjs/ember-test-helpers/blob/master/API.md">ember-test-helpers</a>.
1111
</p>

0 commit comments

Comments
 (0)