Skip to content

Commit c72c9a7

Browse files
author
quarkusbot
committed
Sync web site with Quarkus documentation
1 parent c614d25 commit c72c9a7

File tree

400 files changed

+63586
-10682
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

400 files changed

+63586
-10682
lines changed

_data/versioned/latest/index/quarkus.yaml

Lines changed: 23 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,16 @@ types:
8888
- io.quarkus:quarkus-arc
8989
type: reference
9090
url: /guides/cdi-reference
91+
- title: Cross-Origin Resource Sharing (CORS)
92+
filename: security-cors.adoc
93+
summary: "Enable and configure CORS in Quarkus to specify allowed origins, methods, and headers, guiding browsers in handling cross-origin requests safely."
94+
keywords: "cors, http, configuration, security, headers"
95+
categories: "security, web"
96+
extensions:
97+
- io.quarkus:quarkus-vertx-http
98+
id: security-cors
99+
type: reference
100+
url: /guides/security-cors
91101
- title: HTTP Reference
92102
filename: http-reference.adoc
93103
summary: Learn more about configuring Quarkus' Vert.x based HTTP layer - and Undertow if you are using servlets.
@@ -485,16 +495,6 @@ types:
485495
id: security-openid-connect-providers
486496
type: concepts
487497
url: /guides/security-openid-connect-providers
488-
- title: Cross-origin resource sharing
489-
filename: security-cors.adoc
490-
summary: "Cross-origin resource sharing (CORS) is an HTTP-header-based mechanism that allows a server to indicate any origins other than its own, from which a browser should permit loading resources."
491-
keywords: "cors, http"
492-
categories: "security, web"
493-
extensions:
494-
- io.quarkus:quarkus-vertx-http
495-
id: security-cors
496-
type: concepts
497-
url: /guides/security-cors
498498
- title: "Duplicated context, context locals, asynchronous processing and propagation"
499499
filename: duplicated-context.adoc
500500
summary: "When using a traditional, blocking, and synchronous framework, processing of each request is performed in a dedicated thread."
@@ -692,8 +692,8 @@ types:
692692
url: /guides/rest-virtual-threads
693693
- title: Using OpenID Connect (OIDC) and Keycloak to centralize authorization
694694
filename: security-keycloak-authorization.adoc
695-
summary: Learn how to enable bearer token authorization in your Quarkus application using Keycloak Authorization Services for secure access to protected resources.
696-
keywords: sso oidc security keycloak
695+
summary: Learn how to enable bearer token authorization in your Quarkus application by using Keycloak Authorization Services for secure access to protected resources.
696+
keywords: "sso, oidc, security, keycloak"
697697
categories: security
698698
topics:
699699
- security
@@ -1246,6 +1246,17 @@ types:
12461246
- io.quarkus:quarkus-rest-csrf
12471247
type: guide
12481248
url: /guides/security-csrf-prevention
1249+
- title: Defining and executing business rules with Drools
1250+
filename: drools.adoc
1251+
summary: Drools is the most used rule engine implementation in the Java ecosystem.
1252+
topics:
1253+
- drools
1254+
- rules
1255+
- rule engine
1256+
extensions:
1257+
- org.drools:drools-quarkus
1258+
type: guide
1259+
url: /guides/drools
12491260
- title: Deploying on OpenShift
12501261
filename: deploying-to-openshift.adoc
12511262
summary: This guide covers how to deploy a native application on OpenShift.

_data/versioned/latest/index/relations.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -7513,9 +7513,9 @@
75137513
url: /guides/security-basic-authentication
75147514
type: concepts
75157515
matches: 1
7516-
- title: Cross-origin resource sharing
7516+
- title: Cross-Origin Resource Sharing (CORS)
75177517
url: /guides/security-cors
7518-
type: concepts
7518+
type: reference
75197519
matches: 1
75207520
- title: Enable Basic authentication
75217521
url: /guides/security-basic-authentication-howto
@@ -9945,9 +9945,9 @@
99459945
url: /guides/security-basic-authentication
99469946
type: concepts
99479947
matches: 1
9948-
- title: Cross-origin resource sharing
9948+
- title: Cross-Origin Resource Sharing (CORS)
99499949
url: /guides/security-cors
9950-
type: concepts
9950+
type: reference
99519951
matches: 1
99529952
- title: Enable Basic authentication
99539953
url: /guides/security-basic-authentication-howto
@@ -14076,9 +14076,9 @@
1407614076
url: /guides/security-basic-authentication
1407714077
type: concepts
1407814078
matches: 1
14079-
- title: Cross-origin resource sharing
14079+
- title: Cross-Origin Resource Sharing (CORS)
1408014080
url: /guides/security-cors
14081-
type: concepts
14081+
type: reference
1408214082
matches: 1
1408314083
- title: Enable Basic authentication
1408414084
url: /guides/security-basic-authentication-howto
@@ -14291,9 +14291,9 @@
1429114291
url: /guides/security-authorize-web-endpoints-reference
1429214292
type: reference
1429314293
matches: 1
14294-
- title: Cross-origin resource sharing
14294+
- title: Cross-Origin Resource Sharing (CORS)
1429514295
url: /guides/security-cors
14296-
type: concepts
14296+
type: reference
1429714297
matches: 1
1429814298
- title: HTTP Reference
1429914299
url: /guides/http-reference
@@ -14490,9 +14490,9 @@
1449014490
url: /guides/security-authorize-web-endpoints-reference
1449114491
type: reference
1449214492
matches: 1
14493-
- title: Cross-origin resource sharing
14493+
- title: Cross-Origin Resource Sharing (CORS)
1449414494
url: /guides/security-cors
14495-
type: concepts
14495+
type: reference
1449614496
matches: 1
1449714497
- title: HTTP Reference
1449814498
url: /guides/http-reference
@@ -15011,9 +15011,9 @@
1501115011
url: /guides/security-authorize-web-endpoints-reference
1501215012
type: reference
1501315013
matches: 1
15014-
- title: Cross-origin resource sharing
15014+
- title: Cross-Origin Resource Sharing (CORS)
1501515015
url: /guides/security-cors
15016-
type: concepts
15016+
type: reference
1501715017
matches: 1
1501815018
- title: HTTP Reference
1501915019
url: /guides/http-reference
@@ -18651,9 +18651,9 @@
1865118651
url: /guides/security-basic-authentication
1865218652
type: concepts
1865318653
matches: 1
18654-
- title: Cross-origin resource sharing
18654+
- title: Cross-Origin Resource Sharing (CORS)
1865518655
url: /guides/security-cors
18656-
type: concepts
18656+
type: reference
1865718657
matches: 1
1865818658
- title: Enable Basic authentication
1865918659
url: /guides/security-basic-authentication-howto

0 commit comments

Comments
 (0)