Stream: contributing

Topic: quick question re updating tutorial


view this post on Zulip Michael “Rosy” Luder-Rosefield (Feb 27 2025 at 02:38):

Is the LLM docs for the tutorial (and, also, the standard library docs) auto-generated? I'd assume so, coming from the docs crate, but best to make certain if anything else needs attending to when contributing

view this post on Zulip Sam Mohr (Feb 28 2025 at 07:40):

For the existing Rust-based compiler, yes: https://github.com/roc-lang/roc/blob/551c16105d6813b2a64a289a6386aaf9f4e16dfb/crates/docs/src/lib.rs#L607

view this post on Zulip Sam Mohr (Feb 28 2025 at 07:40):

I expect we'll implement almost exactly the same thing in the new Zig-based compiler, at least to start with


Last updated: Jul 06 2025 at 12:14 UTC