ml5js / ml5-library

Friendly machine learning for the web! 🤖
https://ml5js.org
Other
6.48k stars 902 forks source link

[documentation] Doc using hash router #647

Open DaKoala opened 5 years ago

DaKoala commented 5 years ago

It seems that the doc website is using a router in hash mode. For example, URL of the index of the reference section is https://learn.ml5js.org/docs/#/reference/index. There is a hash tag "#" in the URL.

This may make it a little obfuscating for people who want to memorize the link and share it with others.

I recommend changing the router from hash mode to history mode to remove the ugly hash tag.

sourabhR4ikwar commented 4 years ago

I'd like to help with this issue. I am new to open source contribution. this is my first issue. I found the solution for this problem on docsify documentation. I would like to implement it. I think this will get the work done.

Docsify_Router