Export/migrate content from wiki.js to another wiki platform #6231
|
Is there a nice way to export the entire wiki in a way that can be easily imported to another platform? I want to have a fallback solution for the case, that at some point I have to migrate from wiki.js for whatever reason. Let's take the scenario migration to Mediawiki, just as a reference. |
Replies: 1 comment 1 reply
|
Enable a storage module (e.g. Git or Local Disk) to automatically export content to an external location. It will be exported in markdown or HTML depending on the editor used, which can be imported by pretty much any other software. |
Enable a storage module (e.g. Git or Local Disk) to automatically export content to an external location. It will be exported in markdown or HTML depending on the editor used, which can be imported by pretty much any other software.