Closed
Description
Hi,
Great work with https://docsify.js.org!
I want to migrate my old site to docsify
and have two questions:
- How I can get rid of
#
in my urlshttp://localhost:3000/#/faq
? (I want it to be the same as on my old web site e.g.http://localhost:3000/faq
- Some urls of my old web site have
/
symbol at the end. If I try to openhttp://localhost:3000/#/faq/
it saysnot found
. Is there way to always redirect those links viaalias
(https://docsify.js.org/#/configuration?id=alias) or there is better way?
Thanks