[docs] misc
This commit is contained in:
parent
7e6b6f7a7c
commit
2c51f26c20
|
@ -35,7 +35,7 @@
|
|||
function (hook, vm) {
|
||||
hook.beforeEach(function (html) {
|
||||
var url = 'https://github.com/invertase/react-native-firebase/blob/master/docs/' + vm.route.file;
|
||||
var editHtml = '[:memo: Edit](' + url + ')\n';
|
||||
var editHtml = '[:memo: Edit me on Github](' + url + ')\n';
|
||||
return html
|
||||
+ '\n----\n'
|
||||
+ '<b>Last updated</b>: {docsify-updated} '
|
||||
|
|
Loading…
Reference in New Issue