ember-api-docs icon indicating copy to clipboard operation
ember-api-docs copied to clipboard

Ember API Docs viewer

Results 107 ember-api-docs issues
Sort by recently updated
recently updated
newest added

**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...

🐹requires source yuidoc update
maybe resolved?
ember-data

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!

🐹requires source yuidoc update
ember-data

No documentation for this option: https://api.emberjs.com/ember-data/release/classes/RESTAdapter/properties/useFetch?anchor=useFetch

🐹requires source yuidoc update
ember-data

![image](https://user-images.githubusercontent.com/1360552/116266855-8d1de380-a784-11eb-9331-5707e9d22e44.png) 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 ![image](https://drive.google.com/uc?export=view&id=12aqWPLl9mPgkLDR765CKOW4rrnu6NyuN)

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:...

🐞bug

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...

🐞bug

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...