|
18 | 18 | - title: Command Mode Applications |
19 | 19 | filename: command-mode-reference.adoc |
20 | 20 | summary: This reference guide explains how to develop command line applications with Quarkus. |
21 | | - categories: "command-line, core" |
| 21 | + categories: "core, command-line" |
22 | 22 | type: reference |
23 | 23 | url: /guides/command-mode-reference |
24 | 24 | - title: Configuration Reference Guide |
|
30 | 30 | - title: Configure data sources in Quarkus |
31 | 31 | filename: datasource.adoc |
32 | 32 | 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" |
34 | 34 | id: datasources |
35 | 35 | type: reference |
36 | 36 | url: /guides/datasource |
|
55 | 55 | - title: Logging configuration |
56 | 56 | filename: logging.adoc |
57 | 57 | 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" |
59 | 59 | id: logging |
60 | 60 | type: reference |
61 | 61 | url: /guides/logging |
@@ -265,15 +265,15 @@ types: |
265 | 265 | - title: Use virtual threads in REST applications |
266 | 266 | filename: resteasy-reactive-virtual-threads.adoc |
267 | 267 | summary: How to use virtual threads in a REST application |
268 | | - categories: "web, core" |
| 268 | + categories: "core, web" |
269 | 269 | id: resteasy-reactive-virtual-threads |
270 | 270 | type: howto |
271 | 271 | url: /guides/resteasy-reactive-virtual-threads |
272 | 272 | tutorial: |
273 | 273 | - title: Building a Native Executable |
274 | 274 | filename: building-native-image.adoc |
275 | 275 | summary: Build native executables with GraalVM or Mandrel. |
276 | | - categories: "native, getting-started" |
| 276 | + categories: "getting-started, native" |
277 | 277 | type: tutorial |
278 | 278 | url: /guides/building-native-image |
279 | 279 | - title: Collect metrics using Micrometer |
@@ -338,7 +338,7 @@ types: |
338 | 338 | - title: Your second Quarkus application |
339 | 339 | filename: getting-started-dev-services.adoc |
340 | 340 | 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" |
342 | 342 | id: getting-started-dev-services-tutorial |
343 | 343 | type: tutorial |
344 | 344 | url: /guides/getting-started-dev-services |
@@ -394,7 +394,7 @@ types: |
394 | 394 | - title: AppCDS |
395 | 395 | filename: appcds.adoc |
396 | 396 | summary: This reference guide explains how to enable AppCDS with Quarkus. |
397 | | - categories: "cloud, core" |
| 397 | + categories: "core, cloud" |
398 | 398 | type: guide |
399 | 399 | url: /guides/appcds |
400 | 400 | - title: Application Data Caching |
@@ -952,14 +952,14 @@ types: |
952 | 952 | - title: Quarkus and Gradle |
953 | 953 | filename: gradle-tooling.adoc |
954 | 954 | summary: Develop and build your Quarkus application with Gradle |
955 | | - categories: "native, tooling" |
| 955 | + categories: "tooling, native" |
956 | 956 | id: gradle-tooling |
957 | 957 | type: guide |
958 | 958 | url: /guides/gradle-tooling |
959 | 959 | - title: Quarkus and Maven |
960 | 960 | filename: maven-tooling.adoc |
961 | 961 | summary: Develop and build your Quarkus application with Maven |
962 | | - categories: "native, tooling" |
| 962 | + categories: "tooling, native" |
963 | 963 | id: maven-tooling |
964 | 964 | type: guide |
965 | 965 | url: /guides/maven-tooling |
@@ -1057,7 +1057,7 @@ types: |
1057 | 1057 | - title: SmallRye Fault Tolerance |
1058 | 1058 | filename: smallrye-fault-tolerance.adoc |
1059 | 1059 | 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" |
1061 | 1061 | type: guide |
1062 | 1062 | url: /guides/smallrye-fault-tolerance |
1063 | 1063 | - title: SmallRye GraphQL |
@@ -1087,14 +1087,14 @@ types: |
1087 | 1087 | - title: Testing Your Application |
1088 | 1088 | filename: getting-started-testing.adoc |
1089 | 1089 | 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" |
1091 | 1091 | id: testing |
1092 | 1092 | type: guide |
1093 | 1093 | url: /guides/getting-started-testing |
1094 | 1094 | - title: Tips for writing native applications |
1095 | 1095 | filename: writing-native-applications-tips.adoc |
1096 | 1096 | 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" |
1098 | 1098 | type: guide |
1099 | 1099 | url: /guides/writing-native-applications-tips |
1100 | 1100 | - title: Using Apache Kafka Streams |
@@ -1223,7 +1223,7 @@ types: |
1223 | 1223 | - title: Using SSL With Native Executables |
1224 | 1224 | filename: native-and-ssl.adoc |
1225 | 1225 | 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" |
1227 | 1227 | type: guide |
1228 | 1228 | url: /guides/native-and-ssl |
1229 | 1229 | - title: Using Security with .properties File |
|
0 commit comments