Skip to content

Commit c5debd7

Browse files
committed
Sync web site with Quarkus documentation
1 parent 8c84479 commit c5debd7

28 files changed

+129
-105
lines changed

_data/versioned/latest/index/quarkus.yaml

Lines changed: 15 additions & 15 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: "core, command-line"
21+
categories: "command-line, core"
2222
type: reference
2323
url: /guides/command-mode-reference
2424
- title: Configuration Reference Guide
@@ -129,14 +129,14 @@ types:
129129
- title: Authentication mechanisms in Quarkus
130130
filename: security-authentication-mechanisms-concept.adoc
131131
summary: "The Quarkus Security framework supports multiple authentication mechanisms, which you can use to secure your applications."
132-
categories: "security, web"
132+
categories: "web, security"
133133
id: security-authentication-mechanisms-concept
134134
type: concepts
135135
url: /guides/security-authentication-mechanisms-concept
136136
- title: Basic authentication
137137
filename: security-basic-authentication-concept.adoc
138138
summary: HTTP Basic authentication is one of the least resource-demanding techniques that enforce access controls to web resources.
139-
categories: "security, web"
139+
categories: "web, security"
140140
id: security-basic-authentication-concept
141141
type: concepts
142142
url: /guides/security-basic-authentication-concept
@@ -150,21 +150,21 @@ types:
150150
- title: OpenID Connect (OIDC) Bearer authentication
151151
filename: security-oidc-bearer-authentication-concept.adoc
152152
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.
153-
categories: "security, web"
153+
categories: "web, security"
154154
id: security-oidc-bearer-authentication-concept
155155
type: concepts
156156
url: /guides/security-oidc-bearer-authentication-concept
157157
- title: OpenID Connect authorization code flow mechanism for protecting web applications
158158
filename: security-oidc-code-flow-authentication-concept.adoc
159159
summary: "To protect your web applications, you can use the authorization code flow mechanism provided by the Quarkus OpenID Connect (OIDC) extension."
160-
categories: "security, web"
160+
categories: "web, security"
161161
id: security-oidc-code-flow-authentication-concept
162162
type: concepts
163163
url: /guides/security-oidc-code-flow-authentication-concept
164164
- title: Proactive authentication
165165
filename: security-proactive-authentication-concept.adoc
166166
summary: Proactive authentication is enabled in Quarkus by default.
167-
categories: "security, web"
167+
categories: "web, security"
168168
id: security-proactive-authentication-concept
169169
type: concepts
170170
url: /guides/security-proactive-authentication-concept
@@ -199,7 +199,7 @@ types:
199199
- title: Security vulnerability detection and reporting in Quarkus
200200
filename: security-vulnerability-detection-concept.adoc
201201
summary: Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format.
202-
categories: "security, contributing"
202+
categories: "contributing, security"
203203
id: security-vulnerability-detection-concept
204204
type: concepts
205205
url: /guides/security-vulnerability-detection-concept
@@ -266,7 +266,7 @@ types:
266266
- title: Protect a web application by using OpenID Connect (OIDC) authorization code flow
267267
filename: security-oidc-code-flow-authentication-tutorial.adoc
268268
summary: "With the Quarkus OpenID Connect (OIDC) extension, you can protect application HTTP endpoints by using the OIDC Authorization Code Flow mechanism."
269-
categories: "security, web"
269+
categories: "web, security"
270270
id: security-oidc-code-flow-authentication-tutorial
271271
type: tutorial
272272
url: /guides/security-oidc-code-flow-authentication-tutorial
@@ -279,7 +279,7 @@ types:
279279
- title: Secure a Quarkus application with Basic authentication and Jakarta Persistence
280280
filename: security-basic-authentication-tutorial.adoc
281281
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).
282-
categories: "getting-started, security"
282+
categories: "security, getting-started"
283283
id: security-basic-authentication-tutorial
284284
type: tutorial
285285
url: /guides/security-basic-authentication-tutorial
@@ -945,7 +945,7 @@ types:
945945
- title: Simplified Hibernate ORM with Panache and Kotlin
946946
filename: hibernate-orm-panache-kotlin.adoc
947947
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
948-
categories: "data, alt-languages"
948+
categories: "alt-languages, data"
949949
type: guide
950950
url: /guides/hibernate-orm-panache-kotlin
951951
- title: Simplified Hibernate Reactive with Panache
@@ -963,7 +963,7 @@ types:
963963
- title: Simplified MongoDB with Panache and Kotlin
964964
filename: mongodb-panache-kotlin.adoc
965965
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
966-
categories: "data, alt-languages"
966+
categories: "alt-languages, data"
967967
type: guide
968968
url: /guides/mongodb-panache-kotlin
969969
- title: SmallRye Fault Tolerance
@@ -1005,7 +1005,7 @@ types:
10051005
- title: Tips for writing native applications
10061006
filename: writing-native-applications-tips.adoc
10071007
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1008-
categories: "core, writing-extensions"
1008+
categories: "writing-extensions, core"
10091009
type: guide
10101010
url: /guides/writing-native-applications-tips
10111011
- title: Update projects to the latest version of Quarkus
@@ -1248,13 +1248,13 @@ types:
12481248
- title: Validation with Hibernate Validator
12491249
filename: validation.adoc
12501250
summary: This guide covers how to use Hibernate Validator/Bean Validation in your REST services.
1251-
categories: "data, web"
1251+
categories: "web, data"
12521252
type: guide
12531253
url: /guides/validation
12541254
- title: Writing JSON REST Services
12551255
filename: rest-json.adoc
12561256
summary: JSON is now the lingua franca between microservices.
1257-
categories: "serialization, web"
1257+
categories: "web, serialization"
12581258
type: guide
12591259
url: /guides/rest-json
12601260
- title: Writing REST Services with RESTEasy Reactive

_generated-doc/latest/config/all-configuration-groups-generated-doc/io.quarkus.grpc.runtime.config.GrpcClientConfiguration

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)