From 3b3f3d8e835312f2bcccf7164ce6a8488a1b9824 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=99=8E=E9=B8=A3?= Date: Sun, 8 Mar 2026 18:56:49 +0800 Subject: [PATCH] Remove Play gRPC references from docs Port upstream akka/akka-grpc@8aa142b8. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- docs/src/main/paradox/buildtools/gradle.md | 2 -- docs/src/main/paradox/overview.md | 3 +-- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/docs/src/main/paradox/buildtools/gradle.md b/docs/src/main/paradox/buildtools/gradle.md index 7afd4d463..050683dcd 100644 --- a/docs/src/main/paradox/buildtools/gradle.md +++ b/docs/src/main/paradox/buildtools/gradle.md @@ -106,6 +106,4 @@ Then, the server can then be started from the command line with: ./gradlew runServer ``` -## Play Framework support -See the [Play gRPC documentation](https://github.com/playframework/play-grpc) for details. diff --git a/docs/src/main/paradox/overview.md b/docs/src/main/paradox/overview.md index 841f5d313..2d7a2f1c5 100644 --- a/docs/src/main/paradox/overview.md +++ b/docs/src/main/paradox/overview.md @@ -22,8 +22,7 @@ It features: * gRPC Runtime implementation that uses - @extref[Pekko HTTP/2 support](pekko-http:server-side/http2.html) for the server side and - `grpc-netty-shaded` for the client side. - * Support for @ref[sbt](buildtools/sbt.md), @ref[gradle](buildtools/gradle.md), @ref[Maven](buildtools/maven.md), - and the [Play Framework](https://github.com/playframework/play-grpc). + * Support for @ref[sbt](buildtools/sbt.md), @ref[gradle](buildtools/gradle.md), and @ref[Maven](buildtools/maven.md). ## Project Information