Skip to content

Commit ed0acb9

Browse files
Update index.html
1 parent ca5fccc commit ed0acb9

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎docs/index.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
</style>
2323

24-
<!-- Plugins needed before app definition. -->
24+
<!-- Plugins that are needed before app configuration. -->
2525
<script src="//unpkg.com/docsify-edit-on-github/index.js"></script>
2626

2727
</head>
@@ -30,6 +30,7 @@
3030
<!-- App mount point -->
3131
<div id="app"></div>
3232

33+
<!-- App configuration -->
3334
<script>
3435
var repo = 'https://github.com/MichaelCurrin/docsify-js-tutorial';
3536

@@ -44,7 +45,9 @@
4445

4546
plugins: [
4647
EditOnGithubPlugin.create(
47-
repo + '/blob/master/docs/'
48+
repo + '/blob/master/docs/',
49+
null,
50+
'📝 Edit on GitHub',
4851
)
4952
],
5053
};

0 commit comments

Comments
 (0)