ember-api-docs
ember-api-docs copied to clipboard
Ember API Docs viewer
**Steps to Reproduce:** 1. https://api.emberjs.com/ember-data/release/classes/Store/methods/queryRecord?anchor=queryRecord 2. Scroll down to "queryRecord" documentation. 3. In the sentence "This method makes a request for one record, where the id is not known beforehand...
Hello Ember community! https://api.emberjs.com/ember-data/3.22/classes/PromiseObject Got 404 from this link when clicked 'For more information see the Ember.PromiseProxyMixin documentation.' Thank you!
No documentation for this option: https://api.emberjs.com/ember-data/release/classes/RESTAdapter/properties/useFetch?anchor=useFetch
 https://api.emberjs.com/ember/release/modules/@glimmer%2Fcomponent Looks like something wrong with highlight.js integration may be related: https://github.com/ember-learn/ember-jsonapi-docs/pull/97
Class Component | Reference links doesn't work 
I first notice a few months ago... Reproduce: -Safari 12.1.1 on Mac OS. https://api.emberjs.com/ember/3.10/classes/@ember%2Frunloop -On the index tab, under "methods", click "debounce" Expected: -Shows the `debounce` method API details Actual:...
Didn't see anything filed already for this, so kicking this off. I looked into how this repo works to see if I could port over https://ember-cli.com/api/, but looks like it's...
I was looking at the page https://api.emberjs.com/ember/3.9/classes/Location, and when attempting to click on one of the links within the page resulting in the following server error: `Cannot GET /api/ember/release/classes/HashLocation` ![Screen...
Found that the code highlighting library is over-aggressive to the keyword `try` and considers a keyword **not** isolated by non alpha-numeric (identifier) still a keyword: ![Screenshot showing how the highlighter...