At one point, someone generated all the documentation for Raku onto one page: https://docs.raku.org/perl6.html However, this Raku documentation is badly out of date (the language is still called Perl6). I’d like to generate or find an up-to-date version of raku’s docs and have it all on one page. After a lot of diligent trial and error following outdated docs, I manage to get docs installed locally and served on http://localhost:3000 using Mojo. However, it’s still not clear how I might create all the docs on one big page. Does anyone know the magic incantation I can use?Thread Next