[docs] misc
This commit is contained in:
parent
7e6b6f7a7c
commit
2c51f26c20
|
@ -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} '
|
||||||
|
|
Loading…
Reference in New Issue