Unfortunately, the app does not handle any (download) protocol but http and https.
If you just wanted to access them (not edit and save) you could run a simple static file server you could access them, just not save them. Likely useless, I know, but here for completeness.
Because the app is hosted in a browser, you wont have real access to your local File System (except through Dropbox/Google Docs, which use an API). You can see that the app also has a local version of an MD file included, but again, read only.
I am sure there will be someone who might host it in electron, which would give you complete File System access with a few minimal tweaks.
I for one would love to integrate this into an internal documentation server. Along with my thousand other projects I want to work on...