There is an updated pull request by classabbyamp against master on the void-packages repository https://github.com/classabbyamp/void-packages manual-mdbook https://github.com/void-linux/void-packages/pull/35856 [RFC] render Manual.md with mdBook This idea was mentioned once on IRC, so I thought I might take a stab at it and submit it for discussion. I set out to create a version of `Manual.md` that is a bit more user/noob-friendly than a giant monolith of a document, while still preserving the workflow surrounding it. Thus, I created a mdBook pre-processor that processes Manual.md and builds the book, without the need for converting Manual.md *into* an mdBook. A live example of what is currently generated by mdBook is available here: https://book.qrm.cat/ The only thing this needs is a deployment mechanism. [ci skip] A patch file from https://github.com/void-linux/void-packages/pull/35856.patch is attached