@enterthenamehere/esdoc-integrate-manual-plugin

2.6.0-dev.2 • Public • Published

ESDoc Integrate Manual Plugin

Use with updated EnterTheNameHere/esdoc-monorepo. Original esdoc is here.

Install

npm install @enterthenamehere/esdoc-integrate-manual-plugin

Config

{
  "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

Ryo Maruyama@h13i32maru

Readme

Keywords

Package Sidebar

Install

npm i @enterthenamehere/esdoc-integrate-manual-plugin

Weekly Downloads

0

Version

2.6.0-dev.2

License

MIT

Unpacked Size

6.35 kB

Total Files

4

Last publish

Collaborators

  • enterthenamehere