It would be cool if we could use GithubPages and pretzel it self to build the documentation.
This way it would be possible to contribute to documentation and help without the need of githubs wiki system.
Proposed solutions:
- Single Repo approach
- Configure GithubPages with the master branch and docs folder
- Add a pretzel site to the project under
_docs (or something similar) and output the site to docs.
- Add a build step that the pretzel site will be built
The only disadvantage of this is, if we change the documentation, we need to build the site with pretzel and checkin the content's of docs folder by hand (or create an automated commit on the current branch on Appveyor, but I don't know if this is possible?)
- Multiple Repo approach
Use a seperate repository like explained by Devon Burriss
But working with submodules is so painful...
This will address #141