Skip to content

Commit 835c3b9

Browse files
author
quarkusbot
committed
Sync web site with Quarkus documentation
1 parent c9914f2 commit 835c3b9

24 files changed

+1703
-234
lines changed

_data/versioned/latest/index/quarkus.yaml

Lines changed: 47 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,36 @@ types:
645645
id: doc-contribute-howto
646646
type: howto
647647
url: /guides/doc-contribute-docs-howto
648+
- title: Deploy Quarkus Java applications to OpenShift by using a Docker build strategy
649+
filename: deploying-to-openshift-docker-howto.adoc
650+
summary: This guide describes how to build and deploy a Quarkus application on OpenShift by using the Docker build strategy.
651+
categories: "cloud, native"
652+
topics:
653+
- devops
654+
- kubernetes
655+
- openshift
656+
- cloud
657+
- deployment
658+
extensions:
659+
- io.quarkus:quarkus-openshift
660+
id: deploying-to-openshift-docker-howto
661+
type: howto
662+
url: /guides/deploying-to-openshift-docker-howto
663+
- title: Deploy Quarkus applications to OpenShift in a single step
664+
filename: deploying-to-openshift-howto.adoc
665+
summary: This guide describes how to build and deploy a Quarkus application to OpenShift in a single step.
666+
categories: "cloud, native"
667+
topics:
668+
- devops
669+
- kubernetes
670+
- openshift
671+
- cloud
672+
- deployment
673+
extensions:
674+
- io.quarkus:quarkus-openshift
675+
id: deploying-to-openshift-howto
676+
type: howto
677+
url: /guides/deploying-to-openshift-howto
648678
- title: Dev Services and Dev UI for OpenID Connect (OIDC)
649679
filename: security-openid-connect-dev-services.adoc
650680
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.
@@ -758,6 +788,21 @@ types:
758788
id: security-openid-connect-multitenancy
759789
type: howto
760790
url: /guides/security-openid-connect-multitenancy
791+
- title: Using S2I to deploy Quarkus applications to OpenShift
792+
filename: deploying-to-openshift-S2I-howto.adoc
793+
summary: This guide describes how to build and deploy a Quarkus application on OpenShift by using Source-to-Image (S2I).
794+
categories: "cloud, native"
795+
topics:
796+
- devops
797+
- kubernetes
798+
- openshift
799+
- cloud
800+
- deployment
801+
extensions:
802+
- io.quarkus:quarkus-openshift
803+
id: deploying-to-openshift-S2I-howto
804+
type: howto
805+
url: /guides/deploying-to-openshift-S2I-howto
761806
- title: Writing a Dev Service
762807
filename: extension-writing-dev-service.adoc
763808
summary: Learn how to develop a Dev Service for your extension in order to replace an external service in development mode.
@@ -1297,9 +1342,9 @@ types:
12971342
- org.drools:drools-quarkus
12981343
type: guide
12991344
url: /guides/drools
1300-
- title: Deploying on OpenShift
1345+
- title: Deploying Quarkus applications to OpenShift
13011346
filename: deploying-to-openshift.adoc
1302-
summary: This guide covers how to deploy a native application on OpenShift.
1347+
summary: This guide describes the deployment of Quarkus applications to OpenShift.
13031348
categories: "cloud, native"
13041349
topics:
13051350
- devops

0 commit comments

Comments
 (0)