1
0
mirror of https://github.com/Snailclimb/JavaGuide synced 2025-06-16 18:10:13 +08:00

[feat]add edit on github and copy code

This commit is contained in:
shuang.kou 2020-03-08 10:04:04 +08:00
parent f1f03415e6
commit a4d4c13c8c

View File

@ -14,6 +14,8 @@
<body>
<div id="app"></div>
<!-- docsify-edit-on-github -->
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
<script>
window.$docsify = {
name: 'JavaGuide',
@ -32,7 +34,7 @@
depth: 3,
},
plugins: [
EditOnGithubPlugin.create('https://github.com/Snailclimb/JavaGuide/tree/master/docs')
EditOnGithubPlugin.create('https://github.com/Snailclimb/JavaGuide/blob/master/')
],
}
@ -48,8 +50,6 @@
-->
<!-- 复制到剪贴板 -->
<script src="//unpkg.com/docsify-copy-code"></script>
<!-- docsify-edit-on-github -->
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
</body>
</html>