Skip to content

Commit

Permalink
Sync documentation of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 30, 2024
1 parent 46ed7a3 commit 7d0ba10
Show file tree
Hide file tree
Showing 12 changed files with 24,209 additions and 20,451 deletions.
20 changes: 10 additions & 10 deletions _data/versioned/main/index/quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,16 @@ types:
- io.quarkus:quarkus-arc
type: reference
url: /guides/cdi-reference
- title: Cross-Origin Resource Sharing (CORS)
filename: security-cors.adoc
summary: "Enable and configure CORS in Quarkus to specify allowed origins, methods, and headers, guiding browsers in handling cross-origin requests safely."
keywords: "cors, http, configuration, security, headers"
categories: "security, web"
extensions:
- io.quarkus:quarkus-vertx-http
id: security-cors
type: reference
url: /guides/security-cors
- title: HTTP Reference
filename: http-reference.adoc
summary: Learn more about configuring Quarkus' Vert.x based HTTP layer - and Undertow if you are using servlets.
Expand Down Expand Up @@ -485,16 +495,6 @@ types:
id: security-openid-connect-providers
type: concepts
url: /guides/security-openid-connect-providers
- title: Cross-origin resource sharing
filename: security-cors.adoc
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."
keywords: "cors, http"
categories: "security, web"
extensions:
- io.quarkus:quarkus-vertx-http
id: security-cors
type: concepts
url: /guides/security-cors
- title: "Duplicated context, context locals, asynchronous processing and propagation"
filename: duplicated-context.adoc
summary: "When using a traditional, blocking, and synchronous framework, processing of each request is performed in a dedicated thread."
Expand Down
28 changes: 14 additions & 14 deletions _data/versioned/main/index/relations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7513,9 +7513,9 @@
url: /guides/security-basic-authentication
type: concepts
matches: 1
- title: Cross-origin resource sharing
- title: Cross-Origin Resource Sharing (CORS)
url: /guides/security-cors
type: concepts
type: reference
matches: 1
- title: Enable Basic authentication
url: /guides/security-basic-authentication-howto
Expand Down Expand Up @@ -9945,9 +9945,9 @@
url: /guides/security-basic-authentication
type: concepts
matches: 1
- title: Cross-origin resource sharing
- title: Cross-Origin Resource Sharing (CORS)
url: /guides/security-cors
type: concepts
type: reference
matches: 1
- title: Enable Basic authentication
url: /guides/security-basic-authentication-howto
Expand Down Expand Up @@ -14076,9 +14076,9 @@
url: /guides/security-basic-authentication
type: concepts
matches: 1
- title: Cross-origin resource sharing
- title: Cross-Origin Resource Sharing (CORS)
url: /guides/security-cors
type: concepts
type: reference
matches: 1
- title: Enable Basic authentication
url: /guides/security-basic-authentication-howto
Expand Down Expand Up @@ -14291,9 +14291,9 @@
url: /guides/security-authorize-web-endpoints-reference
type: reference
matches: 1
- title: Cross-origin resource sharing
- title: Cross-Origin Resource Sharing (CORS)
url: /guides/security-cors
type: concepts
type: reference
matches: 1
- title: HTTP Reference
url: /guides/http-reference
Expand Down Expand Up @@ -14490,9 +14490,9 @@
url: /guides/security-authorize-web-endpoints-reference
type: reference
matches: 1
- title: Cross-origin resource sharing
- title: Cross-Origin Resource Sharing (CORS)
url: /guides/security-cors
type: concepts
type: reference
matches: 1
- title: HTTP Reference
url: /guides/http-reference
Expand Down Expand Up @@ -15011,9 +15011,9 @@
url: /guides/security-authorize-web-endpoints-reference
type: reference
matches: 1
- title: Cross-origin resource sharing
- title: Cross-Origin Resource Sharing (CORS)
url: /guides/security-cors
type: concepts
type: reference
matches: 1
- title: HTTP Reference
url: /guides/http-reference
Expand Down Expand Up @@ -18651,9 +18651,9 @@
url: /guides/security-basic-authentication
type: concepts
matches: 1
- title: Cross-origin resource sharing
- title: Cross-Origin Resource Sharing (CORS)
url: /guides/security-cors
type: concepts
type: reference
matches: 1
- title: Enable Basic authentication
url: /guides/security-basic-authentication-howto
Expand Down
Loading

0 comments on commit 7d0ba10

Please sign in to comment.