1 Star 1 Fork 0

JackRolling/docsify

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
index.html 1.01 KB
一键复制 编辑 原始数据 按行查看 历史
luolin 提交于 2023-04-10 14:29 +08:00 . :rocket::fire:修改文档
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="npm/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'JsonFlow 4.0.0',
repo: 'https://github.com/JackRolling/jsonflow-ui',
// 开启侧边栏定制,加载_sidebar.md
loadSidebar: true,
// 开启目录,最大层级为2
subMaxLevel: 2,
// 开启导航栏,加载_navbar.md
loadNavbar: true,
// 开启封面,加载_coverpage.md
coverpage: true
}
</script>
<!-- Docsify v4 -->
<script src="npm/docsify@4.js"></script>
<script src="npm/docsify.min.js"></script>
<script src="npm/emoji.min.js"></script>
<style type="text/css">
.content {
overflow: auto;
}
</style>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
JavaScript
1
https://gitee.com/jackrolling/docsify.git
git@gitee.com:jackrolling/docsify.git
jackrolling
docsify
docsify
master

搜索帮助