docs: Use apidoc directive in logging.md (#22904) (#31346)

* Use apidoc directive in logging.md (#22904)

* add links to LoggerFactory
This commit is contained in:
Andrei Arlou 2022-04-21 14:38:38 +03:00 committed by GitHub
parent c90de63c97
commit bb4ead5b30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 32 additions and 30 deletions

View file

@ -43,6 +43,8 @@ object Paradox {
"javadoc.com.google.protobuf.link_style" -> "direct",
"javadoc.com.typesafe.config.base_url" -> "https://javadoc.io/doc/com.typesafe/config/latest/",
"javadoc.com.typesafe.config.link_style" -> "direct",
"javadoc.org.slf4j.base_url" -> "https://www.javadoc.io/doc/org.slf4j/slf4j-api/latest/org.slf4j",
"javadoc.org.slf4j.link_style" -> "direct",
"scala.version" -> scalaVersion.value,
"scala.binary.version" -> scalaBinaryVersion.value,
"akka.version" -> version.value,