v0.0.2
Features
Docs
- display a note about the limitation regarding
Types
andInterfaces
(#6)
Build
- bump dev dependencies
Generating links is an optional feature as it requires the knowledge of the repository URL to which the links should point. If you are using the provided script, you can pass the URL using the --repo
parameter. Alternatively, when using the code, you can provide the repository URL through the MarkdownOptions
object.
generateDocumentation({
inputFiles: utilsInputFiles,
outputFile: './packages/utils/YOLO.md',
buildOptions: {explore: true},
markdownOptions: {
repo: {
url: 'https://github.com/peterpeterparker/tsdoc-markdown'
}
}
});