Skip to content

Commit bfdc450

Browse files
committed
Sync documentation of main branch
1 parent a10b6c4 commit bfdc450

29 files changed

+399
-101
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: "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
@@ -55,7 +55,7 @@ types:
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: "core, getting-started, observability"
58+
categories: "observability, getting-started, core"
5959
id: logging
6060
type: reference
6161
url: /guides/logging
@@ -159,28 +159,28 @@ 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
180180
- title: "Duplicated context, context locals, asynchronous processing and propagation"
181181
filename: duplicated-context.adoc
182182
summary: "When using a traditional, blocking, and synchronous framework, processing of each request is performed in a dedicated thread."
183-
categories: "core, architecture"
183+
categories: "architecture, core"
184184
id: duplicated-context
185185
type: concepts
186186
url: /guides/duplicated-context
@@ -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
@@ -337,8 +337,8 @@ types:
337337
url: /guides/tooling
338338
- title: Your second Quarkus application
339339
filename: getting-started-dev-services.adoc
340-
summary: This tutorial shows you how to create an application which writes to and reads from a database.
341-
categories: "core, getting-started, data"
340+
summary: Discover some of the features that make developing with Quarkus a joyful experience.
341+
categories: "getting-started, data, core"
342342
id: getting-started-dev-services-tutorial
343343
type: tutorial
344344
url: /guides/getting-started-dev-services
@@ -528,7 +528,7 @@ types:
528528
- title: Deploying on OpenShift
529529
filename: deploying-to-openshift.adoc
530530
summary: This guide covers how to deploy a native application on OpenShift.
531-
categories: "cloud, native"
531+
categories: "native, cloud"
532532
id: deploy-openshift
533533
type: guide
534534
url: /guides/deploying-to-openshift
@@ -583,7 +583,7 @@ types:
583583
- title: Dev Services for Databases
584584
filename: databases-dev-services.adoc
585585
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."
586-
categories: "tooling, data"
586+
categories: "data, tooling"
587587
type: guide
588588
url: /guides/databases-dev-services
589589
- title: Dev Services for Elasticsearch
@@ -813,7 +813,7 @@ types:
813813
- title: Kubernetes extension
814814
filename: deploying-to-kubernetes.adoc
815815
summary: This guide covers how to deploy a native application on Kubernetes.
816-
categories: "cloud, native"
816+
categories: "native, cloud"
817817
id: deploy-kubernetes
818818
type: guide
819819
url: /guides/deploying-to-kubernetes
@@ -1057,7 +1057,7 @@ types:
10571057
- title: SmallRye Fault Tolerance
10581058
filename: smallrye-fault-tolerance.adoc
10591059
summary: This guide demonstrates how your Quarkus application can utilize the SmallRye Fault Tolerance specification through the SmallRye Fault Tolerance extension.
1060-
categories: "observability, web"
1060+
categories: "web, observability"
10611061
type: guide
10621062
url: /guides/smallrye-fault-tolerance
10631063
- title: SmallRye GraphQL
@@ -1087,14 +1087,14 @@ types:
10871087
- title: Testing Your Application
10881088
filename: getting-started-testing.adoc
10891089
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1090-
categories: "native, core, tooling"
1090+
categories: "native, tooling, core"
10911091
id: testing
10921092
type: guide
10931093
url: /guides/getting-started-testing
10941094
- title: Tips for writing native applications
10951095
filename: writing-native-applications-tips.adoc
10961096
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1097-
categories: "native, core, writing-extensions"
1097+
categories: "writing-extensions, native, core"
10981098
type: guide
10991099
url: /guides/writing-native-applications-tips
11001100
- title: Using Apache Kafka Streams

_generated-doc/main/config/all-configuration-groups-generated-doc/io.quarkus.deployment.pkg.PackageConfig.QuiltFlowerConfig

Lines changed: 0 additions & 1 deletion
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[{"configDocKey":{"type":"boolean","key":".enabled","additionalKeys":[],"configDoc":"An advanced option that will decompile generated and transformed bytecode into the 'decompiled' directory. This is only taken into account when fast-jar is used.","withinAMap":false,"defaultValue":"false","javaDocSiteLink":"","docMapKey":"enabled","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"string","key":".version","additionalKeys":[],"configDoc":"The version of Vineflower to use","withinAMap":false,"defaultValue":"1.9.3","javaDocSiteLink":"","docMapKey":"version","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}},{"configDocKey":{"type":"string","key":".jar-directory","additionalKeys":[],"configDoc":"The directory into which to save the Vineflower tool if it doesn't exist","withinAMap":false,"defaultValue":"${user.home}/.quarkus","javaDocSiteLink":"","docMapKey":"jar-directory","configPhase":"BUILD_TIME","acceptedValues":null,"optional":false,"list":false,"passThroughMap":false,"withinAConfigGroup":true,"topLevelGrouping":"","enum":false}}]

_generated-doc/main/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)