@enterthenamehere/esdoc-integrate-manual-plugin

A integrate manual plugin for ESDoc

Usage no npm install needed!

<script type="module">
  import enterthenamehereEsdocIntegrateManualPlugin from 'https://cdn.skypack.dev/@enterthenamehere/esdoc-integrate-manual-plugin';
</script>

README

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