A plugin for docsify to generate a edit on github
button on every pages. click the button to open corresponding md
editing page on github.
<script src="//unpkg.com/docsify-edit-on-github@1.0.1/index.js"></script>
EditOnGithubPlugin.create(docBase, docEditBase, title)
docBase
: the document folder of your github projectdocEditBase
: edit link of your github pages, by default, this is set automatically according todocBase
title
: the text of the button, default value:Edit on github