MarkdownMultimoduleLocationProvider
class MarkdownMultimoduleLocationProvider(pageGraphRoot: RootPageNode, dokkaContext: DokkaContext) : MultimoduleLocationProvider(source)
A MultimoduleLocationProvider that generates .md links instead of the default .html ones. Used by DokkaMkDocsAggregationPlugin for the aggregation task so that cross-module links and the all-modules index page use proper Markdown file paths.
Kept in the aggregator module (not the renderer) so that the dependency on all-modules-page-plugin is only required on the aggregation classpath.