From 1699ac0c22db2e6dc05c97e8c7cc86e916b7549c Mon Sep 17 00:00:00 2001 From: ulitol97 Date: Thu, 5 May 2022 16:16:48 +0200 Subject: [PATCH] Removed unused mdoc variables --- build.sbt | 5 ----- 1 file changed, 5 deletions(-) diff --git a/build.sbt b/build.sbt index 46579c2..2213fa9 100644 --- a/build.sbt +++ b/build.sbt @@ -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"),