mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-18 21:34:39 +01:00
2022 02 12 update mdoc fix downloadlink (#4086)
* Fix broken website examples * Update mdoc dependency and fix download link
This commit is contained in:
parent
13c46e0af8
commit
07fcfd0568
@ -25,7 +25,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.4.12")
|
||||
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
|
||||
|
||||
// write markdown files with type-checked Scala
|
||||
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24")
|
||||
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.0")
|
||||
|
||||
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
|
||||
|
||||
|
@ -91,7 +91,7 @@ const siteConfig = {
|
||||
// For no header links in the top nav bar -> headerLinks: [],
|
||||
headerLinks: [
|
||||
{ doc: "core/core-intro", label: "Docs" },
|
||||
{ href: "download", label: "Download" },
|
||||
{ href: "/download", label: "Download" },
|
||||
{ href: scaladocUrl, label: "API" },
|
||||
{ page: "help", label: "Help" }
|
||||
],
|
||||
|
Loading…
Reference in New Issue
Block a user