You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _data/versioned/main/index/quarkus.yaml
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -792,7 +792,18 @@ types:
792
792
- reactive
793
793
type: tutorial
794
794
url: /guides/getting-started-reactive
795
-
- title: Getting started with Security by using Basic authentication and Jakarta Persistence
795
+
- title: Getting started with WebSockets Next
796
+
filename: websockets-next-tutorial.adoc
797
+
summary: This guide explains how your Quarkus application can utilize web sockets to create interactive web applications.
798
+
categories: web
799
+
topics:
800
+
- web
801
+
- websockets
802
+
extensions:
803
+
- io.quarkus:quarkus-websockets-next
804
+
type: tutorial
805
+
url: /guides/websockets-next-tutorial
806
+
- title: Getting started with security by using Basic authentication and Jakarta Persistence
796
807
filename: security-getting-started-tutorial.adoc
797
808
summary: "Get started with Quarkus Security by securing your Quarkus application endpoints with the built-in Quarkus Basic authentication and the Jakarta Persistence identity provider, enabling role-based access control."
798
809
categories: "getting-started, security"
@@ -809,17 +820,6 @@ types:
809
820
id: security-getting-started-tutorial
810
821
type: tutorial
811
822
url: /guides/security-getting-started-tutorial
812
-
- title: Getting started with WebSockets Next
813
-
filename: websockets-next-tutorial.adoc
814
-
summary: This guide explains how your Quarkus application can utilize web sockets to create interactive web applications.
815
-
categories: web
816
-
topics:
817
-
- web
818
-
- websockets
819
-
extensions:
820
-
- io.quarkus:quarkus-websockets-next
821
-
type: tutorial
822
-
url: /guides/websockets-next-tutorial
823
823
- title: Migrate from OpenTracing to OpenTelemetry tracing
0 commit comments