Skip to content

Commit b789fd2

Browse files
author
quarkusbot
committed
Sync web site with Quarkus documentation
1 parent b1fbfe7 commit b789fd2

39 files changed

+1014
-385
lines changed

_data/versioned/3-20/index/quarkus.yaml

Lines changed: 22 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,7 @@ 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
648+
- title: Deploying Quarkus Java applications to OpenShift by using a Docker build strategy
649649
filename: deploying-to-openshift-docker-howto.adoc
650650
summary: This guide describes how to build and deploy a Quarkus application on OpenShift by using the Docker build strategy.
651651
categories: "cloud, native"
@@ -660,7 +660,22 @@ types:
660660
id: deploying-to-openshift-docker-howto
661661
type: howto
662662
url: /guides/deploying-to-openshift-docker-howto
663-
- title: Deploy Quarkus applications to OpenShift in a single step
663+
- title: Deploying Quarkus applications compiled to native executables
664+
filename: deploying-to-openshift-native-howto.adoc
665+
summary: This guide describes how to deploy a Quarkus application to OpenShift compiled to native executables.
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-native-howto
676+
type: howto
677+
url: /guides/deploying-to-openshift-native-howto
678+
- title: Deploying Quarkus applications to OpenShift in a single step
664679
filename: deploying-to-openshift-howto.adoc
665680
summary: This guide describes how to build and deploy a Quarkus application to OpenShift in a single step.
666681
categories: "cloud, native"
@@ -789,7 +804,7 @@ types:
789804
type: howto
790805
url: /guides/security-openid-connect-multitenancy
791806
- title: Using S2I to deploy Quarkus applications to OpenShift
792-
filename: deploying-to-openshift-S2I-howto.adoc
807+
filename: deploying-to-openshift-s2i-howto.adoc
793808
summary: This guide describes how to build and deploy a Quarkus application on OpenShift by using Source-to-Image (S2I).
794809
categories: "cloud, native"
795810
topics:
@@ -800,9 +815,9 @@ types:
800815
- deployment
801816
extensions:
802817
- io.quarkus:quarkus-openshift
803-
id: deploying-to-openshift-S2I-howto
818+
id: deploying-to-openshift-s2i-howto
804819
type: howto
805-
url: /guides/deploying-to-openshift-S2I-howto
820+
url: /guides/deploying-to-openshift-s2i-howto
806821
- title: Writing a Dev Service
807822
filename: extension-writing-dev-service.adoc
808823
summary: Learn how to develop a Dev Service for your extension in order to replace an external service in development mode.
@@ -1354,7 +1369,7 @@ types:
13541369
- deployment
13551370
extensions:
13561371
- io.quarkus:quarkus-openshift
1357-
id: deploy-openshift
1372+
id: deploying-to-openshift
13581373
type: guide
13591374
url: /guides/deploying-to-openshift
13601375
- title: Deploying to Google Cloud Platform (GCP)
@@ -2956,7 +2971,7 @@ types:
29562971
- io.quarkus:quarkus-smallrye-stork
29572972
type: guide
29582973
url: /guides/stork-kubernetes
2959-
- title: Using WebSockets
2974+
- title: Using WebSockets with Undertow
29602975
filename: websockets.adoc
29612976
summary: This guide explains how your Quarkus application can utilize web sockets to create interactive web applications.
29622977
categories: web

0 commit comments

Comments
 (0)