0

I would like to take all project documentation at the confluence to GitLab-Wiki.

Is there any way to export from confluence to the GitLab 13ce wiki?

Miltex
  • 152
  • 9

1 Answers1

0

You can export all or parts of you Confluence to PDF (possibly other formats like MS Word?). That may suffice if your Confluence instance is small.

Alternatively Confluence provides a rich RESTful API with which you could iterate your Spaces and Pages, extract all needed details and then format/write them appropriate to GitLab-Wiki (which I don't know anything about). This is non-trivial but I've done something similar using PowerShell and the Confluence APIs.

ScottWelker
  • 748
  • 6
  • 18