@itsjamie/esdoc-integrate-manual-plugin

0.5.0 • Public • Published

ESDoc Integrate Manual Plugin

Install

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

Config

{
  "source": "./src",
  "destination": "./doc",
  "plugins": [
    {
      "name": "@itsjamie/esdoc-integrate-manual-plugin",
      "option": {
        "index": "./manual/index.md",
        "globalIndex": true,
        "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"
        ]
      }
    }
  ]
}

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

Dependents (3)

Package Sidebar

Install

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

Weekly Downloads

177

Version

0.5.0

License

MIT

Unpacked Size

4.55 kB

Total Files

5

Last publish

Collaborators

  • itsjamie