Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up[documentation] Doc using hash router #647
Open
Comments
sourabhR4ikwar
added a commit
to sourabhR4ikwar/ml5-library
that referenced
this issue
May 20, 2020
Closed
sourabhR4ikwar
added a commit
to sourabhR4ikwar/ml5-library
that referenced
this issue
May 22, 2020
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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.