-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
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
fix: Cannot serve off /.../index.html
#1372
Merged
jhildenbiddle
merged 12 commits into
docsifyjs:develop
from
rgladwell:fix-base-path-file-not-folder
Feb 7, 2021
Merged
fix: Cannot serve off /.../index.html
#1372
jhildenbiddle
merged 12 commits into
docsifyjs:develop
from
rgladwell:fix-base-path-file-not-folder
Feb 7, 2021
Commits on Oct 16, 2020
-
Fix: Cannot serve off
/.../index.html
Docsify must be hosted on a server that supports a default directory index (i.e. maps `/.../` -> `/.../index.html`). Some platforms do not support this, however. For example, HTML apps hosted on the popular game/software platform, Itch.io. This change supports hosting Docsify off an explicit path file, such as `/index.html`. It does this by: 1. Adding handling for paths like `index.html#/blah`, and 2. Normalising paths with fragments back to markdown paths For example, `http://example.org/index.html#/blah` would be mapped to `http://example.org/blah.md`. This fixes: docsifyjs#427
Configuration menu - View commit details
-
Copy full SHA for 939e23b - Browse repository at this point
Copy the full SHA 939e23bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 36705c7 - Browse repository at this point
Copy the full SHA 36705c7View commit details -
Configuration menu - View commit details
-
Copy full SHA for e42c3df - Browse repository at this point
Copy the full SHA e42c3dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for d538c92 - Browse repository at this point
Copy the full SHA d538c92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1868d58 - Browse repository at this point
Copy the full SHA 1868d58View commit details
Commits on Oct 19, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 8aee029 - Browse repository at this point
Copy the full SHA 8aee029View commit details
Commits on Feb 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f3362ee - Browse repository at this point
Copy the full SHA f3362eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for f39e07c - Browse repository at this point
Copy the full SHA f39e07cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e4c790 - Browse repository at this point
Copy the full SHA 5e4c790View commit details
Commits on Feb 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ac5ed77 - Browse repository at this point
Copy the full SHA ac5ed77View commit details -
Configuration menu - View commit details
-
Copy full SHA for 831527f - Browse repository at this point
Copy the full SHA 831527fView commit details
Commits on Feb 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d94d259 - Browse repository at this point
Copy the full SHA d94d259View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.