Skip to content

Commit bfb9cc3

Browse files
committed
Sync documentation of main branch
1 parent c06394d commit bfb9cc3

File tree

2 files changed

+399
-335
lines changed

2 files changed

+399
-335
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ types:
199199
- title: Security vulnerability detection and reporting in Quarkus
200200
filename: security-vulnerability-detection-concept.adoc
201201
summary: Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format.
202-
categories: "security, contributing"
202+
categories: "contributing, security"
203203
id: security-vulnerability-detection-concept
204204
type: concepts
205205
url: /guides/security-vulnerability-detection-concept
@@ -237,6 +237,13 @@ types:
237237
id: tutorial-micrometer
238238
type: tutorial
239239
url: /guides/telemetry-micrometer-tutorial
240+
- title: Configure data sources in Quarkus
241+
filename: datasource.adoc
242+
summary: Use a unified configuration model to define datasources for Java Database Connectivity (JDBC) and Reactive drivers.
243+
categories: "reactive, data, getting-started"
244+
id: datasources
245+
type: tutorial
246+
url: /guides/datasource
240247
- title: Creating Your First Application
241248
filename: getting-started.adoc
242249
summary: Discover how to create your first Quarkus application.
@@ -279,7 +286,7 @@ types:
279286
- title: Secure a Quarkus application with Basic authentication and Jakarta Persistence
280287
filename: security-basic-authentication-tutorial.adoc
281288
summary: Secure your Quarkus application endpoints by combining the built-in Quarkus Basic authentication with the Jakarta Persistence identity provider to enable role-based access control (RBAC).
282-
categories: "getting-started, security"
289+
categories: "security, getting-started"
283290
id: security-basic-authentication-tutorial
284291
type: tutorial
285292
url: /guides/security-basic-authentication-tutorial
@@ -335,7 +342,7 @@ types:
335342
- title: AppCDS
336343
filename: appcds.adoc
337344
summary: This reference guide explains how to enable AppCDS with Quarkus.
338-
categories: "core, cloud"
345+
categories: "cloud, core"
339346
type: guide
340347
url: /guides/appcds
341348
- title: Application Data Caching
@@ -483,12 +490,6 @@ types:
483490
summary: Cross-Site Request Forgery (CSRF) is an attack that forces an end user to execute unwanted actions on a web application in which they are currently authenticated.
484491
type: guide
485492
url: /guides/security-csrf-prevention
486-
- title: Datasources
487-
filename: datasource.adoc
488-
summary: "With Quarkus, you can easily configure a datasource, or several if need be."
489-
categories: data
490-
type: guide
491-
url: /guides/datasource
492493
- title: Deploying on OpenShift
493494
filename: deploying-to-openshift.adoc
494495
summary: This guide covers how to deploy a native application on OpenShift.
@@ -1005,7 +1006,7 @@ types:
10051006
- title: Tips for writing native applications
10061007
filename: writing-native-applications-tips.adoc
10071008
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1008-
categories: "core, writing-extensions"
1009+
categories: "writing-extensions, core"
10091010
type: guide
10101011
url: /guides/writing-native-applications-tips
10111012
- title: Update projects to the latest version of Quarkus

0 commit comments

Comments
 (0)