ml5js/ml5-library

[documentation] Doc using hash router

Open

#647 创建于 2019年10月19日

在 GitHub 查看
 (1 评论) (0 反应) (0 负责人)JavaScript (905 fork)batch import
documentationgeneralhelp wanted

仓库指标

Star
 (6,136 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

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.

贡献者指南