Y
Hacker News
new
|
ask
|
show
|
jobs
by
kanzure
4625 days ago
You can always put the wiki as a submodule in the git repo since the github wikis are just git repos too:
git clone git@github.com:whatever/whatever.wiki.git
1 comments
straykov
4625 days ago
And what is the format of Wiki pages?
link
anton_gogolev
4625 days ago
GitHub uses Gollum [1] for wikis.
[1]:
https://github.com/gollum/gollum/wiki
link