JuliaDocs / DocumenterTools.jl

Extra tools for setting up Documenter
Other
30 stars 19 forks source link

A way to run a local HTTP server #18

Closed mortenpi closed 1 year ago

mortenpi commented 5 years ago

Ideally, there would be a simple way to serve the build docs as a web page locally. This way the pretty URLs would be less of a problem for reading the docs locally. Possibly using HttpServer.jl.

A more advanced implementation might look up all the packages in the current environment and (if possible), serve the HTML docs for all of them.

mortenpi commented 1 year ago

There is LiveServer.jl for this.