2.6.0-dev.2 • Published 3 years ago
@enterthenamehere/esdoc-integrate-manual-plugin v2.6.0-dev.2
ESDoc Integrate Manual Plugin
Use with updated EnterTheNameHere/esdoc-monorepo. Original esdoc is here.
Install
npm install @enterthenamehere/esdoc-integrate-manual-pluginConfig
{
"source": "./src",
"destination": "./doc",
"plugins": [
{
"name": "@enterthenamehere/esdoc-integrate-manual-plugin",
"option": {
"index": "./manual/index.md",
"globalIndex": false,
"asset": "./manual/asset",
"files": [
"./manual/overview.md",
"./manual/design.md",
"./manual/installation.md",
"./manual/usage1.md",
"./manual/usage2.md",
"./manual/tutorial.md",
"./manual/configuration.md",
"./manual/example.md",
"./manual/advanced.md",
"./manual/faq.md",
"./CHANGELOG.md"
]
}
}
]
}index is default readme.md
globalIndex is default false
asset is default null - can be directory to copy
files is default [] - array of files making manual pages
LICENSE
MIT
Author
2.6.0-dev.1
3 years ago
2.6.0-dev.2
3 years ago
2.5.3-dev.1
4 years ago
2.5.0
4 years ago
2.2.4
5 years ago
2.2.0
5 years ago
2.1.0
5 years ago
2.0.2
5 years ago
2.0.0
5 years ago
1.3.0-beta.1
5 years ago
1.3.0-beta.0
5 years ago