This repository was archived by the owner on Apr 1, 2020. It is now read-only.

Description
Line https://github.com/jooby-project/site-generator/blob/master/src/main/resources/site/layout.html#L92 needs and addition:
<a href="someURL">EDIT THIS PAGE</a>
Where someURL needs to be a function of source page. For example, https://github.com/jooby-project/jooby/blob/master/modules/jooby-hbm/README.md would transform to https://github.com/jooby-project/jooby/edit/master/modules/jooby-hbm/README.md (s#/blob/#/edit/#).
GitHub will offer the end-user a forking opportunity as they complete (save/commit) their edit.
I would contribute the fix for this myself but #8