ember-learn / ember-learn/cli-guides
Octane - add octane layout to reflect component co-location
- Dominant language
- JavaScript
- Stars
- 26
- Forks
- 77
- Avg merge
- 9m
- Merged PRs (30d)
- 2
Description
In several places throughtout these guides, we show the file paths for components as `components/my-component.js` and `templates/components/my-component.hbs`. These references need to be updated to reflect the new structure where both hbs and js files are in `components`. Since the cli guides are not versioned, we should show both classic and octane layouts.
Here's the page to update: https://cli.emberjs.com/release/advanced-use/project-layouts/
The work on the component generators is part of another separate issue, #134, so just edit the layouts page for this PR.
This work should target `master` and will be merged with 3.14.
Contributor guide
Assessment
This issue has not been assessed yet.