@ember/component/template-only page is blank
amyrlam opened this issue · 1 comments
amyrlam commented
https://api.emberjs.com/ember/release/modules/@ember%2Fcomponent%2Ftemplate-only is a blank page below the header, no content
Note: ember.js publishes yuidoc JSON, ember-jsonapi-docs transforms that JSON and puts it in S3, ember-api-docs is the front end display layer
- Run emberjs repo
cd ember.js && npx yuidoc . --server
, see if the docs are actually there at the source in yuicdoc? - May relate to #751
cc @jenweber
Windvis commented
Related issue over in the ember.js repo: emberjs/ember.js#19325 which should be fixed by emberjs/ember.js#19553 😄.
Edit: And it's merged 🎉 so I think this can be closed!