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:
parent
f1f03415e6
commit
a4d4c13c8c
@ -14,6 +14,8 @@
|
|||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="app"></div>
|
<div id="app"></div>
|
||||||
|
<!-- docsify-edit-on-github -->
|
||||||
|
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
|
||||||
<script>
|
<script>
|
||||||
window.$docsify = {
|
window.$docsify = {
|
||||||
name: 'JavaGuide',
|
name: 'JavaGuide',
|
||||||
@ -32,7 +34,7 @@
|
|||||||
depth: 3,
|
depth: 3,
|
||||||
},
|
},
|
||||||
plugins: [
|
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>
|
<script src="//unpkg.com/docsify-copy-code"></script>
|
||||||
<!-- docsify-edit-on-github -->
|
|
||||||
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
Loading…
x
Reference in New Issue
Block a user