|
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 |
@@ -201,7 +201,7 @@ types: |
201 | 201 | - title: Security vulnerability detection and reporting in Quarkus |
202 | 202 | filename: security-vulnerability-detection-concept.adoc |
203 | 203 | summary: Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format. |
204 | | - categories: "contributing, security" |
| 204 | + categories: "security, contributing" |
205 | 205 | id: security-vulnerability-detection-concept |
206 | 206 | type: concepts |
207 | 207 | url: /guides/security-vulnerability-detection-concept |
@@ -289,7 +289,7 @@ types: |
289 | 289 | - title: Secure a Quarkus application with Basic authentication and Jakarta Persistence |
290 | 290 | filename: security-basic-authentication-tutorial.adoc |
291 | 291 | 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). |
292 | | - categories: "getting-started, security" |
| 292 | + categories: "security, getting-started" |
293 | 293 | id: security-basic-authentication-tutorial |
294 | 294 | type: tutorial |
295 | 295 | url: /guides/security-basic-authentication-tutorial |
@@ -345,7 +345,7 @@ types: |
345 | 345 | - title: AppCDS |
346 | 346 | filename: appcds.adoc |
347 | 347 | summary: This reference guide explains how to enable AppCDS with Quarkus. |
348 | | - categories: "core, cloud" |
| 348 | + categories: "cloud, core" |
349 | 349 | type: guide |
350 | 350 | url: /guides/appcds |
351 | 351 | - title: Application Data Caching |
@@ -539,7 +539,7 @@ types: |
539 | 539 | - title: Dev Services for Databases |
540 | 540 | filename: databases-dev-services.adoc |
541 | 541 | 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." |
542 | | - categories: "tooling, data" |
| 542 | + categories: "data, tooling" |
543 | 543 | type: guide |
544 | 544 | url: /guides/databases-dev-services |
545 | 545 | - title: Dev Services for Elasticsearch |
@@ -879,14 +879,14 @@ types: |
879 | 879 | - title: Quarkus and Gradle |
880 | 880 | filename: gradle-tooling.adoc |
881 | 881 | summary: Develop and build your Quarkus application with Gradle |
882 | | - categories: "tooling, native" |
| 882 | + categories: "native, tooling" |
883 | 883 | id: gradle-tooling |
884 | 884 | type: guide |
885 | 885 | url: /guides/gradle-tooling |
886 | 886 | - title: Quarkus and Maven |
887 | 887 | filename: maven-tooling.adoc |
888 | 888 | summary: Develop and build your Quarkus application with Maven |
889 | | - categories: "tooling, native" |
| 889 | + categories: "native, tooling" |
890 | 890 | id: maven-tooling |
891 | 891 | type: guide |
892 | 892 | url: /guides/maven-tooling |
@@ -1014,14 +1014,14 @@ types: |
1014 | 1014 | - title: Testing Your Application |
1015 | 1015 | filename: getting-started-testing.adoc |
1016 | 1016 | summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests" |
1017 | | - categories: "core, tooling, native" |
| 1017 | + categories: "native, core, tooling" |
1018 | 1018 | id: testing |
1019 | 1019 | type: guide |
1020 | 1020 | url: /guides/getting-started-testing |
1021 | 1021 | - title: Tips for writing native applications |
1022 | 1022 | filename: writing-native-applications-tips.adoc |
1023 | 1023 | summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable. |
1024 | | - categories: "core, writing-extensions, native" |
| 1024 | + categories: "native, writing-extensions, core" |
1025 | 1025 | type: guide |
1026 | 1026 | url: /guides/writing-native-applications-tips |
1027 | 1027 | - title: Update projects to the latest version of Quarkus |
@@ -1157,7 +1157,7 @@ types: |
1157 | 1157 | - title: Using SSL With Native Executables |
1158 | 1158 | filename: native-and-ssl.adoc |
1159 | 1159 | 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." |
1160 | | - categories: "core, security, native" |
| 1160 | + categories: "security, native, core" |
1161 | 1161 | type: guide |
1162 | 1162 | url: /guides/native-and-ssl |
1163 | 1163 | - title: Using Security with .properties File |
@@ -1264,7 +1264,7 @@ types: |
1264 | 1264 | - title: Validation with Hibernate Validator |
1265 | 1265 | filename: validation.adoc |
1266 | 1266 | summary: This guide covers how to use Hibernate Validator/Bean Validation in your REST services. |
1267 | | - categories: "data, web" |
| 1267 | + categories: "web, data" |
1268 | 1268 | type: guide |
1269 | 1269 | url: /guides/validation |
1270 | 1270 | - title: Writing JSON REST Services |
|
0 commit comments