Comment by greenhatman
8 years ago
This is also why I put my documentation in markdown files in the repo instead of using the Github wiki. I knew it would save me hassle later.
8 years ago
This is also why I put my documentation in markdown files in the repo instead of using the Github wiki. I knew it would save me hassle later.
Wikis on Github are cloneable as normal repos: just use project.wiki.git instead of project.git in the clone URL.
Still one step too much making it harder to migrate. Should've been a directory in a repo, default to `wiki` or whatever and configurable to something else.
that leads to problems with access control, though.
This means everybody linking to your docs will link to GitHub, thus you have a hard time moving ;)
As opposed to linking to GP's GitHub Wiki?