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.booleantrueenableSearch: Whether or not the pages should be added to the search index.booleantruesearchBoost: The score multiplier for pages in search.number10invalidPageLinkHandling: The kind of error to throw in case of an invalid page link.EInvalidPageLinkHandlingEInvalidPageLinkHandling.LOG_ERRORoutput: 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.LogLevelexcludeMarkdownTags: A list of markdown captures to omit. Should have the form {@....}.string[]See IPluginOptions
Generated using TypeDoc