Topic: [IDEA] Wiki/Documentation using Github
Hey guys,
since I heard many discussions about wikis and that Teeworlds need it, what about creating a wiki/documentation page managed from a github repository and converted into a html page?
I think that it's a pretty nice solution in order to keep guides/infos fresh and always up to date.. where everyone would be able to contribute by opening just a pull-req.
A live demo I've found is here:
http://www.fork-cms.com/community
Every guide there is retrieved from their github repo https://github.com/forkcms/documentation
The articles are written using Markdown which allows writers to focus on their content instead of worrying about html. All the markdown data that is stored on GitHub gets cached onto our website and is converted to html through the GitHub Markdown renderer. The result is having the benefits from both displaying documentation right through our website and having powerful GitHub collaboration features.
Now can we do it too?
And what do you guys think about it?