Skip to content

Commit f09bfaa

Browse files
committed
Sync documentation of main branch
1 parent aa18e0b commit f09bfaa

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: "command-line, core"
21+
categories: "core, command-line"
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 data sources 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, observability"
58+
categories: "core, observability, getting-started"
5959
id: logging
6060
type: reference
6161
url: /guides/logging
@@ -265,15 +265,15 @@ types:
265265
- title: Use virtual threads in REST applications
266266
filename: resteasy-reactive-virtual-threads.adoc
267267
summary: How to use virtual threads in a REST application
268-
categories: "web, core"
268+
categories: "core, web"
269269
id: resteasy-reactive-virtual-threads
270270
type: howto
271271
url: /guides/resteasy-reactive-virtual-threads
272272
tutorial:
273273
- title: Building a Native Executable
274274
filename: building-native-image.adoc
275275
summary: Build native executables with GraalVM or Mandrel.
276-
categories: "native, getting-started"
276+
categories: "getting-started, native"
277277
type: tutorial
278278
url: /guides/building-native-image
279279
- title: Collect metrics using Micrometer
@@ -338,7 +338,7 @@ types:
338338
- title: Your second Quarkus application
339339
filename: getting-started-dev-services.adoc
340340
summary: Discover some of the features that make developing with Quarkus a joyful experience.
341-
categories: "getting-started, data, core"
341+
categories: "data, core, getting-started"
342342
id: getting-started-dev-services-tutorial
343343
type: tutorial
344344
url: /guides/getting-started-dev-services
@@ -394,7 +394,7 @@ types:
394394
- title: AppCDS
395395
filename: appcds.adoc
396396
summary: This reference guide explains how to enable AppCDS with Quarkus.
397-
categories: "cloud, core"
397+
categories: "core, cloud"
398398
type: guide
399399
url: /guides/appcds
400400
- title: Application Data Caching
@@ -952,14 +952,14 @@ types:
952952
- title: Quarkus and Gradle
953953
filename: gradle-tooling.adoc
954954
summary: Develop and build your Quarkus application with Gradle
955-
categories: "native, tooling"
955+
categories: "tooling, native"
956956
id: gradle-tooling
957957
type: guide
958958
url: /guides/gradle-tooling
959959
- title: Quarkus and Maven
960960
filename: maven-tooling.adoc
961961
summary: Develop and build your Quarkus application with Maven
962-
categories: "native, tooling"
962+
categories: "tooling, native"
963963
id: maven-tooling
964964
type: guide
965965
url: /guides/maven-tooling
@@ -1057,7 +1057,7 @@ types:
10571057
- title: SmallRye Fault Tolerance
10581058
filename: smallrye-fault-tolerance.adoc
10591059
summary: This guide demonstrates how your Quarkus application can utilize the SmallRye Fault Tolerance specification through the SmallRye Fault Tolerance extension.
1060-
categories: "web, observability"
1060+
categories: "observability, web"
10611061
type: guide
10621062
url: /guides/smallrye-fault-tolerance
10631063
- title: SmallRye GraphQL
@@ -1087,14 +1087,14 @@ types:
10871087
- title: Testing Your Application
10881088
filename: getting-started-testing.adoc
10891089
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1090-
categories: "native, tooling, core"
1090+
categories: "tooling, core, native"
10911091
id: testing
10921092
type: guide
10931093
url: /guides/getting-started-testing
10941094
- title: Tips for writing native applications
10951095
filename: writing-native-applications-tips.adoc
10961096
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1097-
categories: "native, writing-extensions, core"
1097+
categories: "writing-extensions, core, native"
10981098
type: guide
10991099
url: /guides/writing-native-applications-tips
11001100
- title: Using Apache Kafka Streams
@@ -1223,7 +1223,7 @@ types:
12231223
- title: Using SSL With Native Executables
12241224
filename: native-and-ssl.adoc
12251225
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."
1226-
categories: "native, security, core"
1226+
categories: "core, security, native"
12271227
type: guide
12281228
url: /guides/native-and-ssl
12291229
- title: Using Security with .properties File

0 commit comments

Comments
 (0)