[more-pages.md#L20](https://github.com/docsifyjs/docsify/blame/master/docs/more-pages.md#L20) seems to be missing the `/#/` For example if I go here: https://dcomposed.github.io/docsify/markdown I get a 404 but if i go here: https://dcomposed.github.io/docsify/#/markdown it works. Small detail but i think the docs should read: ```text docs/README.md => http://domain.com docs/guide.md => http://domain.com/#/guide docs/zh-cn/README.md => http://domain.com/#/zh-cn/ docs/zh-cn/guide.md => http://domain.com/#/zh-cn/guide ```
more-pages.md#L20 seems to be missing the
/#/For example if I go here:
https://dcomposed.github.io/docsify/markdown
I get a 404
but if i go here:
https://dcomposed.github.io/docsify/#/markdown
it works.
Small detail but i think the docs should read: