Update a GitHub project wiki through the GitHub API
github-api
Solution
It's now possible to check out the wiki as a separate Git repository. You could clone the repository, add the pages to it, and push it. You can clone the repository from this URL:
git@github.com:user/project.wiki.git
Problem
Is there a way a developer can automatically upload Doxygen documentation for his project hosted on GitHub through their API? I didn't find anything on develop.github.com related to this. It would be nice if one could just SCP the files or something.