ember-api-docs
ember-api-docs copied to clipboard
Ember API Docs viewer
The syntax highlighting of the example code snippet at https://emberjs.com/api/ember-data/3.0/classes/DS.Store/methods/unloadAll?anchor=unloadRecord seems broken currently. The code looks alright, but the highlighting of the nested function seems to disagree for some reason.
Not all of the github source code links in the docs work as expected. Especially in ember-data docs since 3.11.
 The reference to Ember Data is correct, but neither of those two links (see screenshot) bring you to the right place which should be: It should link to https://api.emberjs.com/ember-data/3.12/classes/Model/methods/unloadRecord?anchor=unloadRecord
I tried to look some API in version 2.8 (ember-data). I navigated from 3.12 in the dropdown and it redirected me to 404 instead of taking me to correct URL....
https://emberjs.com/api/ember-data/3.1/classes/Ember.Evented
on the page https://www.emberjs.com/api/ember-data/release/classes/DS.ManyArray when I click `Ember.MutableArray` link of Uses (https://www.emberjs.com/api/ember-data/3.5/classes/Ember.MutableArray) it goes to 404
https://www.emberjs.com/api/ember-data/release/classes/DS.RecordArray The "ArrayProxy" link is broken to a 404. It could be broken in a lot of places but this is the one I'm reporting.
On this page: https://api.emberjs.com/ember-data/3.10/classes/DS.RecordArray - the link with text `Ember.ArrayProxy` is broken. - and the methods and properties inherited from `Ember.ArrayProxy` are missing.
On https://api.emberjs.com/ember-data/3.16/classes/Model the `uses` field links to https://api.emberjs.com/ember-data/3.16/classes/EmberData.DeprecatedEvented which doesn't exist.