Skip to content
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

Commits on Oct 16, 2020

  1. 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
    rgladwell committed Oct 16, 2020
    Configuration menu
    Copy the full SHA
    939e23b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36705c7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e42c3df View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d538c92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1868d58 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2020

  1. Configuration menu
    Copy the full SHA
    8aee029 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2021

  1. Configuration menu
    Copy the full SHA
    f3362ee View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f39e07c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5e4c790 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2021

  1. Configuration menu
    Copy the full SHA
    ac5ed77 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    831527f View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Configuration menu
    Copy the full SHA
    d94d259 View commit details
    Browse the repository at this point in the history