OK, got it figured it out by reading the REAMDE flle at https://github.com/Raku/doc <https://github.com/Raku/doc> Basically, you do `make bigpage` and then start the app with `./app-start` and then you can view it at http://localhost:3000/raku.html <http://localhost:3000/raku.html> > On Sep 8, 2022, at 4:54 PM, Steve Dondley via perl6-users <perl6-users@perl.org> wrote: > > 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 Previous