chore(): fix readmes script
This commit is contained in:
parent
d683b9e5df
commit
e304ce0e53
@ -41,7 +41,7 @@ module.exports = currentVersion => {
|
|||||||
docTypes: ['class'],
|
docTypes: ['class'],
|
||||||
getOutputPath: doc => doc.originalModule.replace(config.pluginDir + '/', '')
|
getOutputPath: doc => doc.originalModule.replace(config.pluginDir + '/', '')
|
||||||
.replace('/plugins', '')
|
.replace('/plugins', '')
|
||||||
.replace('/index', '/README.md')
|
.replace(/\/index$/, '/README.md')
|
||||||
}];
|
}];
|
||||||
|
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user