Plugin options

Hierarchy

  • IPluginOptions

Properties

enablePageLinks: boolean

Whether or not

Page

and

Pagelink

tags should be parsed.

Default

true

enableSearch: boolean

Whether or not the pages should be added to the search index.

Default

true

excludeMarkdownTags?: string[]

A list of markdown captures to omit. Should have the form {@....}.

invalidPageLinkHandling: EInvalidPageLinkHandling

The kind of error to throw in case of an invalid page link.

Default

LOG_ERROR

logLevel: LogLevel

The plugin log level.

Default

application.logger.level

output: string

Output directory where your pages will be rendered.

Default

'pages'

pages: IRootPageNode[]

The pages definition.

See

Pages tree for details.

source: string

Root directory where all page source files live.

Default

'pages'

Generated using TypeDoc