-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
_sidebar.md gets 404 for any file not in the root of the distFolder #52
Comments
Per comments provided to me in here adding
in |
It's located in the docsify.template.js file. |
It should be fixed now (hopefully) |
Root issue: _sidebar.md gets 404 for any file not in the root of the distFolder
Context:
We are following the source layout example provided in the readme and using the sidebar=true option. After building, the
distFolder
has a file called_sidebar.md
. The top levelindex.html
andHome.md
file renders perfectly and work correctly. However for every page in any subfolders of thedistFolder
, they fail to find _sidebar.md because those subfolder do not have that file. Looking at the web debugger is that it seems to make requests for_sidebar.md
once per level in the tree.. but no request from a page below the root ofdistFolder
makes the request for the topmost.Its possible that what I am hitting is really docsifyjs/docsify#1713 but wanted to call it out here too.
The text was updated successfully, but these errors were encountered: