Skip to content

Commit b73605c

Browse files
committed
Sync documentation of main branch
1 parent e94f030 commit b73605c

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ types:
3030
- title: Configure data sources in Quarkus
3131
filename: datasource.adoc
3232
summary: Use a unified configuration model to define datasources for Java Database Connectivity (JDBC) and Reactive drivers.
33-
categories: "getting-started, data"
33+
categories: "data, getting-started"
3434
id: datasources
3535
type: reference
3636
url: /guides/datasource
@@ -55,7 +55,7 @@ types:
5555
- title: Logging configuration
5656
filename: logging.adoc
5757
summary: "Read about the use of logging API in Quarkus, configuring logging output, and using logging adapters to unify the output from other logging APIs."
58-
categories: "getting-started, core"
58+
categories: "core, getting-started"
5959
id: logging
6060
type: reference
6161
url: /guides/logging
@@ -166,7 +166,7 @@ types:
166166
- title: "Duplicated context, context locals, asynchronous processing and propagation"
167167
filename: duplicated-context.adoc
168168
summary: "When using a traditional, blocking, and synchronous framework, processing of each request is performed in a dedicated thread."
169-
categories: "core, architecture"
169+
categories: "architecture, core"
170170
id: duplicated-context
171171
type: concepts
172172
url: /guides/duplicated-context
@@ -222,7 +222,7 @@ types:
222222
- title: Security vulnerability detection and reporting in Quarkus
223223
filename: security-vulnerability-detection.adoc
224224
summary: Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format.
225-
categories: "contributing, security"
225+
categories: "security, contributing"
226226
id: security-vulnerability-detection
227227
type: concepts
228228
url: /guides/security-vulnerability-detection
@@ -252,7 +252,7 @@ types:
252252
- title: Building a Native Executable
253253
filename: building-native-image.adoc
254254
summary: Build native executables with GraalVM or Mandrel.
255-
categories: "getting-started, native"
255+
categories: "native, getting-started"
256256
type: tutorial
257257
url: /guides/building-native-image
258258
- title: Collect metrics using Micrometer
@@ -304,7 +304,7 @@ types:
304304
- title: Secure a Quarkus application with Basic authentication and Jakarta Persistence
305305
filename: security-basic-authentication-tutorial.adoc
306306
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).
307-
categories: "getting-started, security"
307+
categories: "security, getting-started"
308308
id: security-basic-authentication-tutorial
309309
type: tutorial
310310
url: /guides/security-basic-authentication-tutorial
@@ -366,7 +366,7 @@ types:
366366
- title: AppCDS
367367
filename: appcds.adoc
368368
summary: This reference guide explains how to enable AppCDS with Quarkus.
369-
categories: "core, cloud"
369+
categories: "cloud, core"
370370
type: guide
371371
url: /guides/appcds
372372
- title: Application Data Caching
@@ -998,7 +998,7 @@ types:
998998
- title: Simplified Hibernate ORM with Panache and Kotlin
999999
filename: hibernate-orm-panache-kotlin.adoc
10001000
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
1001-
categories: "data, alt-languages"
1001+
categories: "alt-languages, data"
10021002
type: guide
10031003
url: /guides/hibernate-orm-panache-kotlin
10041004
- title: Simplified Hibernate Reactive with Panache
@@ -1016,7 +1016,7 @@ types:
10161016
- title: Simplified MongoDB with Panache and Kotlin
10171017
filename: mongodb-panache-kotlin.adoc
10181018
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
1019-
categories: "data, alt-languages"
1019+
categories: "alt-languages, data"
10201020
type: guide
10211021
url: /guides/mongodb-panache-kotlin
10221022
- title: SmallRye Fault Tolerance
@@ -1052,14 +1052,14 @@ types:
10521052
- title: Testing Your Application
10531053
filename: getting-started-testing.adoc
10541054
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1055-
categories: "core, tooling, native"
1055+
categories: "tooling, native, core"
10561056
id: testing
10571057
type: guide
10581058
url: /guides/getting-started-testing
10591059
- title: Tips for writing native applications
10601060
filename: writing-native-applications-tips.adoc
10611061
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1062-
categories: "core, writing-extensions, native"
1062+
categories: "writing-extensions, native, core"
10631063
type: guide
10641064
url: /guides/writing-native-applications-tips
10651065
- title: Using Apache Kafka Streams
@@ -1188,7 +1188,7 @@ types:
11881188
- title: Using SSL With Native Executables
11891189
filename: native-and-ssl.adoc
11901190
summary: "In this guide, we will discuss how you can get your native images to support SSL, as native images don't support it out of the box."
1191-
categories: "core, native, security"
1191+
categories: "native, security, core"
11921192
type: guide
11931193
url: /guides/native-and-ssl
11941194
- title: Using Security with .properties File

0 commit comments

Comments
 (0)