

This means your pages would retain the classic wiki change log, so that it can all be generated from a Git repo that’s small enough to keep on a floppy disk.
That already exists: https://ikiwiki.info/ . It is by default a bit more raw than dokuwiki but does the same thing in the end.
If you’re not going to have many editors, don’t hesitate to look at https://feather.wiki/ . It’s a single-file wiki with everything embedded, so to modify it you actually do your changes then get the new index.html that you can push back to the hosting place. No server-side process, no scaling issues, SEO-friendly, portable, backupable, etc…