Add name option
This commit is contained in:
parent
67c1d0cd7d
commit
aa939147c6
4 changed files with 18 additions and 2 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue