Closed
Description
When you're done generating the doc, dartdoc writes:
Success! Open file:///.../doc/api/index.html
But when you do this the search box is unavailable because the browser refuses to load the JSON index file. Maybe the message should mention this somehow. Maybe it could say something like "run python -m SimpleHttpClient in .../doc/ and point you browser to http://localhost:8000/api", which would work for most users. Or there could be dartdoc serve
command.