提交 336df6e9 编写于 作者: ZainCheung's avatar ZainCheung

remove edit on github

上级 d7367bc0
......@@ -9,7 +9,6 @@
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/docsify/lib/themes/vue.css">
</head>
<body>
<script src="//cdn.jsdelivr.net/npm/docsify-edit-on-github"></script>
<div id="app"></div>
<script>
window.$docsify = {
......@@ -17,21 +16,7 @@
repo: 'https://github.com/ZainCheung/netease-cloud',
loadSidebar: true,
onlyCover: false,
auto2top: true,
disqus: 'shortname',
plugins: [
EditOnGithubPlugin.create(
'https://github.com/ZainCheung/netease-cloud/blob/master/docs/',
null,
function(file) {
if (file.indexOf('en') === -1) {
return '编辑'
} else {
return 'edit on git'
}
}
)
]
auto2top: true
}
</script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/docsify.min.js"></script>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册