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
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
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.
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