Im new at node,
implementing documentation module,
I have some test file on /lib
with documentation comments from example.
I run
./node_modules/apidoc/bin/apidoc -i lib / -o docs/apidoc
it responds >info:Done
now my basic question, how to access this documentation?
http://localhost:8080/doc/index.html
as suggested here doesnt work, I have not configured this path on my main js file,
so how to access the index for the documentation?, where to configure this?, cheers