@ink-feather-org/typedoc-plugin-asciidoctor
v1.0.6
Published
Adds README.adoc support to typedoc.
Downloads
2
Maintainers
Readme
@ink-feather-org/typedoc-plugin-asciidoctor
This plugin adds README.adoc support to typedoc.
To use this plugin specify the readme
option for typedoc.
tsconfig.json
{
"typedocOptions": {
"entryPoints": ["src/index.ts"],
"out": "docs",
"readme": "README.adoc",
"excludePrivate": true,
"plugin": [ "@ink-feather-org/typedoc-plugin-asciidoctor" ]
}
}
npmjs.com does not support .adoc readme files. For the full readme see the git repository.