sbt-native-packager
sbt-native-packager copied to clipboard
Remove readthedocs with sbt-microsite multi version support
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
rstto markdown - Integration plugin
- Define a way on how to manage the
micrositeVersionList(all, last x tags, at least one for each major version?)