Skip to content

Commit ca55ed9

Browse files
committed
Sync documentation of main branch
1 parent 9d2a05d commit ca55ed9

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ types:
1818
- title: Command Mode Applications
1919
filename: command-mode-reference.adoc
2020
summary: This reference guide explains how to develop command line applications with Quarkus.
21-
categories: "core, command-line"
21+
categories: "command-line, core"
2222
type: reference
2323
url: /guides/command-mode-reference
2424
- title: Configuration Reference Guide
@@ -201,7 +201,7 @@ types:
201201
- title: Security vulnerability detection and reporting in Quarkus
202202
filename: security-vulnerability-detection-concept.adoc
203203
summary: Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format.
204-
categories: "contributing, security"
204+
categories: "security, contributing"
205205
id: security-vulnerability-detection-concept
206206
type: concepts
207207
url: /guides/security-vulnerability-detection-concept
@@ -230,7 +230,7 @@ types:
230230
- title: Building a Native Executable
231231
filename: building-native-image.adoc
232232
summary: Build native executables with GraalVM or Mandrel.
233-
categories: "native, getting-started"
233+
categories: "getting-started, native"
234234
type: tutorial
235235
url: /guides/building-native-image
236236
- title: Collect metrics using Micrometer
@@ -243,7 +243,7 @@ types:
243243
- title: Configure data sources in Quarkus
244244
filename: datasource.adoc
245245
summary: Use a unified configuration model to define datasources for Java Database Connectivity (JDBC) and Reactive drivers.
246-
categories: "data, reactive, getting-started"
246+
categories: "getting-started, data, reactive"
247247
id: datasources
248248
type: tutorial
249249
url: /guides/datasource
@@ -345,7 +345,7 @@ types:
345345
- title: AppCDS
346346
filename: appcds.adoc
347347
summary: This reference guide explains how to enable AppCDS with Quarkus.
348-
categories: "core, cloud"
348+
categories: "cloud, core"
349349
type: guide
350350
url: /guides/appcds
351351
- title: Application Data Caching
@@ -985,7 +985,7 @@ types:
985985
- title: SmallRye Fault Tolerance
986986
filename: smallrye-fault-tolerance.adoc
987987
summary: This guide demonstrates how your Quarkus application can utilize the SmallRye Fault Tolerance specification through the SmallRye Fault Tolerance extension.
988-
categories: "observability, web"
988+
categories: "web, observability"
989989
type: guide
990990
url: /guides/smallrye-fault-tolerance
991991
- title: SmallRye GraphQL
@@ -1015,14 +1015,14 @@ types:
10151015
- title: Testing Your Application
10161016
filename: getting-started-testing.adoc
10171017
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1018-
categories: "native, tooling, core"
1018+
categories: "tooling, native, core"
10191019
id: testing
10201020
type: guide
10211021
url: /guides/getting-started-testing
10221022
- title: Tips for writing native applications
10231023
filename: writing-native-applications-tips.adoc
10241024
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1025-
categories: "writing-extensions, native, core"
1025+
categories: "native, core, writing-extensions"
10261026
type: guide
10271027
url: /guides/writing-native-applications-tips
10281028
- title: Update projects to the latest version of Quarkus
@@ -1158,7 +1158,7 @@ types:
11581158
- title: Using SSL With Native Executables
11591159
filename: native-and-ssl.adoc
11601160
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."
1161-
categories: "native, core, security"
1161+
categories: "native, security, core"
11621162
type: guide
11631163
url: /guides/native-and-ssl
11641164
- title: Using Security with .properties File
@@ -1265,13 +1265,13 @@ types:
12651265
- title: Validation with Hibernate Validator
12661266
filename: validation.adoc
12671267
summary: This guide covers how to use Hibernate Validator/Bean Validation in your REST services.
1268-
categories: "data, web"
1268+
categories: "web, data"
12691269
type: guide
12701270
url: /guides/validation
12711271
- title: Writing JSON REST Services
12721272
filename: rest-json.adoc
12731273
summary: JSON is now the lingua franca between microservices.
1274-
categories: "serialization, web"
1274+
categories: "web, serialization"
12751275
type: guide
12761276
url: /guides/rest-json
12771277
- title: Writing REST Services with RESTEasy Reactive

0 commit comments

Comments
 (0)