Stream: beginners

Topic: Package Docs


view this post on Zulip Ryan Bates (Dec 17 2023 at 20:19):

Would it be helpful to everyone if there was a site for generating docs for packages? This way package maintainers just have to add their repo and it would generate them automatically for each version. This could also help find packages.

Is something like this already planned officially or unofficially?

view this post on Zulip Luke Boswell (Dec 17 2023 at 20:25):

I've been using this GH workflow @Hannes put together which automatically generates the docs for my packages on each PR.

I'm pretty sure the plan if for the centralised package index to include docs. But that hasn't been started on yet.

A centralised site with docs would be very helpful.

One idea in a similar direction, what if you could feed a list of package urls into roc docs and it generate that full site for you? Then you don't need to host anything. And it would include all of the modules for all of the packages.


Last updated: Jul 05 2025 at 12:14 UTC