Skip to content

Commit

Permalink
docs: add canonical URLs in Scaladoc
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Aug 7, 2020
1 parent cbf5919 commit 146df77
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Common.scala
Expand Up @@ -51,6 +51,8 @@ object Common extends AutoPlugin {
val branch = if (isSnapshot.value) "master" else s"v${version.value}"
s"https://github.com/akka/akka-persistence-cassandra/tree/${branch}€{FILE_PATH_EXT}#L€{FILE_LINE}"
},
"-doc-canonical-base-url",
"https://doc.akka.io/api/akka-persistence-cassandra/current/",
"-skip-packages",
"akka.pattern" // for some reason Scaladoc creates this
),
Expand Down

0 comments on commit 146df77

Please sign in to comment.