New comment by ericonr on void-packages repository https://github.com/void-linux/void-packages/pull/21453#issuecomment-623031734 Comment: Anyone here with good findutils skills? I used `fd` instead because running commands with it is way easier. So, right now, we have: * markdown sources -> straight from the git repo * HTML book -> generated by mdbook, can be opened by a TUI or GUI browser. I'd expect someone who is doing a graphical install to have an internet connection, so this probably isn't as useful, but it's easy enough to include * mandoc pages -> generated with pandoc (wonderful tool, btw). We could customize page titles a bit more too, to get more unique ones. Requires `mandoc -a file` to browse files with a pager, and obviously can't link directly to another file. I used `file.7`, because 7 is the misc category. If you have better suggestions please let me know. @travankor it's the closest I could get to texinfo :p The PR is still WIP, so when we decide on a tagging strategy I will update it to use that instead. @bobertlo regarding tagging, I'd like to wait for a few PRs too. Stuff like chroot guides would be pretty useful, I think.