tc39 / template-for-proposals

A template for ECMAScript proposals
MIT License
127 stars 29 forks source link

Recommend that explainer point to GH pages #16

Closed mikesamuel closed 4 years ago

mikesamuel commented 5 years ago

Since you don't assume familiarity with GH pages elsewhere, maybe something like

"""

In your explainer, point readers to the index.html generated from spec.emu via markdown like

You can browse the [ecmarkup output](https://ACCOUNT.github.io/PROJECT/)
or browse the [source](https://github.com/ACCOUNT/PROJECT/blob/master/spec.emu).

where ACCOUNT and PROJECT are the first two path elements in your project's Github URL. For example, for github.com/tc39/template-for-proposals, ACCOUNT is tc39 and PROJECT is template-for-proposals.

"""

ljharb commented 5 years ago

That sounds like a great idea.

ljharb commented 4 years ago

Done in #17.