diff --git a/docs/src/main/paradox/akka-management.md b/docs/src/main/paradox/akka-management.md index 0ac7aa518..fe87a956d 100644 --- a/docs/src/main/paradox/akka-management.md +++ b/docs/src/main/paradox/akka-management.md @@ -16,7 +16,7 @@ actually want to use (and load) in their project. The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository. -@@repository [sbt,Gradle,Maven] { +@@repository[sbt,Gradle,Maven] { id="akka-repository" name="Akka library repository" url="https://repo.akka.io/maven" diff --git a/docs/src/main/paradox/bootstrap/index.md b/docs/src/main/paradox/bootstrap/index.md index 352de1bd0..9ab105506 100644 --- a/docs/src/main/paradox/bootstrap/index.md +++ b/docs/src/main/paradox/bootstrap/index.md @@ -37,7 +37,7 @@ and bootstrap extensions. The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository. -@@repository [sbt,Gradle,Maven] { +@@repository[sbt,Gradle,Maven] { id="akka-repository" name="Akka library repository" url="https://repo.akka.io/maven" diff --git a/docs/src/main/paradox/bootstrap/recipes.md b/docs/src/main/paradox/bootstrap/recipes.md index d2112b5bc..2c4afab2a 100644 --- a/docs/src/main/paradox/bootstrap/recipes.md +++ b/docs/src/main/paradox/bootstrap/recipes.md @@ -62,7 +62,7 @@ Note that the `app` is the same for both services as they both refer to the same The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository. -@@repository [sbt,Gradle,Maven] { +@@repository[sbt,Gradle,Maven] { id="akka-repository" name="Akka library repository" url="https://repo.akka.io/maven" diff --git a/docs/src/main/paradox/cluster-http-management.md b/docs/src/main/paradox/cluster-http-management.md index b559e6b82..f7e0039ff 100644 --- a/docs/src/main/paradox/cluster-http-management.md +++ b/docs/src/main/paradox/cluster-http-management.md @@ -18,7 +18,7 @@ Make sure to include it along with the core akka-management library in your proj The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository. -@@repository [sbt,Gradle,Maven] { +@@repository[sbt,Gradle,Maven] { id="akka-repository" name="Akka library repository" url="https://repo.akka.io/maven" diff --git a/docs/src/main/paradox/discovery/aws.md b/docs/src/main/paradox/discovery/aws.md index 371849659..0893b6cc8 100644 --- a/docs/src/main/paradox/discovery/aws.md +++ b/docs/src/main/paradox/discovery/aws.md @@ -49,7 +49,7 @@ ensure the "Tag New Instances" option is checked. The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository. -@@repository [sbt,Gradle,Maven] { +@@repository[sbt,Gradle,Maven] { id="akka-repository" name="Akka library repository" url="https://repo.akka.io/maven" diff --git a/docs/src/main/paradox/discovery/consul.md b/docs/src/main/paradox/discovery/consul.md index 008c1f014..b6e04efe1 100644 --- a/docs/src/main/paradox/discovery/consul.md +++ b/docs/src/main/paradox/discovery/consul.md @@ -18,7 +18,7 @@ If you are using Consul to do the service discovery this would allow you to base The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository. -@@repository [sbt,Gradle,Maven] { +@@repository[sbt,Gradle,Maven] { id="akka-repository" name="Akka library repository" url="https://repo.akka.io/maven" diff --git a/docs/src/main/paradox/discovery/kubernetes.md b/docs/src/main/paradox/discovery/kubernetes.md index c5b25945c..628d567d1 100644 --- a/docs/src/main/paradox/discovery/kubernetes.md +++ b/docs/src/main/paradox/discovery/kubernetes.md @@ -12,7 +12,7 @@ The typical way to consume a service in Kubernetes is to discover it through DNS The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository. -@@repository [sbt,Gradle,Maven] { +@@repository[sbt,Gradle,Maven] { id="akka-repository" name="Akka library repository" url="https://repo.akka.io/maven" diff --git a/docs/src/main/paradox/discovery/marathon.md b/docs/src/main/paradox/discovery/marathon.md index 6bb91b0c3..7035e8e7b 100644 --- a/docs/src/main/paradox/discovery/marathon.md +++ b/docs/src/main/paradox/discovery/marathon.md @@ -25,7 +25,7 @@ is bound to this port. The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository. -@@repository [sbt,Gradle,Maven] { +@@repository[sbt,Gradle,Maven] { id="akka-repository" name="Akka library repository" url="https://repo.akka.io/maven" diff --git a/docs/src/main/paradox/kubernetes-deployment/forming-a-cluster.md b/docs/src/main/paradox/kubernetes-deployment/forming-a-cluster.md index bdf3e1e60..ec2dae0a1 100644 --- a/docs/src/main/paradox/kubernetes-deployment/forming-a-cluster.md +++ b/docs/src/main/paradox/kubernetes-deployment/forming-a-cluster.md @@ -26,7 +26,7 @@ Add the following dependencies to your application: The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository. -@@repository [sbt,Gradle,Maven] { +@@repository[sbt,Gradle,Maven] { id="akka-repository" name="Akka library repository" url="https://repo.akka.io/maven" diff --git a/docs/src/main/paradox/kubernetes-lease.md b/docs/src/main/paradox/kubernetes-lease.md index 34e475ce2..6856fe023 100644 --- a/docs/src/main/paradox/kubernetes-lease.md +++ b/docs/src/main/paradox/kubernetes-lease.md @@ -36,7 +36,7 @@ applications, you must ensure different `ActorSystem` names because they all nee The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository. -@@repository [sbt,Gradle,Maven] { +@@repository[sbt,Gradle,Maven] { id="akka-repository" name="Akka library repository" url="https://repo.akka.io/maven" diff --git a/docs/src/main/paradox/loglevels/log4j2.md b/docs/src/main/paradox/loglevels/log4j2.md index 17bca6aba..e32f2732e 100644 --- a/docs/src/main/paradox/loglevels/log4j2.md +++ b/docs/src/main/paradox/loglevels/log4j2.md @@ -10,7 +10,7 @@ Requires @ref:[Akka Management](../akka-management.md) and that the application The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository. -@@repository [sbt,Gradle,Maven] { +@@repository[sbt,Gradle,Maven] { id="akka-repository" name="Akka library repository" url="https://repo.akka.io/maven" diff --git a/docs/src/main/paradox/loglevels/logback.md b/docs/src/main/paradox/loglevels/logback.md index 0ba7a068d..d18d4dca4 100644 --- a/docs/src/main/paradox/loglevels/logback.md +++ b/docs/src/main/paradox/loglevels/logback.md @@ -10,7 +10,7 @@ Requires @ref:[Akka Management](../akka-management.md) and that the application The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository. -@@repository [sbt,Gradle,Maven] { +@@repository[sbt,Gradle,Maven] { id="akka-repository" name="Akka library repository" url="https://repo.akka.io/maven" diff --git a/docs/src/main/paradox/rolling-updates.md b/docs/src/main/paradox/rolling-updates.md index b848074ad..9d2645da4 100644 --- a/docs/src/main/paradox/rolling-updates.md +++ b/docs/src/main/paradox/rolling-updates.md @@ -47,7 +47,7 @@ This module provides the Pod Deletion Cost extension which automatically annotat The Akka dependencies are available from Akka's library repository. To access them there, you need to configure the URL for this repository. -@@repository [sbt,Gradle,Maven] { +@@repository[sbt,Gradle,Maven] { id="akka-repository" name="Akka library repository" url="https://repo.akka.io/maven"