Stream: ideas

Topic: roc docs - Generate docs for all modules


view this post on Zulip Plas (Feb 27 2026 at 00:39):

I think it would be cool if roc docs can generate docs for all imports, platform, ans builtins as well. Right now I don't have one place where I can see all docs at once. I'm wondering if this is planned/feasible

view this post on Zulip Luke Boswell (Feb 27 2026 at 00:51):

I just implemented that in https://github.com/roc-lang/roc/pull/9174 -- though I'm not sure if I've pushed all the commits I had on that

view this post on Zulip Luke Boswell (Feb 27 2026 at 00:52):

It probably needs another cleanup / rebase before I can merge it. From memory I was trying to polish the HTML side of things, but the core transitive docs gen etc was all working.

view this post on Zulip Luke Boswell (Feb 27 2026 at 00:59):

It also includes the docs for all packages you import, and the packages those packages import too. So everything that could possibly be reached from an app is included.


Last updated: Jun 16 2026 at 16:19 UTC