2.6.0-dev.1 • Published 10 months ago

@enterthenamehere/esdoc-brand-plugin v2.6.0-dev.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 months ago

ESDoc Brand Plugin

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

Install

npm install @enterthenamehere/esdoc-brand-plugin

Config

This plugin takes a title and a repository from package.json (name, repository).

{
  "source": "./src",
  "destination": "./doc",
  "package.json": "./package.json",
  "plugins": [
    {
      "name": "@enterthenamehere/esdoc-brand-plugin",
      "option": {
        "logo": "./logo.png",
        "title": "My Library",
        "description": "this is awesome library",
        "repository": "https://github.com/foo/bar",
        "site": "http://my-library.org",
        "author": "https://twitter.com/foo",
        "image": "http://my-library.org/logo.png"
      }
    }
  ]
}
  • logo default is null
  • title default is name of package.json
  • description default is description of package.json
  • repository default is repository of package.json
  • site default is homepage of package.json
  • author default is author of package.json
  • image default is null. support an aspect ratio of 1:1

LICENSE

MIT

Author

Ryo Maruyama@h13i32maru

2.6.0-dev.1

10 months ago

2.5.3-dev.1

2 years ago

2.5.2

2 years ago

2.5.0

2 years ago

2.3.0

2 years ago

2.2.4

3 years ago

2.1.0

3 years ago

2.0.2

3 years ago

2.0.0

3 years ago

1.3.0-beta.0

3 years ago