ember-api-docs
ember-api-docs copied to clipboard
Ember API Docs viewer
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;...
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...
Selecting an older version routes to the 404 page
Blocked on https://github.com/ember-learn/ember-api-docs/issues/691
Here is the current implementation: Note: you must include the "Search by Algolia" icon as we are
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 by https://github.com/ember-learn/ember-api-docs/issues/689
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...