官方 https://docsify.js.org/#/zh-cn/
docsify是由现饿了么前端团队@elemeFE的cinwell.li编写的一套文档站点生成框架
docsify特点
简单使用 建俩个文件用网址开
index.html
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta charset="UTF-8">
<link rel="stylesheet" href="//unpkg.com/docsify/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
//...
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
</body>
</html>
README.md
## 我是首页
这是我的首页介绍