From b71a1fb8d5c267b31d5c3e71353bfb069e08e2a5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Andr=C3=A9n?= Date: Thu, 31 Aug 2023 09:11:07 +0200 Subject: [PATCH] Revert "docs: Repository tag had a sneaky space (#1189)" (#1190) This reverts commit 29e7ea5fbe85301f9213e2e9a5d59eaf5bc5901c. --- docs/src/main/paradox/akka-management.md | 2 +- docs/src/main/paradox/bootstrap/index.md | 2 +- docs/src/main/paradox/bootstrap/recipes.md | 2 +- docs/src/main/paradox/cluster-http-management.md | 2 +- docs/src/main/paradox/discovery/aws.md | 2 +- docs/src/main/paradox/discovery/consul.md | 2 +- docs/src/main/paradox/discovery/kubernetes.md | 2 +- docs/src/main/paradox/discovery/marathon.md | 2 +- .../src/main/paradox/kubernetes-deployment/forming-a-cluster.md | 2 +- docs/src/main/paradox/kubernetes-lease.md | 2 +- docs/src/main/paradox/loglevels/log4j2.md | 2 +- docs/src/main/paradox/loglevels/logback.md | 2 +- docs/src/main/paradox/rolling-updates.md | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/src/main/paradox/akka-management.md b/docs/src/main/paradox/akka-management.md index fe87a956d..0ac7aa518 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 9ab105506..352de1bd0 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 2c4afab2a..d2112b5bc 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 f7e0039ff..b559e6b82 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 0893b6cc8..371849659 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 b6e04efe1..008c1f014 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 628d567d1..c5b25945c 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 7035e8e7b..6bb91b0c3 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 ec2dae0a1..bdf3e1e60 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 6856fe023..34e475ce2 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 e32f2732e..17bca6aba 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 d18d4dca4..0ba7a068d 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 9d2645da4..b848074ad 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"