Skip to content

Commit

Permalink
Move documentation to src/main/paradox
Browse files Browse the repository at this point in the history
Ref #175

So it looks like sbt-site adopted directory defaults from sbt-paradox,
which uses src/main/paradox instead of src/paradox.
  • Loading branch information
eed3si9n committed Oct 30, 2021
1 parent 3a304bb commit 7811fb7
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ lazy val jacocoPlugin = (project in file("."))
"sbtVersion" -> sbtVersion.value
)

Paradox / paradoxNavigationDepth := 3
Compile / paradoxNavigationDepth := 3
git.remoteRepo := "[email protected]:sbt/sbt-jacoco.git"

headerLicense := Some(
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.3") // check if the site actually builds
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.3.3") // check if the site actually builds
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
addSbtPlugin("com.lightbend.paradox" % "sbt-paradox" % "0.9.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.0")
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7811fb7

Please sign in to comment.