guides-source
guides-source copied to clipboard
This repository contains the Ember.js Guides
# Problem Summary 1. Blockquotes are unstyled in the guide 2. Many guides currently utilize blockquotes in a semantically incorrect way **Example _screenshot_ where the second paragraph is a blockquote:**...
After https://github.com/ember-learn/guides-source/pull/1365 is merged, I think we should show how to use guidFor to generate the ID. There is a good example in the Ember Octane Cheatsheet https://ember-learn.github.io/ember-octane-vs-classic-cheat-sheet/
This topic is still under discussion and isn't ready yet to be picked up by contributors. The goal is to first work out some of the big questions of what...
declaring models as util classes and using `@tracked` property (as described here https://octane-guides-preview.emberjs.com/release/state-management/tracked-properties/#toc_tracked-properties-in-custom-classes) causes any such model passed to a `JSON.stringify` call to omit any tracked properties from the json...
In Ember Octane, we have an emphasis on teaching devs how to use Ember to interact with the DOM. We should show an example of how to create a regular...
We need to add more examples that clearly define `...attributes` and give several examples for use. - [ ] 2-3 examples of position placement and the outcomes - [ ]...
Just a small inconsistency. The quickstart says ```sh cd ember-quickstart ember serve ``` but my terminal showed ``` 👉 We suggest you that you get started by typing: $ cd...
The [Feature Flags doc](https://github.com/emberjs/ember.js/blob/master/FEATURES.md) and [guide](https://guides.emberjs.com/release/configuring-ember/feature-flags/) indicates that the feature key should be in lowercase dasherize format, but this format is an old format and it is not working anymore....
`@action async foo() {}` seems like a really nice way to write code, but there are some gotchas that should be documented. Probably should go here: https://guides.emberjs.com/release/components/component-state-and-actions/ Following a discussion...
Since the values of each optional feature depend on which edition the application is on, we should make sure the documentation displays such information.