Add name option

This commit is contained in:
qingwei.li 2017-01-11 18:11:49 +08:00
commit aa939147c6
4 changed files with 18 additions and 2 deletions

View file

@ -15,7 +15,8 @@ const OPTIONS = merge({
homepage: 'README.md',
coverpage: '',
basePath: '',
auto2top: false
auto2top: false,
name: ''
}, window.$docsify)
const script = document.currentScript || [].slice.call(document.getElementsByTagName('script')).pop()