develooper Front page | perl.perl6.users | Postings from September 2022

Re: How can I get Raku documentation on one page?

Thread Previous
From:
Steve Dondley via perl6-users
Date:
September 8, 2022 22:02
Subject:
Re: How can I get Raku documentation on one page?
Message ID:
EE174EB0-6618-4FDA-B4EE-C7DC8A3F3B25@dondley.com
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


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About