Skip to content

Commit

Permalink
docs: Version placeholders in snippets fixed (#1993)
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren authored Oct 17, 2024
1 parent 700b12e commit 36bd99d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/main/paradox/buildtools/gradle.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ By default both client and server are generated and Java or Scala is autodetecte

To add the Akka gRPC gradle plugin to a project:

: @@@vars
```gradle
buildscript {
repositories {
Expand All @@ -36,7 +37,7 @@ repositories {
}
}
```

@@@

For a step by step getting started with Akka gRPC read the @ref[client](../client/index.md) or @ref[server](../server/index.md) introductions.

Expand Down
2 changes: 2 additions & 0 deletions docs/src/main/paradox/buildtools/maven.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Maven

: @@@vars
```xml
<project>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -59,6 +60,7 @@
</build>
</project>
```
@@@

For a step by step getting started with Akka gRPC read the @ref[client](../client/index.md) or @ref[server](../server/index.md) introductions.

Expand Down
2 changes: 2 additions & 0 deletions docs/src/main/paradox/buildtools/sbt.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

To add the sbt plugin and Akka gRPC dependencies to a project:

: @@@vars
```scala
// in project/plugins.sbt:
resolvers += "Akka library repository".at("https://repo.akka.io/maven")
Expand All @@ -11,6 +12,7 @@ addSbtPlugin("com.lightbend.akka.grpc" % "sbt-akka-grpc" % "$project.version$")
resolvers += "Akka library repository".at("https://repo.akka.io/maven")
enablePlugins(AkkaGrpcPlugin)
```
@@@

For a step by step getting started with Akka gRPC read the @ref[client](../client/index.md) or @ref[server](../server/index.md) introductions.

Expand Down

0 comments on commit 36bd99d

Please sign in to comment.