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
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
5555 - title : Logging configuration
5656 filename : logging.adoc
5757 summary : " Read about the use of logging API in Quarkus, configuring logging output, and using logging adapters to unify the output from other logging APIs."
58- categories : " observability, core, getting-started "
58+ categories : " getting-started, observability, core "
5959 id : logging
6060 type : reference
6161 url : /guides/logging
@@ -159,21 +159,21 @@ types:
159159 - title : Authentication mechanisms in Quarkus
160160 filename : security-authentication-mechanisms.adoc
161161 summary : " The Quarkus Security framework supports multiple authentication mechanisms, which you can use to secure your applications."
162- categories : " security, web "
162+ categories : " web, security "
163163 id : security-authentication-mechanisms
164164 type : concepts
165165 url : /guides/security-authentication-mechanisms
166166 - title : Basic authentication
167167 filename : security-basic-authentication.adoc
168168 summary : HTTP Basic authentication is one of the least resource-demanding techniques that enforce access controls to web resources.
169- categories : " security, web "
169+ categories : " web, security "
170170 id : security-basic-authentication
171171 type : concepts
172172 url : /guides/security-basic-authentication
173173 - title : Configuring Well-Known OpenID Connect Providers
174174 filename : security-openid-connect-providers.adoc
175175 summary : This document explains how to configure well-known social OIDC and OAuth2 providers.
176- categories : " security, web "
176+ categories : " web, security "
177177 id : security-openid-connect-providers
178178 type : concepts
179179 url : /guides/security-openid-connect-providers
@@ -194,21 +194,21 @@ types:
194194 - title : OpenID Connect (OIDC) Bearer token authentication
195195 filename : security-oidc-bearer-token-authentication.adoc
196196 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.
197- categories : " security, web "
197+ categories : " web, security "
198198 id : security-oidc-bearer-token-authentication
199199 type : concepts
200200 url : /guides/security-oidc-bearer-token-authentication
201201 - title : OpenID Connect authorization code flow mechanism for protecting web applications
202202 filename : security-oidc-code-flow-authentication.adoc
203203 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."
204- categories : " security, web "
204+ categories : " web, security "
205205 id : security-oidc-code-flow-authentication
206206 type : concepts
207207 url : /guides/security-oidc-code-flow-authentication
208208 - title : Proactive authentication
209209 filename : security-proactive-authentication.adoc
210210 summary : Proactive authentication is enabled in Quarkus by default.
211- categories : " security, web "
211+ categories : " web, security "
212212 id : security-proactive-authentication
213213 type : concepts
214214 url : /guides/security-proactive-authentication
@@ -265,7 +265,7 @@ types:
265265 - title : Use virtual threads in REST applications
266266 filename : resteasy-reactive-virtual-threads.adoc
267267 summary : How to use virtual threads in a REST application
268- categories : " core, web "
268+ categories : " web, core "
269269 id : resteasy-reactive-virtual-threads
270270 type : howto
271271 url : /guides/resteasy-reactive-virtual-threads
@@ -312,7 +312,7 @@ types:
312312 - title : Protect a web application by using OpenID Connect (OIDC) authorization code flow
313313 filename : security-oidc-code-flow-authentication-tutorial.adoc
314314 summary : " With the Quarkus OpenID Connect (OIDC) extension, you can protect application HTTP endpoints by using the OIDC Authorization Code Flow mechanism."
315- categories : " security, web "
315+ categories : " web, security "
316316 id : security-oidc-code-flow-authentication-tutorial
317317 type : tutorial
318318 url : /guides/security-oidc-code-flow-authentication-tutorial
@@ -325,7 +325,7 @@ types:
325325 - title : Secure a Quarkus application with Basic authentication and Jakarta Persistence
326326 filename : security-basic-authentication-tutorial.adoc
327327 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).
328- categories : " security, getting-started"
328+ categories : " getting-started, security "
329329 id : security-basic-authentication-tutorial
330330 type : tutorial
331331 url : /guides/security-basic-authentication-tutorial
@@ -338,7 +338,7 @@ types:
338338 - title : Your second Quarkus application
339339 filename : getting-started-dev-services.adoc
340340 summary : Discover some of the features that make developing with Quarkus a joyful experience.
341- categories : " core, getting-started, data"
341+ categories : " getting-started, data, core "
342342 id : getting-started-dev-services-tutorial
343343 type : tutorial
344344 url : /guides/getting-started-dev-services
@@ -394,7 +394,7 @@ types:
394394 - title : AppCDS
395395 filename : appcds.adoc
396396 summary : This reference guide explains how to enable AppCDS with Quarkus.
397- categories : " core, cloud "
397+ categories : " cloud, core "
398398 type : guide
399399 url : /guides/appcds
400400 - title : Application Data Caching
@@ -957,14 +957,14 @@ types:
957957 - title : Quarkus and Gradle
958958 filename : gradle-tooling.adoc
959959 summary : Develop and build your Quarkus application with Gradle
960- categories : " tooling, native "
960+ categories : " native, tooling "
961961 id : gradle-tooling
962962 type : guide
963963 url : /guides/gradle-tooling
964964 - title : Quarkus and Maven
965965 filename : maven-tooling.adoc
966966 summary : Develop and build your Quarkus application with Maven
967- categories : " tooling, native "
967+ categories : " native, tooling "
968968 id : maven-tooling
969969 type : guide
970970 url : /guides/maven-tooling
@@ -1038,7 +1038,7 @@ types:
10381038 - title : Simplified Hibernate ORM with Panache and Kotlin
10391039 filename : hibernate-orm-panache-kotlin.adoc
10401040 summary : This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
1041- categories : " data, alt-languages"
1041+ categories : " alt-languages, data "
10421042 type : guide
10431043 url : /guides/hibernate-orm-panache-kotlin
10441044 - title : Simplified Hibernate Reactive with Panache
@@ -1056,7 +1056,7 @@ types:
10561056 - title : Simplified MongoDB with Panache and Kotlin
10571057 filename : mongodb-panache-kotlin.adoc
10581058 summary : This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
1059- categories : " data, alt-languages"
1059+ categories : " alt-languages, data "
10601060 type : guide
10611061 url : /guides/mongodb-panache-kotlin
10621062 - title : SmallRye Fault Tolerance
@@ -1092,14 +1092,14 @@ types:
10921092 - title : Testing Your Application
10931093 filename : getting-started-testing.adoc
10941094 summary : " This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1095- categories : " core , tooling, native "
1095+ categories : " native , tooling, core "
10961096 id : testing
10971097 type : guide
10981098 url : /guides/getting-started-testing
10991099 - title : Tips for writing native applications
11001100 filename : writing-native-applications-tips.adoc
11011101 summary : This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1102- categories : " core, writing-extensions, native"
1102+ categories : " writing-extensions, native, core "
11031103 type : guide
11041104 url : /guides/writing-native-applications-tips
11051105 - title : Using Apache Kafka Streams
@@ -1228,7 +1228,7 @@ types:
12281228 - title : Using SSL With Native Executables
12291229 filename : native-and-ssl.adoc
12301230 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."
1231- categories : " security , core, native "
1231+ categories : " native , core, security "
12321232 type : guide
12331233 url : /guides/native-and-ssl
12341234 - title : Using Security with .properties File
0 commit comments