Skip to content

Commit ebf5e03

Browse files
committed
Sync documentation of main branch
1 parent 7dd6cda commit ebf5e03

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 10 additions & 10 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: "core, command-line"
21+
categories: "command-line, core"
2222
type: reference
2323
url: /guides/command-mode-reference
2424
- title: Configuration Reference Guide
@@ -222,7 +222,7 @@ types:
222222
- title: Security vulnerability detection and reporting in Quarkus
223223
filename: security-vulnerability-detection.adoc
224224
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"
226226
id: security-vulnerability-detection
227227
type: concepts
228228
url: /guides/security-vulnerability-detection
@@ -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: "getting-started, security"
307+
categories: "security, getting-started"
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: "core, cloud"
369+
categories: "cloud, core"
370370
type: guide
371371
url: /guides/appcds
372372
- title: Application Data Caching
@@ -504,7 +504,7 @@ types:
504504
- title: Deploying on OpenShift
505505
filename: deploying-to-openshift.adoc
506506
summary: This guide covers how to deploy a native application on OpenShift.
507-
categories: "native, cloud"
507+
categories: "cloud, native"
508508
id: deploy-openshift
509509
type: guide
510510
url: /guides/deploying-to-openshift
@@ -788,7 +788,7 @@ types:
788788
- title: Kubernetes extension
789789
filename: deploying-to-kubernetes.adoc
790790
summary: This guide covers how to deploy a native application on Kubernetes.
791-
categories: "native, cloud"
791+
categories: "cloud, native"
792792
id: deploy-kubernetes
793793
type: guide
794794
url: /guides/deploying-to-kubernetes
@@ -1059,7 +1059,7 @@ types:
10591059
- title: Tips for writing native applications
10601060
filename: writing-native-applications-tips.adoc
10611061
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"
10631063
type: guide
10641064
url: /guides/writing-native-applications-tips
10651065
- title: Using Apache Kafka Streams
@@ -1188,7 +1188,7 @@ types:
11881188
- title: Using SSL With Native Executables
11891189
filename: native-and-ssl.adoc
11901190
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"
11921192
type: guide
11931193
url: /guides/native-and-ssl
11941194
- title: Using Security with .properties File
@@ -1301,13 +1301,13 @@ types:
13011301
- title: Validation with Hibernate Validator
13021302
filename: validation.adoc
13031303
summary: This guide covers how to use Hibernate Validator/Bean Validation in your REST services.
1304-
categories: "data, web"
1304+
categories: "web, data"
13051305
type: guide
13061306
url: /guides/validation
13071307
- title: Writing JSON REST Services
13081308
filename: rest-json.adoc
13091309
summary: JSON is now the lingua franca between microservices.
1310-
categories: "web, serialization"
1310+
categories: "serialization, web"
13111311
type: guide
13121312
url: /guides/rest-json
13131313
- title: Writing REST Services with RESTEasy Reactive

0 commit comments

Comments
 (0)