#-femit-doc

1 messages · Page 1 of 1 (latest)

kind cloud
#

Is there any possibility to open locally generated documentation with zig?
zig std opens the documentation of standard library...
As an intermediate solution I can start a python web server.

obsidian lantern
#

Andrew has mentioned that zig std like functionality is likely coming for all autodocs, but it hasn't been done yet as far as I've seen.

In the meantime a python server seems to be the typical go-to

kind cloud
#

Thanks for the answer!!!