If you look on how [ensime.org](http://forum.nim-lang.org///ensime.github.io/) 
did the editing, it is just a button to do a fork and pull request on github, 
with the github internal editor. This shouldn't bee to hard to implement, as 
long as the site is not documentation embedded in nim code. I think for modules 
that do not have an out of source documentation, a documentation could be 
generated from a template. And something that is also an awesome feature I know 
from the Go programming language: Examples embedded in the documentation can be 
executed and edited from the browser.

Reply via email to