-
-
Notifications
You must be signed in to change notification settings - Fork 113
Added useful links to landing page #559
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
Changes from 3 commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,4 +36,19 @@ | |
<p> | ||
The most up-to-date and complete mappings between the previous API and the new JavaScript Modules API can be found at the <a href='https://github.com/ember-cli/ember-rfc176-data'>ember-rfc176-data</a> repository. <a href='https://github.com/tomdale/ember-modules-codemod'>Codemod tooling</a> is also available to help migrate existing Ember projects to the new JavaScript Modules API syntax. | ||
</p> | ||
<h2>Useful links</h2> | ||
<ul> | ||
<li> | ||
<h5> | ||
<a href="https://github.com/ember-learn/ember-api-docs">API Documentation</a> - | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
|
||
GitHub repository | ||
</h5> | ||
</li> | ||
<li> | ||
<h5> | ||
<a href="https://guides.emberjs.com/release/getting-started/core-concepts/">Core Concepts</a> - | ||
Ember core concepts documentation | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The description is repetitive to the title. A better description might be something like "An overview of some foundational Ember concepts" There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Instead of this link why not just link to the front page of the guides: https://guides.emberjs.com/release/ and mention in the description that the guides document foundational concepts in Ember. |
||
</h5> | ||
</li> | ||
</ul> | ||
</article> |
Uh oh!
There was an error while loading. Please reload this page.