Skip to content

Commit ca2f3ba

Browse files
committed
Sync documentation of main branch
1 parent 0a022b3 commit ca2f3ba

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 14 additions & 14 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: "command-line, core"
21+
categories: "core, command-line"
2222
type: reference
2323
url: /guides/command-mode-reference
2424
- title: Configuration Reference Guide
@@ -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: "architecture, core"
169+
categories: "core, architecture"
170170
id: duplicated-context
171171
type: concepts
172172
url: /guides/duplicated-context
@@ -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: "native, getting-started"
255+
categories: "getting-started, native"
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: "security, getting-started"
307+
categories: "getting-started, security"
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: "cloud, core"
369+
categories: "core, cloud"
370370
type: guide
371371
url: /guides/appcds
372372
- title: Application Data Caching
@@ -559,7 +559,7 @@ types:
559559
- title: Dev Services for Databases
560560
filename: databases-dev-services.adoc
561561
summary: "When testing or running in dev mode Quarkus can provide you with a zero-config database out of the box, a feature we refer to as Dev Services."
562-
categories: "tooling, data"
562+
categories: "data, tooling"
563563
type: guide
564564
url: /guides/databases-dev-services
565565
- title: Dev Services for Elasticsearch
@@ -927,14 +927,14 @@ types:
927927
- title: Quarkus and Gradle
928928
filename: gradle-tooling.adoc
929929
summary: Develop and build your Quarkus application with Gradle
930-
categories: "native, tooling"
930+
categories: "tooling, native"
931931
id: gradle-tooling
932932
type: guide
933933
url: /guides/gradle-tooling
934934
- title: Quarkus and Maven
935935
filename: maven-tooling.adoc
936936
summary: Develop and build your Quarkus application with Maven
937-
categories: "native, tooling"
937+
categories: "tooling, native"
938938
id: maven-tooling
939939
type: guide
940940
url: /guides/maven-tooling
@@ -1008,7 +1008,7 @@ types:
10081008
- title: Simplified Hibernate ORM with Panache and Kotlin
10091009
filename: hibernate-orm-panache-kotlin.adoc
10101010
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
1011-
categories: "data, alt-languages"
1011+
categories: "alt-languages, data"
10121012
type: guide
10131013
url: /guides/hibernate-orm-panache-kotlin
10141014
- title: Simplified Hibernate Reactive with Panache
@@ -1026,7 +1026,7 @@ types:
10261026
- title: Simplified MongoDB with Panache and Kotlin
10271027
filename: mongodb-panache-kotlin.adoc
10281028
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
1029-
categories: "data, alt-languages"
1029+
categories: "alt-languages, data"
10301030
type: guide
10311031
url: /guides/mongodb-panache-kotlin
10321032
- title: SmallRye Fault Tolerance
@@ -1062,14 +1062,14 @@ types:
10621062
- title: Testing Your Application
10631063
filename: getting-started-testing.adoc
10641064
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1065-
categories: "native, tooling, core"
1065+
categories: "core, native, tooling"
10661066
id: testing
10671067
type: guide
10681068
url: /guides/getting-started-testing
10691069
- title: Tips for writing native applications
10701070
filename: writing-native-applications-tips.adoc
10711071
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1072-
categories: "writing-extensions, native, core"
1072+
categories: "core, writing-extensions, native"
10731073
type: guide
10741074
url: /guides/writing-native-applications-tips
10751075
- title: Using Apache Kafka Streams
@@ -1198,7 +1198,7 @@ types:
11981198
- title: Using SSL With Native Executables
11991199
filename: native-and-ssl.adoc
12001200
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."
1201-
categories: "native, security, core"
1201+
categories: "core, native, security"
12021202
type: guide
12031203
url: /guides/native-and-ssl
12041204
- title: Using Security with .properties File
@@ -1311,7 +1311,7 @@ types:
13111311
- title: Validation with Hibernate Validator
13121312
filename: validation.adoc
13131313
summary: This guide covers how to use Hibernate Validator/Bean Validation in your REST services.
1314-
categories: "web, data"
1314+
categories: "data, web"
13151315
type: guide
13161316
url: /guides/validation
13171317
- title: Writing JSON REST Services

0 commit comments

Comments
 (0)