Copy unidoc API documentation into Laika #361
-
I'm using the sbt-unidoc project to combine Scaladoc from multiple modules. sbt-unidoc merges the Scaladoc of all modules and puts it into I'm looking for a way to configure the input of the |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I think you should override the value of this setting (unidocProject / ScalaUnidoc / packageDoc / mappings).value |
Beta Was this translation helpful? Give feedback.
I think you should override the value of this setting
https://github.com/planet42/Laika/blob/135eceab026e10550d660699268390e4c43a349b/sbt/src/main/scala/laika/sbt/LaikaPlugin.scala#L171
to