2022-01-25 19:18:05 +01:00
|
|
|
// config for https://github.com/ennru/site-link-validator/
|
|
|
|
|
site-link-validator {
|
2022-12-02 10:49:40 +01:00
|
|
|
root-dir = "docs/target/paradox/site/main/"
|
2022-01-25 19:18:05 +01:00
|
|
|
# relative to `root-dir`
|
|
|
|
|
start-file = "index.html"
|
|
|
|
|
|
|
|
|
|
# Resolves URLs with the given prefix as local files instead
|
|
|
|
|
link-mappings = [
|
|
|
|
|
{
|
2023-01-31 12:26:50 +01:00
|
|
|
prefix = "https://pekko.apache.org/docs/pekko/current/"
|
2022-01-25 19:18:05 +01:00
|
|
|
replace = ""
|
|
|
|
|
}
|
|
|
|
|
# ScalaDoc from unidoc
|
|
|
|
|
{
|
2023-01-31 12:26:50 +01:00
|
|
|
prefix = "https://pekko.apache.org/api/pekko/current/"
|
2022-01-25 19:18:05 +01:00
|
|
|
replace = "/../../../../../target/scala-2.13/unidoc/"
|
|
|
|
|
}
|
|
|
|
|
{
|
2023-01-31 12:26:50 +01:00
|
|
|
prefix = "https://pekko.apache.org/api/pekko/current/"
|
2022-01-25 19:18:05 +01:00
|
|
|
replace = "/../../../../../target/scala-2.13/unidoc/"
|
|
|
|
|
}
|
|
|
|
|
{
|
2023-01-31 12:26:50 +01:00
|
|
|
prefix = "https://pekko.apache.org/api/pekko/snapshot/"
|
2022-01-25 19:18:05 +01:00
|
|
|
replace = "/../../../../../target/scala-2.13/unidoc/"
|
|
|
|
|
}
|
|
|
|
|
# Java APIs from genjavadoc
|
|
|
|
|
{
|
2023-01-31 12:26:50 +01:00
|
|
|
prefix = "https://pekko.apache.org/japi/pekko/current/"
|
2022-01-25 19:18:05 +01:00
|
|
|
replace = "/../../../../../target/javaunidoc/"
|
|
|
|
|
}
|
|
|
|
|
{
|
2023-01-31 12:26:50 +01:00
|
|
|
prefix = "https://pekko.apache.org/japi/pekko/current/"
|
2022-01-25 19:18:05 +01:00
|
|
|
replace = "/../../../../../target/javaunidoc/"
|
|
|
|
|
}
|
|
|
|
|
{
|
2023-01-31 12:26:50 +01:00
|
|
|
prefix = "https://pekko.apache.org/japi/pekko/snapshot/"
|
2022-01-25 19:18:05 +01:00
|
|
|
replace = "/../../../../../target/javaunidoc/"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
ignore-missing-local-files-regex = ""
|
2023-01-31 12:26:50 +01:00
|
|
|
// e.g. "^api/alpakka/snapshot/pekko/stream/alpakka/googlecloud/storage/impl/Formats.*"
|
2022-01-25 19:18:05 +01:00
|
|
|
|
|
|
|
|
ignore-prefixes = [
|
|
|
|
|
# Fails after a number of requests with "403 Forbidden"
|
|
|
|
|
"https://javadoc.io/static/"
|
|
|
|
|
# GitHub will block with "429 Too Many Requests"
|
|
|
|
|
"https://github.com/"
|
2022-04-05 08:29:27 +02:00
|
|
|
"https://www.scala-lang.org/api/2.13.8/scala/runtime/AbstractFunction1.html"
|
|
|
|
|
"https://www.scala-lang.org/api/2.13.8/scala/runtime/AbstractFunction2.html"
|
|
|
|
|
"https://www.scala-lang.org/api/2.13.8/scala/runtime/AbstractFunction3.html"
|
|
|
|
|
"https://www.scala-lang.org/api/2.13.8/scala/runtime/AbstractPartialFunction.html"
|
2022-01-25 19:18:05 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
non-https-whitelist = [
|
|
|
|
|
"http://cidrdb.org/cidr2015/Papers/CIDR15_Paper16.pdf"
|
|
|
|
|
"http://citeseerx.ist.psu.edu/viewdoc/summary?doi=10.1.1.41.7628"
|
|
|
|
|
"http://spray.io"
|
|
|
|
|
"http://www.bailis.org/blog/doing-redundant-work-to-speed-up-distributed-queries/"
|
|
|
|
|
"http://www.cs.columbia.edu/~nahum/w6998/papers/sosp87-timing-wheels.pdf"
|
|
|
|
|
# document not available anymore
|
|
|
|
|
"http://www.jaist.ac.jp/~defago/files/pdf/IS_RR_2004_010.pdf"
|
|
|
|
|
# Sigar site has been removed
|
|
|
|
|
"http://www.hyperic.com/products/sigar"
|
|
|
|
|
"http://www.tom-e-white.com/2007/11/consistent-hashing.html"
|
|
|
|
|
# genereated by @apidoc
|
|
|
|
|
"http://www.scala-lang.org/api/2.13."
|
|
|
|
|
]
|
|
|
|
|
}
|