ember-template-lint / ember-template-lint

Linter for Ember or Handlebars templates
MIT License
267 stars 235 forks source link

[Documentation] - deploy rule documentation to GH pages #1597

Open lifeart opened 4 years ago

lifeart commented 4 years ago

It will be very handy to have rule links in diagnostic messages, and I think gh pages is a nice fit for it, issue created to start discussion.

For example, current "link" may looks like:

https://github.com/ember-template-lint/ember-template-lint/blob/master/docs/rule/${rule-name}.md

In my understanding, it will be more user-frendly to have rule links like

https://ember-template-lint.github.io/ember-template-lint/rule/${rule-name}

realted MR's: https://github.com/lifeart/ember-language-server/pull/171

rwjblue commented 4 years ago

I have a few domains that I bought for this general purpose, but never got around to doing anything with:

Generally 👍 on this though.