Andrey Mikhaylov (lolmaus)

Results 319 comments of Andrey Mikhaylov (lolmaus)

Yeah, I was thinking about using a Docker container.

@rwwagner90 I linked to the issue I had experienced: #427.

The readme of my addon has gone *way* out of control, [it's 72 KiB long](https://github.com/kaliber5/ember-cli-yadda-opinionated/blob/v0.12.2/README.md). 🙈 I've tried migrating it to Addon Docs. The result [looks absolutely awesome](https://kaliber5.github.io/ember-cli-yadda-opinionated/versions/addon-docs/docs), but I...

@rwwagner90 It should be available out of the box, preconfigured. All the FastBoot business, shoeboxing, handling network requests, whitelisting libraries, etc.

@rwwagner90 The documentation surely needs to be indexed. As for shoeboxing and such, I don't know! I have a very vague idea how `ember-cli-addon-docs` is designed under the hood.

Well, they could also configure `ember-cli-deploy` on their own, deal with `rootURL` and version numbers on their own, figure out YUIDoc integration on their own... But for some reason you've...

> I think the consumers of ember-cli-addon-docs are free to add prember to the dummy site as they wish. Do you see any reason they could not? For example, I...

> I don't think that's a fair example. Then there would be no need for this addon. That was my point. Any addon is just a means to save you...

Uhm, no. But it should definitely be the default for addon docs. Do you imply that `prember` makes little sense for interactive addon demos typically served from dummy apps? In...

@rwwagner90 Can you think of a case where an addon author would want to disable `prember` for the documentation pages?