See Providing options to know more about how you can pass options.
Options are prefixed with pluginPages
.
You can also use the TypeDoc CLI to get all available options.
typedoc --help
pages
: The pages definition. Checkout Pages tree for more infos on how to set this.IPageNode[]
enablePageLinks
: Whether or not {@page ...} tags should be parsed.boolean
true
enableSearch
: Whether or not the pages should be added to the search index.boolean
true
searchBoost
: The score multiplier for pages in search.number
10
invalidPageLinkHandling
: The kind of error to throw in case of an invalid page link.EInvalidPageLinkHandling
EInvalidPageLinkHandling.LOG_ERROR
output
: Output directory where your pages will be rendered.string
'pages'
source
: Root directory where all page source files live.string
'pages'
logLevel
: The plugin log level.LogLevel
excludeMarkdownTags
: A list of markdown captures to omit. Should have the form {@....}
.string[]
See IPluginOptions
Generated using TypeDoc