Skip to content

Commit

Permalink
Revert "docs: Repository tag had a sneaky space (#1189)"
Browse files Browse the repository at this point in the history
This reverts commit 29e7ea5.
  • Loading branch information
johanandren authored Aug 31, 2023
1 parent 29e7ea5 commit 5461f59
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion docs/src/main/paradox/akka-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/bootstrap/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/bootstrap/recipes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/cluster-http-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/discovery/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/discovery/consul.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/discovery/kubernetes.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/discovery/marathon.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/kubernetes-lease.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/loglevels/log4j2.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/loglevels/logback.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/src/main/paradox/rolling-updates.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 5461f59

Please sign in to comment.