Skip to content

Commit 4df4d27

Browse files
committed
Sync documentation of main branch
1 parent c0479b4 commit 4df4d27

15 files changed

+366
-37
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 18 additions & 18 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: "web, security"
8+
categories: "security, web"
99
id: security-authorize-web-endpoints-reference
1010
type: reference
1111
url: /guides/security-authorize-web-endpoints-reference
@@ -152,21 +152,21 @@ types:
152152
- title: Authentication mechanisms in Quarkus
153153
filename: security-authentication-mechanisms.adoc
154154
summary: "The Quarkus Security framework supports multiple authentication mechanisms, which you can use to secure your applications."
155-
categories: "web, security"
155+
categories: "security, web"
156156
id: security-authentication-mechanisms
157157
type: concepts
158158
url: /guides/security-authentication-mechanisms
159159
- title: Basic authentication
160160
filename: security-basic-authentication.adoc
161161
summary: HTTP Basic authentication is one of the least resource-demanding techniques that enforce access controls to web resources.
162-
categories: "web, security"
162+
categories: "security, web"
163163
id: security-basic-authentication
164164
type: concepts
165165
url: /guides/security-basic-authentication
166166
- title: "Duplicated context, context locals, asynchronous processing and propagation"
167167
filename: duplicated-context.adoc
168168
summary: "When using a traditional, blocking, and synchronous framework, processing of each request is performed in a dedicated thread."
169-
categories: "architecture, core"
169+
categories: "core, architecture"
170170
id: duplicated-context
171171
type: concepts
172172
url: /guides/duplicated-context
@@ -180,21 +180,21 @@ types:
180180
- title: OpenID Connect (OIDC) Bearer token authentication
181181
filename: security-oidc-bearer-token-authentication.adoc
182182
summary: Secure HTTP access to Jakarta REST (formerly known as JAX-RS) endpoints in your application with Bearer token authentication by using the Quarkus OpenID Connect (OIDC) extension.
183-
categories: "web, security"
183+
categories: "security, web"
184184
id: security-oidc-bearer-token-authentication
185185
type: concepts
186186
url: /guides/security-oidc-bearer-token-authentication
187187
- title: OpenID Connect authorization code flow mechanism for protecting web applications
188188
filename: security-oidc-code-flow-authentication.adoc
189189
summary: "To protect your web applications, you can use the industry-standard OpenID Connect (OIDC) Authorization Code Flow mechanism provided by the Quarkus OIDC extension."
190-
categories: "web, security"
190+
categories: "security, web"
191191
id: security-oidc-code-flow-authentication
192192
type: concepts
193193
url: /guides/security-oidc-code-flow-authentication
194194
- title: Proactive authentication
195195
filename: security-proactive-authentication.adoc
196196
summary: Proactive authentication is enabled in Quarkus by default.
197-
categories: "web, security"
197+
categories: "security, web"
198198
id: security-proactive-authentication
199199
type: concepts
200200
url: /guides/security-proactive-authentication
@@ -252,7 +252,7 @@ types:
252252
- title: Building a Native Executable
253253
filename: building-native-image.adoc
254254
summary: Build native executables with GraalVM or Mandrel.
255-
categories: "native, getting-started"
255+
categories: "getting-started, native"
256256
type: tutorial
257257
url: /guides/building-native-image
258258
- title: Collect metrics using Micrometer
@@ -291,7 +291,7 @@ types:
291291
- title: Protect a web application by using OpenID Connect (OIDC) authorization code flow
292292
filename: security-oidc-code-flow-authentication-tutorial.adoc
293293
summary: "With the Quarkus OpenID Connect (OIDC) extension, you can protect application HTTP endpoints by using the OIDC Authorization Code Flow mechanism."
294-
categories: "web, security"
294+
categories: "security, web"
295295
id: security-oidc-code-flow-authentication-tutorial
296296
type: tutorial
297297
url: /guides/security-oidc-code-flow-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: "cloud, core"
369+
categories: "core, cloud"
370370
type: guide
371371
url: /guides/appcds
372372
- title: Application Data Caching
@@ -998,7 +998,7 @@ types:
998998
- title: Simplified Hibernate ORM with Panache and Kotlin
999999
filename: hibernate-orm-panache-kotlin.adoc
10001000
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
1001-
categories: "alt-languages, data"
1001+
categories: "data, alt-languages"
10021002
type: guide
10031003
url: /guides/hibernate-orm-panache-kotlin
10041004
- title: Simplified Hibernate Reactive with Panache
@@ -1016,13 +1016,13 @@ types:
10161016
- title: Simplified MongoDB with Panache and Kotlin
10171017
filename: mongodb-panache-kotlin.adoc
10181018
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
1019-
categories: "alt-languages, data"
1019+
categories: "data, alt-languages"
10201020
type: guide
10211021
url: /guides/mongodb-panache-kotlin
10221022
- title: SmallRye Fault Tolerance
10231023
filename: smallrye-fault-tolerance.adoc
10241024
summary: This guide demonstrates how your Quarkus application can utilize the SmallRye Fault Tolerance specification through the SmallRye Fault Tolerance extension.
1025-
categories: "web, observability"
1025+
categories: "observability, web"
10261026
type: guide
10271027
url: /guides/smallrye-fault-tolerance
10281028
- title: SmallRye GraphQL
@@ -1052,14 +1052,14 @@ types:
10521052
- title: Testing Your Application
10531053
filename: getting-started-testing.adoc
10541054
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1055-
categories: "tooling, native, core"
1055+
categories: "tooling, core, native"
10561056
id: testing
10571057
type: guide
10581058
url: /guides/getting-started-testing
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: "writing-extensions, native, core"
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: "native, security, core"
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: "web, data"
1304+
categories: "data, web"
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)