aboutsummaryrefslogtreecommitdiff
path: root/src/main.kt
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.kt')
-rw-r--r--src/main.kt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.kt b/src/main.kt
index 242ac85a..3192d711 100644
--- a/src/main.kt
+++ b/src/main.kt
@@ -141,8 +141,8 @@ class DokkaGenerator(val logger: DokkaLogger,
htmlFormatService to htmlFormatService
}
"markdown" -> MarkdownFormatService(locationService, signatureGenerator) to null
- "jekyll" -> JekyllFormatService(locationService, signatureGenerator) to null
- "kotlin-website" -> KotlinWebsiteFormatService(locationService, signatureGenerator) to
+ "jekyll" -> JekyllFormatService(locationService.withExtension("html"), signatureGenerator) to null
+ "kotlin-website" -> KotlinWebsiteFormatService(locationService.withExtension("html"), signatureGenerator) to
YamlOutlineService(locationService, signatureGenerator)
else -> {
logger.error("Unrecognized output format ${outputFormat}")