There was an error while loading. Please reload this page.
1 parent ca5fccc commit ed0acb9Copy full SHA for ed0acb9
docs/index.html
@@ -21,7 +21,7 @@
21
22
</style>
23
24
- <!-- Plugins needed before app definition. -->
+ <!-- Plugins that are needed before app configuration. -->
25
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
26
27
</head>
@@ -30,6 +30,7 @@
30
<!-- App mount point -->
31
<div id="app"></div>
32
33
+ <!-- App configuration -->
34
<script>
35
var repo = 'https://github.com/MichaelCurrin/docsify-js-tutorial';
36
@@ -44,7 +45,9 @@
44
45
46
plugins: [
47
EditOnGithubPlugin.create(
- repo + '/blob/master/docs/'
48
+ repo + '/blob/master/docs/',
49
+ null,
50
+ '📝 Edit on GitHub',
51
)
52
],
53
};
0 commit comments