Skip to content

Commit

Permalink
Added related projects to site
Browse files Browse the repository at this point in the history
  • Loading branch information
hnaderi committed Sep 6, 2022
1 parent 9ca2956 commit d9fb407
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ lazy val docs = project
.in(file("site"))
.enablePlugins(TypelevelSitePlugin)
.dependsOn(manifests.jvm)
.settings(
tlSiteRelatedProjects := Seq(
"Kubernetes" -> url("https://github.com/kubernetes/kubernetes"),
"Circe" -> url("https://github.com/circe/circe")
)
)

lazy val unidocs = project
.in(file("unidocs"))
Expand Down

0 comments on commit d9fb407

Please sign in to comment.