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

Under https://api.emberjs.com/ember/release/classes/ComputedProperty the fullNameMacro decorator needs to be invoked in the Person class: ``` class Person { constructor(firstName, lastName) { set(this, 'firstName', firstName); set(this, 'lastName', lastName); } @fullNameMacro('firstName', 'lastName') fullName;...

🐹requires source yuidoc update

https://api.emberjs.com/ember/release This page has a link to EmberObject that points to the following URL https://api.emberjs.com/ember/release/classes/EmberObject however, this returns a 404 error.

Today the API Docs were down for a while and I wanted to check what was deployed and had to go some loops before finding the info. What does the...

Blocked on https://github.com/ember-learn/ember-api-docs/issues/691

blocked

Here is the current implementation: Note: you must include the "Search by Algolia" icon as we are

design

This is blocked by https://github.com/ember-learn/empress-blog-ember-template/issues/23 We need to first come up with a solution for sidebars in each of our apps and then once that is done we need to...

blocked
design

Blocked by https://github.com/ember-learn/ember-api-docs/issues/689

blocked

The goal of this PR is to minimally apply the website redesign styles found in ember-styleguide (https://github.com/ember-learn/ember-styleguide/pull/145) It aims to remove more CSS than it adds, and serve as a...

This is a known byproduct of putting all the glimmer docs in one code comment. Perhaps we can write something that will include them in search anyway. For example, if...