Skip to content

Commit fc9d6cf

Browse files
author
quarkusbot
committed
Sync web site with Quarkus documentation
1 parent 1aa24db commit fc9d6cf

File tree

70 files changed

+6361
-545
lines changed

Some content is hidden

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

70 files changed

+6361
-545
lines changed

_data/versioned/latest/index/quarkus.yaml

Lines changed: 38 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -596,6 +596,15 @@ types:
596596
id: security-proactive-authentication
597597
type: concepts
598598
url: /guides/security-proactive-authentication
599+
- title: Quarkus OpenId Connect (OIDC) Expanded Configuration Reference
600+
filename: security-oidc-expanded-configuration.adoc
601+
summary: "Quarkus OIDC quarkus-oidc extension provides a comprehensive, highly adaptable and configurable OIDC and OAuth2 adapter implementation."
602+
categories: security
603+
topics:
604+
- security
605+
id: security-oidc-expanded-configuration
606+
type: concepts
607+
url: /guides/security-oidc-expanded-configuration
599608
- title: Quarkus Security architecture
600609
filename: security-architecture.adoc
601610
summary: The Quarkus Security architecture provides several built-in authentication mechanisms and is highly customizable.
@@ -645,7 +654,7 @@ types:
645654
id: doc-contribute-howto
646655
type: howto
647656
url: /guides/doc-contribute-docs-howto
648-
- title: Deploy Quarkus Java applications to OpenShift by using a Docker build strategy
657+
- title: Deploying Quarkus Java applications to OpenShift by using a Docker build strategy
649658
filename: deploying-to-openshift-docker-howto.adoc
650659
summary: This guide describes how to build and deploy a Quarkus application on OpenShift by using the Docker build strategy.
651660
categories: "cloud, native"
@@ -660,7 +669,22 @@ types:
660669
id: deploying-to-openshift-docker-howto
661670
type: howto
662671
url: /guides/deploying-to-openshift-docker-howto
663-
- title: Deploy Quarkus applications to OpenShift in a single step
672+
- title: Deploying Quarkus applications compiled to native executables
673+
filename: deploying-to-openshift-native-howto.adoc
674+
summary: This guide describes how to deploy a Quarkus application to OpenShift compiled to native executables.
675+
categories: "cloud, native"
676+
topics:
677+
- devops
678+
- kubernetes
679+
- openshift
680+
- cloud
681+
- deployment
682+
extensions:
683+
- io.quarkus:quarkus-openshift
684+
id: deploying-to-openshift-native-howto
685+
type: howto
686+
url: /guides/deploying-to-openshift-native-howto
687+
- title: Deploying Quarkus applications to OpenShift in a single step
664688
filename: deploying-to-openshift-howto.adoc
665689
summary: This guide describes how to build and deploy a Quarkus application to OpenShift in a single step.
666690
categories: "cloud, native"
@@ -675,12 +699,6 @@ types:
675699
id: deploying-to-openshift-howto
676700
type: howto
677701
url: /guides/deploying-to-openshift-howto
678-
- title: "Deploy {project-name} applications compiled to native executables"
679-
filename: deploying-to-openshift-native-howto.adoc
680-
summary: "You can deploy your native {project-name} applications to {openshift} compiled to native executables by using the Docker build strategy."
681-
id: deploying-to-openshift-native-howto
682-
type: howto
683-
url: /guides/deploying-to-openshift-native-howto
684702
- title: Dev Services and Dev UI for OpenID Connect (OIDC)
685703
filename: security-openid-connect-dev-services.adoc
686704
summary: You can use Dev Services for Keycloak and the Dev UI for the OpenID Connect (OIDC) Keycloak provider and adapt these services for other OpenID Connect providers.
@@ -1240,6 +1258,17 @@ types:
12401258
- io.quarkus:quarkus-picocli
12411259
type: guide
12421260
url: /guides/picocli
1261+
- title: Compose Dev Services
1262+
filename: compose-dev-services.adoc
1263+
summary: Configure custom Dev Services using Docker or Podman Compose.
1264+
categories: core
1265+
topics:
1266+
- dev-services
1267+
- dev-mode
1268+
- testing
1269+
- compose
1270+
type: guide
1271+
url: /guides/compose-dev-services
12431272
- title: Compressing native executables using UPX
12441273
filename: upx.adoc
12451274
summary: Ultimate Packer for eXecutables (UPX) is a compression tool reducing the size of executables.
@@ -1360,7 +1389,7 @@ types:
13601389
- deployment
13611390
extensions:
13621391
- io.quarkus:quarkus-openshift
1363-
id: deploy-openshift
1392+
id: deploying-to-openshift
13641393
type: guide
13651394
url: /guides/deploying-to-openshift
13661395
- title: Deploying to Google Cloud Platform (GCP)

0 commit comments

Comments
 (0)