Skip to content

Commit fd71afe

Browse files
committed
Sync documentation of main branch
1 parent 4dae628 commit fd71afe

9 files changed

+27
-27
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ types:
55
- title: Authorization of web endpoints
66
filename: security-authorize-web-endpoints-reference.adoc
77
summary: Quarkus has an integrated pluggable web security layer.
8-
categories: "security, web"
8+
categories: "web, security"
99
id: security-authorize-web-endpoints-reference
1010
type: reference
1111
url: /guides/security-authorize-web-endpoints-reference
@@ -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 datasources 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
@@ -145,14 +145,14 @@ types:
145145
- title: Authentication mechanisms in Quarkus
146146
filename: security-authentication-mechanisms-concept.adoc
147147
summary: "The Quarkus Security framework supports multiple authentication mechanisms, which you can use to secure your applications."
148-
categories: "security, web"
148+
categories: "web, security"
149149
id: security-authentication-mechanisms-concept
150150
type: concepts
151151
url: /guides/security-authentication-mechanisms-concept
152152
- title: Basic authentication
153153
filename: security-basic-authentication-concept.adoc
154154
summary: HTTP Basic authentication is one of the least resource-demanding techniques that enforce access controls to web resources.
155-
categories: "security, web"
155+
categories: "web, security"
156156
id: security-basic-authentication-concept
157157
type: concepts
158158
url: /guides/security-basic-authentication-concept
@@ -166,21 +166,21 @@ types:
166166
- title: OpenID Connect (OIDC) Bearer authentication
167167
filename: security-oidc-bearer-token-authentication-concept.adoc
168168
summary: Secure HTTP access to Jakarta REST (formerly known as JAX-RS) endpoints in your application with Bearer authentication by using the Quarkus OpenID Connect (OIDC) extension.
169-
categories: "security, web"
169+
categories: "web, security"
170170
id: security-oidc-bearer-token-authentication-concept
171171
type: concepts
172172
url: /guides/security-oidc-bearer-token-authentication-concept
173173
- title: OpenID Connect authorization code flow mechanism for protecting web applications
174174
filename: security-oidc-code-flow-authentication-concept.adoc
175175
summary: "To protect your web applications, you can use the industry-standard authorization code flow mechanism provided by the Quarkus OpenID Connect (OIDC) extension."
176-
categories: "security, web"
176+
categories: "web, security"
177177
id: security-oidc-code-flow-authentication-concept
178178
type: concepts
179179
url: /guides/security-oidc-code-flow-authentication-concept
180180
- title: Proactive authentication
181181
filename: security-proactive-authentication-concept.adoc
182182
summary: Proactive authentication is enabled in Quarkus by default.
183-
categories: "security, web"
183+
categories: "web, security"
184184
id: security-proactive-authentication-concept
185185
type: concepts
186186
url: /guides/security-proactive-authentication-concept
@@ -215,7 +215,7 @@ types:
215215
- title: Security vulnerability detection and reporting in Quarkus
216216
filename: security-vulnerability-detection-concept.adoc
217217
summary: Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format.
218-
categories: "security, contributing"
218+
categories: "contributing, security"
219219
id: security-vulnerability-detection-concept
220220
type: concepts
221221
url: /guides/security-vulnerability-detection-concept
@@ -283,7 +283,7 @@ types:
283283
- title: Protect a web application by using OpenID Connect (OIDC) authorization code flow
284284
filename: security-oidc-code-flow-authentication-tutorial.adoc
285285
summary: "With the Quarkus OpenID Connect (OIDC) extension, you can protect application HTTP endpoints by using the OIDC Authorization Code Flow mechanism."
286-
categories: "security, web"
286+
categories: "web, security"
287287
id: security-oidc-code-flow-authentication-tutorial
288288
type: tutorial
289289
url: /guides/security-oidc-code-flow-authentication-tutorial
@@ -296,7 +296,7 @@ types:
296296
- title: Secure a Quarkus application with Basic authentication and Jakarta Persistence
297297
filename: security-basic-authentication-tutorial.adoc
298298
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).
299-
categories: "getting-started, security"
299+
categories: "security, getting-started"
300300
id: security-basic-authentication-tutorial
301301
type: tutorial
302302
url: /guides/security-basic-authentication-tutorial
@@ -352,7 +352,7 @@ types:
352352
- title: AppCDS
353353
filename: appcds.adoc
354354
summary: This reference guide explains how to enable AppCDS with Quarkus.
355-
categories: "cloud, core"
355+
categories: "core, cloud"
356356
type: guide
357357
url: /guides/appcds
358358
- title: Application Data Caching
@@ -961,7 +961,7 @@ types:
961961
- title: Simplified Hibernate ORM with Panache and Kotlin
962962
filename: hibernate-orm-panache-kotlin.adoc
963963
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
964-
categories: "alt-languages, data"
964+
categories: "data, alt-languages"
965965
type: guide
966966
url: /guides/hibernate-orm-panache-kotlin
967967
- title: Simplified Hibernate Reactive with Panache
@@ -979,7 +979,7 @@ types:
979979
- title: Simplified MongoDB with Panache and Kotlin
980980
filename: mongodb-panache-kotlin.adoc
981981
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
982-
categories: "alt-languages, data"
982+
categories: "data, alt-languages"
983983
type: guide
984984
url: /guides/mongodb-panache-kotlin
985985
- title: SmallRye Fault Tolerance
@@ -1022,7 +1022,7 @@ types:
10221022
- title: Tips for writing native applications
10231023
filename: writing-native-applications-tips.adoc
10241024
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1025-
categories: "core, writing-extensions, native"
1025+
categories: "writing-extensions, core, native"
10261026
type: guide
10271027
url: /guides/writing-native-applications-tips
10281028
- title: Update projects to the latest version of Quarkus
@@ -1158,7 +1158,7 @@ types:
11581158
- title: Using SSL With Native Executables
11591159
filename: native-and-ssl.adoc
11601160
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."
1161-
categories: "security, core, native"
1161+
categories: "core, security, native"
11621162
type: guide
11631163
url: /guides/native-and-ssl
11641164
- title: Using Security with .properties File

0 commit comments

Comments
 (0)