|
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: "core, command-line" |
| 21 | + categories: "command-line, core" |
22 | 22 | type: reference |
23 | 23 | url: /guides/command-mode-reference |
24 | 24 | - title: Configuration Reference Guide |
@@ -222,7 +222,7 @@ types: |
222 | 222 | - title: Security vulnerability detection and reporting in Quarkus |
223 | 223 | filename: security-vulnerability-detection.adoc |
224 | 224 | summary: Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format. |
225 | | - categories: "security, contributing" |
| 225 | + categories: "contributing, security" |
226 | 226 | id: security-vulnerability-detection |
227 | 227 | type: concepts |
228 | 228 | url: /guides/security-vulnerability-detection |
@@ -304,7 +304,7 @@ types: |
304 | 304 | - title: Secure a Quarkus application with Basic authentication and Jakarta Persistence |
305 | 305 | filename: security-basic-authentication-tutorial.adoc |
306 | 306 | 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: "getting-started, security" |
| 307 | + categories: "security, getting-started" |
308 | 308 | id: security-basic-authentication-tutorial |
309 | 309 | type: tutorial |
310 | 310 | url: /guides/security-basic-authentication-tutorial |
@@ -366,7 +366,7 @@ types: |
366 | 366 | - title: AppCDS |
367 | 367 | filename: appcds.adoc |
368 | 368 | summary: This reference guide explains how to enable AppCDS with Quarkus. |
369 | | - categories: "core, cloud" |
| 369 | + categories: "cloud, core" |
370 | 370 | type: guide |
371 | 371 | url: /guides/appcds |
372 | 372 | - title: Application Data Caching |
@@ -504,7 +504,7 @@ types: |
504 | 504 | - title: Deploying on OpenShift |
505 | 505 | filename: deploying-to-openshift.adoc |
506 | 506 | summary: This guide covers how to deploy a native application on OpenShift. |
507 | | - categories: "native, cloud" |
| 507 | + categories: "cloud, native" |
508 | 508 | id: deploy-openshift |
509 | 509 | type: guide |
510 | 510 | url: /guides/deploying-to-openshift |
@@ -788,7 +788,7 @@ types: |
788 | 788 | - title: Kubernetes extension |
789 | 789 | filename: deploying-to-kubernetes.adoc |
790 | 790 | summary: This guide covers how to deploy a native application on Kubernetes. |
791 | | - categories: "native, cloud" |
| 791 | + categories: "cloud, native" |
792 | 792 | id: deploy-kubernetes |
793 | 793 | type: guide |
794 | 794 | url: /guides/deploying-to-kubernetes |
@@ -1059,7 +1059,7 @@ types: |
1059 | 1059 | - title: Tips for writing native applications |
1060 | 1060 | filename: writing-native-applications-tips.adoc |
1061 | 1061 | summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable. |
1062 | | - categories: "core, native, writing-extensions" |
| 1062 | + categories: "writing-extensions, core, native" |
1063 | 1063 | type: guide |
1064 | 1064 | url: /guides/writing-native-applications-tips |
1065 | 1065 | - title: Using Apache Kafka Streams |
@@ -1188,7 +1188,7 @@ types: |
1188 | 1188 | - title: Using SSL With Native Executables |
1189 | 1189 | filename: native-and-ssl.adoc |
1190 | 1190 | 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." |
1191 | | - categories: "core, native, security" |
| 1191 | + categories: "security, core, native" |
1192 | 1192 | type: guide |
1193 | 1193 | url: /guides/native-and-ssl |
1194 | 1194 | - title: Using Security with .properties File |
@@ -1301,13 +1301,13 @@ types: |
1301 | 1301 | - title: Validation with Hibernate Validator |
1302 | 1302 | filename: validation.adoc |
1303 | 1303 | summary: This guide covers how to use Hibernate Validator/Bean Validation in your REST services. |
1304 | | - categories: "data, web" |
| 1304 | + categories: "web, data" |
1305 | 1305 | type: guide |
1306 | 1306 | url: /guides/validation |
1307 | 1307 | - title: Writing JSON REST Services |
1308 | 1308 | filename: rest-json.adoc |
1309 | 1309 | summary: JSON is now the lingua franca between microservices. |
1310 | | - categories: "web, serialization" |
| 1310 | + categories: "serialization, web" |
1311 | 1311 | type: guide |
1312 | 1312 | url: /guides/rest-json |
1313 | 1313 | - title: Writing REST Services with RESTEasy Reactive |
|
0 commit comments