Skip to content

Commit

Permalink
Removed unused mdoc variables
Browse files Browse the repository at this point in the history
  • Loading branch information
ulitol97 committed May 5, 2022
1 parent 723a838 commit 1699ac0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -264,11 +264,6 @@ lazy val mdocSettings = Seq(
// Reference the Scala versions from webdocs
"SCALA_2_VERSION" -> scalaVersionPattern.replaceAllIn(scala2_13, ".x"),
"SCALA_3_VERSION" -> scalaVersionPattern.replaceAllIn(scala3_1, ".x"),

"API_URL" -> "https://api.rdfshape.weso.es",
"API_CONTAINER_REGISTRY" -> "https://github.com/orgs/weso/packages/container/package/rdfshape-api",
"WESOLOCAL_URL" -> "https://github.com/weso/wesolocal/wiki/RDFShape",
"API-DOCS_URL" -> "https://app.swaggerhub.com/apis-docs/weso/RDFShape"
),
// No warnings reported for dead links
mdocExtraArguments := Seq("--no-link-hygiene"),
Expand Down

0 comments on commit 1699ac0

Please sign in to comment.