DokkaMkDocsAggregationPlugin

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
val mkdocsLocationProvider: Extension<LocationProviderFactory, *, *>

Overrides the location provider for the aggregated publication to use Markdown (.md) links instead of the default HTML links, and to resolve cross-module references correctly.

Link copied to clipboard
val mkdocsPartialLocationProvider: Extension<LocationProviderFactory, *, *>

Overrides the partial location provider (used when resolving cross-module links from partial outputs) to use Markdown (.md) links.

Link copied to clipboard
val mkdocsTemplatingStrategy: Extension<TemplateProcessingStrategy, *, *>

Processes GFM template commands (e.g., cross-module link resolution) in generated .md files. Must be registered before the fallback strategy.

Link copied to clipboard
val referencePageTransformer: Extension<PageTransformer, *, *>