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
For the existing Rust-based compiler, yes: https://github.com/roc-lang/roc/blob/551c16105d6813b2a64a289a6386aaf9f4e16dfb/crates/docs/src/lib.rs#L607
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