Stream: beginners

Topic: Offline docs


view this post on Zulip Hannes Nevalainen (Dec 12 2023 at 12:04):

Is the docs available offline somehow? Have looong flight in 40 minute so appreciate quick suggestions xD

view this post on Zulip Richard Feldman (Dec 12 2023 at 12:20):

if you clone the repo, you can do roc docs crates/compiler/builtins/roc/*.roc (I'm on mobile so I hope I got that all right haha)

view this post on Zulip Richard Feldman (Dec 12 2023 at 12:21):

there's also bash www/build.sh to build the whole site offline

view this post on Zulip Richard Feldman (Dec 12 2023 at 12:22):

and then www/build-dev-local.sh (I might have the name wrong on that one, but something similar to that) to run a static server on localhost that should have everything - although note that you'll want to run www/build.sh once before running that!

view this post on Zulip Hannes Nevalainen (Dec 12 2023 at 12:31):

Awesome :) thank you for the quick reply! I assumed I needed the repo so that is already cloned. www/build.sh also completed successfully :)

view this post on Zulip Richard Feldman (Dec 12 2023 at 13:43):

happy to help - have a great flight! :airplane:


Last updated: Jul 05 2025 at 12:14 UTC