Closed
Description
Hey guys.
Thank you for this nice tool. I've tried to use it in our projects and found one thing that I'm probably missing.
Our docs are located close to the code itself, like ./src/modules/resources/README.md
. I want to include this file in a sidebar like this * [Resources](../src/modules/resources/README.md)
, but it doesn't work - I'm getting 404 on that page. I've tried to play with path
config variable, but it feels it has 0 effect on anything.
Is there any way to do this in current version of docsify? If not, is this something am I welcome to implement?
Cheers!