Update documentation to link to new URL API docs structure
See original GitHub issueSo for each package in ember source, weβd like to convert api doc links to our new url structure (example: https://emberjs.com/api/ember/release/classes/Application)
Additionally weβd like to convert references to old Ember namespaced classes to their simplified post RFC 176 names.
(example: documentation might refer to Ember.Object, while weβd want it to be EmberObject now)
See the readme for https://github.com/ember-cli/ember-rfc176-data for the mappings.
hereβs a list of all subdirectories in the packages/ directory. There may or may not be things to convert in some of these. if you verify these are not in need of conversion we can check them too.
Indicate in comments when you want to work on a directory and its yours. We will add your name to the item. Also when you submit a PR, mention this issue β#15723β so that the link shows up here.
Thanks and Happy coding!
- container π @Parrryy
- ember-glimmer π @Parrryy
- ember-views π @Parrryy
- ember π @MarcoUmpierrez
- ember-metal π @karthiick
- external-helpers π @Parrryy
- ember-application π @Parrryy
- ember-routing π @ynotdraw
- internal-test-helpers π @ynotdraw
- ember-console π @ynotdraw
- ember-runtime π @ynotdraw
- loader π @ynotdraw
- ember-debug π @williamhaley
- ember-template-compiler π @ynotdraw
- node-module π @ynotdraw
- ember-environment π @ynotdraw
- ember-testing π @ynotdraw
- ember-extension-support π @ynotdraw
- ember-utils π @ynotdraw
Update: Be sure to prepend your commits to [doc beta], so we can get these changes into 3.0!
See https://github.com/emberjs/ember.js/blob/master/CONTRIBUTING.md#documentation
Issue Analytics
- State:
- Created 6 years ago
- Comments:27 (18 by maintainers)

Top Related StackOverflow Question
Looks like we can close the book on this one. Thanks so much @ynotdraw @Parrryy @karthiick @MarcoUmpierrez @williamhaley for making it happen. It was cool to see it come together β€οΈ
I can do the
ember-application, itβll be my first contribution. Seems like a good one to start.