[docs] misc

This commit is contained in:
Salakar 2017-08-26 05:44:03 +01:00
parent 7e6b6f7a7c
commit 2c51f26c20
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
function (hook, vm) { function (hook, vm) {
hook.beforeEach(function (html) { hook.beforeEach(function (html) {
var url = 'https://github.com/invertase/react-native-firebase/blob/master/docs/' + vm.route.file; 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 return html
+ '\n----\n' + '\n----\n'
+ '<b>Last updated</b>: {docsify-updated} ' + '<b>Last updated</b>: {docsify-updated} '