feat: add docsify-updated, close #158

This commit is contained in:
qingwei.li
2017-05-16 23:03:22 +08:00
parent ca0d6182b9
commit d2be5aecf8
11 changed files with 95 additions and 13 deletions
+9 -1
View File
@@ -30,7 +30,15 @@
loadSidebar: true,
name: 'docsify',
subMaxLevel: 2,
mergeNavbar: true
mergeNavbar: true,
formatUpdated: '{MM}/{DD} {HH}:{mm}',
plugins: [
function(hook) {
hook.beforeEach(function (html) {
return html += '> Last modified {docsify-updated}'
})
}
]
}
</script>
<script src="/lib/docsify.js"></script>