Skip to content

Commit 00afd49

Browse files
committed
Sync documentation of main branch
1 parent e569ffb commit 00afd49

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

_generated-doc/main/config/quarkus-all-build-items.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8431,6 +8431,17 @@ If this interceptor is always accompanied by `io.quarkus.security.spi.runtime.Se
84318431
84328432
84338433
8434+
a| https://github.com/quarkusio/quarkus/blob/main/extensions/vertx-http/deployment/src/main/java/io/quarkus/vertx/http/deployment/ErrorPageActionsBuildItem.java[`io.quarkus.vertx.http.deployment.ErrorPageActionsBuildItem`, window="_blank"]
8435+
[.description]
8436+
--
8437+
Allows extensions to contribute an action (button) to the error page
8438+
-- a|`java.util.List<ErrorPageAction> actions`
8439+
8440+
_No Javadoc found_
8441+
8442+
8443+
8444+
84348445
a| https://github.com/quarkusio/quarkus/blob/main/extensions/vertx-http/deployment/src/main/java/io/quarkus/devui/deployment/ExtensionsBuildItem.java[`io.quarkus.devui.deployment.ExtensionsBuildItem`, window="_blank"]
84358446
[.description]
84368447
--

_versions/main/guides/websockets-next-reference.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -821,7 +821,7 @@ Let’s consider the following client endpoint:
821821
[source, java]
822822
----
823823
@WebSocketClient(path = "/endpoint/{name}")
824-
public static class ClientEndpoint {
824+
public class ClientEndpoint {
825825
826826
@OnTextMessage
827827
void onMessage(@PathParam String name, String message, WebSocketClientConnection connection) {

0 commit comments

Comments
 (0)