Skip to content

Commit d139819

Browse files
committed
Sync documentation of main branch
1 parent aa91c53 commit d139819

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 13 additions & 13 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
@@ -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
@@ -215,7 +215,7 @@ types:
215215
- title: Security vulnerability detection and reporting in Quarkus
216216
filename: security-vulnerability-detection-concept.adoc
217217
summary: Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format.
218-
categories: "security, contributing"
218+
categories: "contributing, security"
219219
id: security-vulnerability-detection-concept
220220
type: concepts
221221
url: /guides/security-vulnerability-detection-concept
@@ -244,7 +244,7 @@ types:
244244
- title: Building a Native Executable
245245
filename: building-native-image.adoc
246246
summary: Build native executables with GraalVM or Mandrel.
247-
categories: "getting-started, native"
247+
categories: "native, getting-started"
248248
type: tutorial
249249
url: /guides/building-native-image
250250
- title: Collect metrics using Micrometer
@@ -352,7 +352,7 @@ types:
352352
- title: AppCDS
353353
filename: appcds.adoc
354354
summary: This reference guide explains how to enable AppCDS with Quarkus.
355-
categories: "core, cloud"
355+
categories: "cloud, core"
356356
type: guide
357357
url: /guides/appcds
358358
- title: Application Data Caching
@@ -880,14 +880,14 @@ types:
880880
- title: Quarkus and Gradle
881881
filename: gradle-tooling.adoc
882882
summary: Develop and build your Quarkus application with Gradle
883-
categories: "tooling, native"
883+
categories: "native, tooling"
884884
id: gradle-tooling
885885
type: guide
886886
url: /guides/gradle-tooling
887887
- title: Quarkus and Maven
888888
filename: maven-tooling.adoc
889889
summary: Develop and build your Quarkus application with Maven
890-
categories: "tooling, native"
890+
categories: "native, tooling"
891891
id: maven-tooling
892892
type: guide
893893
url: /guides/maven-tooling
@@ -961,7 +961,7 @@ types:
961961
- title: Simplified Hibernate ORM with Panache and Kotlin
962962
filename: hibernate-orm-panache-kotlin.adoc
963963
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
964-
categories: "alt-languages, data"
964+
categories: "data, alt-languages"
965965
type: guide
966966
url: /guides/hibernate-orm-panache-kotlin
967967
- title: Simplified Hibernate Reactive with Panache
@@ -979,7 +979,7 @@ types:
979979
- title: Simplified MongoDB with Panache and Kotlin
980980
filename: mongodb-panache-kotlin.adoc
981981
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
982-
categories: "alt-languages, data"
982+
categories: "data, alt-languages"
983983
type: guide
984984
url: /guides/mongodb-panache-kotlin
985985
- title: SmallRye Fault Tolerance
@@ -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: "tooling, core, native"
1018+
categories: "native, tooling, 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, core, native"
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: "security, core, native"
1161+
categories: "native, core, security"
11621162
type: guide
11631163
url: /guides/native-and-ssl
11641164
- title: Using Security with .properties File
@@ -1265,7 +1265,7 @@ 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: "web, data"
1268+
categories: "data, web"
12691269
type: guide
12701270
url: /guides/validation
12711271
- title: Writing JSON REST Services

0 commit comments

Comments
 (0)