Skip to content

Commit

Permalink
Remove broken edit link
Browse files Browse the repository at this point in the history
  • Loading branch information
youknowriad authored Nov 24, 2018
1 parent ffae571 commit 82f4667
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,18 +33,7 @@
loadSidebar: true,
coverpage: true,
themeColor: '#2F71A5',
repo: 'https://github.com/youknowriad/gcf',
plugins: [
function (hook, vm) {
hook.beforeEach(function (html) {
var url = 'https://github.com/youknowriad/gcf/blob/master/docs/' + vm.route.file
var editHtml = '<div class="edit-in-github">[📝 Edit](' + url + ' )</div>\n'

return editHtml
+ html
})
}
]
repo: 'https://github.com/youknowriad/gcf'
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
Expand All @@ -58,4 +47,4 @@
</script>
</body>

</html>
</html>

0 comments on commit 82f4667

Please sign in to comment.