elixir-lang/ex_doc

No information on how to run locally

harrisi opened this issue · 2 comments

I'm working on a fix (#1935), and I was surprised there's no documentation for how to run the project locally. It seems the only information is for building the project but not running a local server for testing.

I realize ex_doc doesn't actually serve anything, but it seems like for testing it could generate docs for ../elixir for example.

Steps here: https://github.com/elixir-lang/ex_doc?tab=readme-ov-file#contributing

Run mix build and open up the generated HTML file directly in your browser.