You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.