mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-31 06:15:49 +00:00
Update microsite, move to mdoc (#1023)
We used to rely on `tut` for docs, however it is deprecated to be replaced with mdoc. Moved to an `mdoc` folder structure and updated all of the links (what a pain).
This commit is contained in:
@@ -10,7 +10,7 @@ addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.9.0")
|
||||
|
||||
addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % "5.0.0")
|
||||
|
||||
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.5")
|
||||
addSbtPlugin("org.wartremover" % "sbt-wartremover" % "2.4.10")
|
||||
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.25")
|
||||
|
||||
@@ -28,8 +28,10 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.3.4")
|
||||
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.2.0")
|
||||
|
||||
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.24")
|
||||
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.1.5")
|
||||
|
||||
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
|
||||
|
||||
addSbtPlugin("io.crashbox" % "sbt-gpg" % "0.2.0")
|
||||
|
||||
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.10" )
|
||||
|
Reference in New Issue
Block a user