Igniters, Currently we host documentation on apacheignite.readme.io (and also apacheignite-net.readme.io, apacheignite-cpp.readme.io, apacheignite-mix.readme.io, etc).
readme.io has a lot of problems mostly due to lack of proper version control: * Each "version" is just a copy. When fixing something, you have to update all versions. * No good way to review changes. * "Propose edit" functionality is a joke. You can only accept or reject an edit, no way to communicate with contributor, etc GitHub Pages solves all these problems: https://github.com/blog/2233-publish-your-project-documentation-with-github-pages Basically, we'll have a separate folder in our Git repository where documentation is stored in markdown format. This way the process for updating docs is exactly the same as any other code change. Pull request with new feature can contain the docs for this feature, and so on. Thoughts?