ember-learn / ember-cli-addon-docs

Easy, beautiful docs for your OSS Ember addons
https://ember-learn.github.io/ember-cli-addon-docs
MIT License
176 stars 143 forks source link

Template only glimmer components #763

Open chbonser opened 3 years ago

chbonser commented 3 years ago

Is addon docs able to document template only glimmer components? If so, are there any good examples?

RobbieTheWagner commented 3 years ago

I'm not sure actually. I think most of the generated docs typically come from JS, but you could add your own md files to manually document your components as well.

chbonser commented 3 years ago

Yes I can use the md files to manually document them, however that leaves a discrepancy between the auto generated component section and my manually documented section which is potentially confusing the users of the docs.

RobbieTheWagner commented 3 years ago

@chbonser ah yes, that would be less than ideal. Is this something you have time to investigate or perhaps help with implementing? I'm just trying to keep this repo afloat, but have not had a lot of time to do a deep dive into it.

ijlee2 commented 3 years ago

@rwwagner90 I haven't dived into the repo before, but can try to provide support as well.