Skip to content

Commit ceb47fd

Browse files
committed
Sync documentation of main branch
1 parent cd65bd1 commit ceb47fd

File tree

35 files changed

+3298
-131
lines changed

35 files changed

+3298
-131
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 20 additions & 20 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
@@ -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
@@ -131,14 +131,14 @@ types:
131131
- title: Authentication mechanisms in Quarkus
132132
filename: security-authentication-mechanisms-concept.adoc
133133
summary: "The Quarkus Security framework supports multiple authentication mechanisms, which you can use to secure your applications."
134-
categories: "web, security"
134+
categories: "security, web"
135135
id: security-authentication-mechanisms-concept
136136
type: concepts
137137
url: /guides/security-authentication-mechanisms-concept
138138
- title: Basic authentication
139139
filename: security-basic-authentication-concept.adoc
140140
summary: HTTP Basic authentication is one of the least resource-demanding techniques that enforce access controls to web resources.
141-
categories: "web, security"
141+
categories: "security, web"
142142
id: security-basic-authentication-concept
143143
type: concepts
144144
url: /guides/security-basic-authentication-concept
@@ -152,21 +152,21 @@ types:
152152
- title: OpenID Connect (OIDC) Bearer authentication
153153
filename: security-oidc-bearer-token-authentication-concept.adoc
154154
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.
155-
categories: "web, security"
155+
categories: "security, web"
156156
id: security-oidc-bearer-token-authentication-concept
157157
type: concepts
158158
url: /guides/security-oidc-bearer-token-authentication-concept
159159
- title: OpenID Connect authorization code flow mechanism for protecting web applications
160160
filename: security-oidc-code-flow-authentication-concept.adoc
161161
summary: "To protect your web applications, you can use the authorization code flow mechanism provided by the Quarkus OpenID Connect (OIDC) extension."
162-
categories: "web, security"
162+
categories: "security, web"
163163
id: security-oidc-code-flow-authentication-concept
164164
type: concepts
165165
url: /guides/security-oidc-code-flow-authentication-concept
166166
- title: Proactive authentication
167167
filename: security-proactive-authentication-concept.adoc
168168
summary: Proactive authentication is enabled in Quarkus by default.
169-
categories: "web, security"
169+
categories: "security, web"
170170
id: security-proactive-authentication-concept
171171
type: concepts
172172
url: /guides/security-proactive-authentication-concept
@@ -201,7 +201,7 @@ types:
201201
- title: Security vulnerability detection and reporting in Quarkus
202202
filename: security-vulnerability-detection-concept.adoc
203203
summary: Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format.
204-
categories: "contributing, security"
204+
categories: "security, contributing"
205205
id: security-vulnerability-detection-concept
206206
type: concepts
207207
url: /guides/security-vulnerability-detection-concept
@@ -230,7 +230,7 @@ types:
230230
- title: Building a Native Executable
231231
filename: building-native-image.adoc
232232
summary: Build native executables with GraalVM or Mandrel.
233-
categories: "getting-started, native"
233+
categories: "native, getting-started"
234234
type: tutorial
235235
url: /guides/building-native-image
236236
- title: Collect metrics using Micrometer
@@ -243,7 +243,7 @@ types:
243243
- title: Configure data sources in Quarkus
244244
filename: datasource.adoc
245245
summary: Use a unified configuration model to define datasources for Java Database Connectivity (JDBC) and Reactive drivers.
246-
categories: "data, getting-started, reactive"
246+
categories: "reactive, getting-started, data"
247247
id: datasources
248248
type: tutorial
249249
url: /guides/datasource
@@ -276,7 +276,7 @@ types:
276276
- title: Protect a web application by using OpenID Connect (OIDC) authorization code flow
277277
filename: security-oidc-code-flow-authentication-tutorial.adoc
278278
summary: "With the Quarkus OpenID Connect (OIDC) extension, you can protect application HTTP endpoints by using the OIDC Authorization Code Flow mechanism."
279-
categories: "web, security"
279+
categories: "security, web"
280280
id: security-oidc-code-flow-authentication-tutorial
281281
type: tutorial
282282
url: /guides/security-oidc-code-flow-authentication-tutorial
@@ -345,7 +345,7 @@ types:
345345
- title: AppCDS
346346
filename: appcds.adoc
347347
summary: This reference guide explains how to enable AppCDS with Quarkus.
348-
categories: "core, cloud"
348+
categories: "cloud, core"
349349
type: guide
350350
url: /guides/appcds
351351
- title: Application Data Caching
@@ -539,7 +539,7 @@ types:
539539
- title: Dev Services for Databases
540540
filename: databases-dev-services.adoc
541541
summary: "When testing or running in dev mode Quarkus can provide you with a zero-config database out of the box, a feature we refer to as Dev Services."
542-
categories: "tooling, data"
542+
categories: "data, tooling"
543543
type: guide
544544
url: /guides/databases-dev-services
545545
- title: Dev Services for Elasticsearch
@@ -879,14 +879,14 @@ types:
879879
- title: Quarkus and Gradle
880880
filename: gradle-tooling.adoc
881881
summary: Develop and build your Quarkus application with Gradle
882-
categories: "tooling, native"
882+
categories: "native, tooling"
883883
id: gradle-tooling
884884
type: guide
885885
url: /guides/gradle-tooling
886886
- title: Quarkus and Maven
887887
filename: maven-tooling.adoc
888888
summary: Develop and build your Quarkus application with Maven
889-
categories: "tooling, native"
889+
categories: "native, tooling"
890890
id: maven-tooling
891891
type: guide
892892
url: /guides/maven-tooling
@@ -984,7 +984,7 @@ types:
984984
- title: SmallRye Fault Tolerance
985985
filename: smallrye-fault-tolerance.adoc
986986
summary: This guide demonstrates how your Quarkus application can utilize the SmallRye Fault Tolerance specification through the SmallRye Fault Tolerance extension.
987-
categories: "web, observability"
987+
categories: "observability, web"
988988
type: guide
989989
url: /guides/smallrye-fault-tolerance
990990
- title: SmallRye GraphQL
@@ -1014,14 +1014,14 @@ types:
10141014
- title: Testing Your Application
10151015
filename: getting-started-testing.adoc
10161016
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1017-
categories: "core, tooling, native"
1017+
categories: "native, core, tooling"
10181018
id: testing
10191019
type: guide
10201020
url: /guides/getting-started-testing
10211021
- title: Tips for writing native applications
10221022
filename: writing-native-applications-tips.adoc
10231023
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1024-
categories: "core, writing-extensions, native"
1024+
categories: "native, core, writing-extensions"
10251025
type: guide
10261026
url: /guides/writing-native-applications-tips
10271027
- title: Update projects to the latest version of Quarkus
@@ -1157,7 +1157,7 @@ types:
11571157
- title: Using SSL With Native Executables
11581158
filename: native-and-ssl.adoc
11591159
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."
1160-
categories: "core, security, native"
1160+
categories: "security, native, core"
11611161
type: guide
11621162
url: /guides/native-and-ssl
11631163
- title: Using Security with .properties File
@@ -1270,7 +1270,7 @@ types:
12701270
- title: Writing JSON REST Services
12711271
filename: rest-json.adoc
12721272
summary: JSON is now the lingua franca between microservices.
1273-
categories: "web, serialization"
1273+
categories: "serialization, web"
12741274
type: guide
12751275
url: /guides/rest-json
12761276
- title: Writing REST Services with RESTEasy Reactive

_generated-doc/main/config/all-configuration-groups-generated-doc/io.quarkus.kubernetes.deployment.ContainerConfig

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
[{"configDocKey":{"type":"java.lang.Integer","key":".container-port","configDoc":"The port number. Refers to the container port.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"container-port","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"java.lang.Integer","key":".host-port","configDoc":"The host port.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"host-port","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"string","key":".path","configDoc":"The application path (refers to web application path).","withinAMap":false,"defaultValue":"/","javaDocSiteLink":"","docMapKey":"path","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"io.dekorate.kubernetes.annotation.Protocol","key":".protocol","configDoc":"The protocol.","withinAMap":false,"defaultValue":"tcp","javaDocSiteLink":"","docMapKey":"protocol","configPhase":"BUILD_TIME","acceptedValues":["`tcp`","`udp`","`sctp`","`http`","`proxy`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":true}},{"configDocKey":{"type":"java.lang.Integer","key":".node-port","configDoc":"","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"node-port","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]
1+
[{"configDocKey":{"type":"java.lang.Integer","key":".container-port","configDoc":"The port number. Refers to the container port.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"container-port","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"java.lang.Integer","key":".host-port","configDoc":"The host port.","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"host-port","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"string","key":".path","configDoc":"The application path (refers to web application path).","withinAMap":false,"defaultValue":"/","javaDocSiteLink":"","docMapKey":"path","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"io.dekorate.kubernetes.annotation.Protocol","key":".protocol","configDoc":"The protocol.","withinAMap":false,"defaultValue":"tcp","javaDocSiteLink":"","docMapKey":"protocol","configPhase":"BUILD_TIME","acceptedValues":["`tcp`","`udp`","`sctp`","`http`","`proxy`"],"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":true}},{"configDocKey":{"type":"java.lang.Integer","key":".node-port","configDoc":"","withinAMap":false,"defaultValue":"","javaDocSiteLink":"","docMapKey":"node-port","configPhase":"BUILD_TIME","acceptedValues":null,"optional":true,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"boolean","key":".tls","configDoc":"If enabled, the port will be configured to use the schema HTTPS.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"tls","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]

0 commit comments

Comments
 (0)