ember-api-docs
ember-api-docs copied to clipboard
Ember API Docs viewer
This one will probably need to be broken down to multiple issues. So please bear with me: Landing on the [class Helper](https://api.emberjs.com/ember/3.13/classes/Helper/methods) page this morning I noticed that although the...
3.1:  3.2 
As reported [in the discuss forum](https://discuss.emberjs.com/t/multiple-errors-when-viewing-emberjs-com-in-ie11-on-windows-7/14460/5?u=rwjblue) the following either need to be refactored or we need to include a polyfill (since `Array.prototype.includes` is not available): https://github.com/ember-learn/ember-api-docs/blob/4721d6747b04eaada459c5ea6c6737790273f340/app/adapters/application.js#L25 https://github.com/ember-learn/ember-api-docs/blob/7943dba1683b30b89249ae11118cae93aad79f1b/app/mixins/filter-params.js#L35
see links in https://guides.emberjs.com/v2.11.0/applications/run-loop/#toc_what-happens-if-i-forget-to-start-a-run-loop-in-an-async-handler The following should redirect appropriately: http://emberjs.com/api/classes/Ember.run.html#method_schedule http://emberjs.com/api/classes/Ember.run.html#method_scheduleOnce http://emberjs.com/api/classes/Ember.run.html#method_once
Some classes have extensive documentation, and sometimes after clicking to a method of the class, you'd like to go back to the table of contents to see some other part...
Deadline: released together with 2.16 on Monday Right now, legacy URLs (like from the Guides) pass through a fancy function that turns them into the right kind of links for...
Navigating from 2.16 to 1.3, 1.4, 1.5, or 1.6 results in a 404. It's our good friend undefined.json once again. I discovered it while trying to add some more tests...
On the pages https://emberjs.com/api/ember/2.18/functions/rsvp/race and https://emberjs.com/api/ember/3.0/functions/rsvp/race, the "Defined in" links are broken. They currently point to https://github.com/emberjs/ember.js/tree/v2.18.2/node_modules/rsvp/lib/rsvp/race.js#L3 and https://github.com/emberjs/ember.js/tree/v3.0.0/node_modules/rsvp/lib/rsvp/race.js#L3, respectively, but these give 404s when visited. It's not just the...
cc @knownasilya @simonihmig When I go to the index list for a class (in this case EmberArray), and click a method (in this case mapBy), the scroll jumps to objectAt,...
This issue was confirmed on multiple machines. On pages like http://api.emberjs.com/ember/3.9/functions/@ember%2Fapplication/getOwner, it is strangely difficult to highlight the first few lines of code. I suspect something with the floating header...