Does somebody know a nice way to migrate a Confluence wiki to the Github wiki (aka Gollum) ?
By nice way I mean quick and effective.
Does somebody know a nice way to migrate a Confluence wiki to the Github wiki (aka Gollum) ?
By nice way I mean quick and effective.
You can export whole spaces to html format, and than use pandoc to rewrite pages to ReST|Markdown
I had a similar problem, so I threw together some Python code to do this:
https://github.com/gergelykalman/confluence-markdown-exporter
It is pretty basic but it worked well for me.