We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1f0341 commit a4d4c13Copy full SHA for a4d4c13
index.html
@@ -14,6 +14,8 @@
14
15
<body>
16
<div id="app"></div>
17
+ <!-- docsify-edit-on-github -->
18
+ <script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
19
<script>
20
window.$docsify = {
21
name: 'JavaGuide',
@@ -32,7 +34,7 @@
32
34
depth: 3,
33
35
},
36
plugins: [
- EditOnGithubPlugin.create('https://github.com/Snailclimb/JavaGuide/tree/master/docs')
37
+ EditOnGithubPlugin.create('https://github.com/Snailclimb/JavaGuide/blob/master/')
38
],
39
40
}
@@ -48,8 +50,6 @@
48
50
-->
49
51
<!-- 复制到剪贴板 -->
52
<script src="//unpkg.com/docsify-copy-code"></script>
- <!-- docsify-edit-on-github -->
- <script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
53
</body>
54
55
</html>
0 commit comments