Skip to content

Add CLI guides to the navbar #576

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Dec 6, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion app/controllers/application.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ const links = [{
type: 'dropdown',
items: [{
href: 'https://guides.emberjs.com',
name: 'Guides',
name: 'Ember.js Guides',
type: 'link'
}, {
href: 'https://emberjs.com/api',
name: 'API Reference',
type: 'link'
}, {
href: 'https://cli.emberjs.com',
name: 'CLI Guides',
type: 'link'
}, {
type: 'divider'
}, {
Expand Down
2 changes: 1 addition & 1 deletion app/templates/project-version/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
from the dropdown menu. Ember has core methods used in any app, while Ember Data has
documentation of the built-in library for making requests to a back end.
If you're looking for documentation of the command line tool used to generate files, build your
app, and more, visit <a href="https://ember-cli.com/">ember-cli</a>. The latest
app, and more, visit <a href="https://cli.emberjs.com/">ember-cli</a>. The latest
testing API is available at
<a href="https://github.com/emberjs/ember-test-helpers/blob/master/API.md">ember-test-helpers</a>.
</p>
Expand Down