ml5js/ml5-library

[documentation] Doc using hash router

Open

#647 aberto em 19 de out. de 2019

Ver no GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (905 forks)batch import
documentationgeneralhelp wanted

Métricas do repositório

Stars
 (6.136 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

Description

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.

Guia do colaborador