Closed
Description
When trying to access the website page via domain.example/index.html
instead of domain.example
, docsify is trying to read the markdown files relative to index.html
as he thinks this is a directory, which result in HTTP 404 Error.
docsify.min.js:1 GET localhost/index.html/README.md 404 (Not Found)
Please fix and thank you for your awesome documentation generator.