#-femit-doc
1 messages · Page 1 of 1 (latest)
1 messages · Page 1 of 1 (latest)
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.
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
Thanks for the answer!!!