ember-learn / ember-api-docs

Ember API Docs viewer
https://api.emberjs.com
MIT License
72 stars 116 forks source link

Glimmer methods and properties are not search indexed #669

Open jenweber opened 4 years ago

jenweber commented 4 years ago

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 you search for constructor, it will never show you https://api.emberjs.com/ember/3.16/modules/@glimmer%2Fcomponent

sivakumar-kailasam commented 4 years ago

how do you feel about removing this code from ember-source and link to the actual glimmer api docs?