sbt-native-packager icon indicating copy to clipboard operation
sbt-native-packager copied to clipboard

Remove readthedocs with sbt-microsite multi version support

Open muuki88 opened this issue 5 years ago • 0 comments
trafficstars

The sbt microsite plugin now has a proper multi version support. This would solve the following issues

  • dependency on readthedocs.io which cause a few issues in the past (tags weren't built)
  • [https://www.scala-sbt.org/sbt-native-packager/] would have all versions not just the latest
  • no permission problems if someone has no access to readthedocs.io

Also the project has a more "scala like" look as quite a few projects use this plugin.

Steps

  • Rewrite docs from rst to markdown
  • Integration plugin
  • Define a way on how to manage the micrositeVersionList (all, last x tags, at least one for each major version?)

muuki88 avatar Nov 05 '20 13:11 muuki88