You will want to install install_panadoc which is open source software that will help translate from Google Docs to Dokuwiki
1. Download Google Doc as a .docx Word Document. File > Download > Microsoft Word
2. Open Command Prompt and locate location of downloaded folder
3. Run pandoc to convert the document
pandoc "Downloads/Prusa MK2s 3D Printer Tool Tutorial.docx" -f docx -t dokuwiki -o "Downloads/prusa.txt"
4. Next you will probably want to open the file in a text editor that has search and replace functionality. I've found that bulleted lists don't covert over cleanly and are rendered with html instead. you can use a search and replace text editor to quickly clean that up.
Replace:
5. Create new dokuwiki page by entering a url that does not exists and click create
6. In the Google doc for each image do the following:
6. paste in updated text, preview and clean up.