Skip to content

Commit

Permalink
Sync web site with Quarkus documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
quarkusbot committed Jun 26, 2024
1 parent 3abe204 commit 45f7a24
Show file tree
Hide file tree
Showing 223 changed files with 17,091 additions and 2,230 deletions.
46 changes: 44 additions & 2 deletions _data/versioned/latest/index/quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,17 @@ types:
- io.quarkus:quarkus-infinispan-client
type: reference
url: /guides/infinispan-client-reference
- title: Load Shedding reference guide
filename: load-shedding-reference.adoc
summary: Load shedding is the practice of detecting service overload and rejecting requests.
categories: web
topics:
- web
- load-shedding
extensions:
- io.quarkus:quarkus-load-shedding
type: reference
url: /guides/load-shedding-reference
- title: Logging configuration
filename: logging.adoc
summary: "Read about the use of logging API in Quarkus, configuring logging output, and using logging adapters to unify the output from other logging APIs."
Expand Down Expand Up @@ -302,6 +313,20 @@ types:
- io.quarkus:quarkus-smallrye-stork
type: reference
url: /guides/stork-reference
- title: TLS registry reference
filename: tls-registry-reference.adoc
summary: TLS registry configuration and usage
topics:
- TLS
- http
- SSL
- HTTPS
- security
- network
extensions:
- io.quarkus:quarkus-tls-registry
type: reference
url: /guides/tls-registry-reference
- title: Using transactions in Quarkus
filename: transaction.adoc
summary: "The quarkus-narayana-jta extension provides a Transaction Manager that coordinates and expose transactions to your applications as described in the link: Jakarta Transactions specification, formerly known as Java Transaction API (JTA)."
Expand Down Expand Up @@ -726,7 +751,7 @@ types:
id: security-getting-started-tutorial
type: tutorial
url: /guides/security-getting-started-tutorial
- title: Getting started with WebSockets-Next
- title: Getting started with WebSockets Next
filename: websockets-next-tutorial.adoc
summary: This guide explains how your Quarkus application can utilize web sockets to create interactive web applications.
categories: web
Expand Down Expand Up @@ -1117,7 +1142,7 @@ types:
url: /guides/grpc-service-consumption
- title: Container Images
filename: container-image.adoc
summary: "Learn how to build and push container images with Jib, OpenShift or Docker as part of the Quarkus build."
summary: "Learn how to build and push container images with Jib, OpenShift, Docker, or Podman as part of the Quarkus build."
categories: cloud
topics:
- devops
Expand All @@ -1126,6 +1151,7 @@ types:
- io.quarkus:quarkus-container-image-openshift
- io.quarkus:quarkus-container-image-jib
- io.quarkus:quarkus-container-image-docker
- io.quarkus:quarkus-container-image-podman
- io.quarkus:quarkus-container-image-buildpack
type: guide
url: /guides/container-image
Expand Down Expand Up @@ -1350,6 +1376,11 @@ types:
- io.quarkus:quarkus-kubernetes-client
type: guide
url: /guides/kubernetes-dev-services
- title: Dev Services for MongoDB
filename: mongodb-dev-services.adoc
summary: Quarkus supports a feature called Dev Services that allows you to create various datasources without any config.
type: guide
url: /guides/mongodb-dev-services
- title: Dev Services for Pulsar
filename: pulsar-dev-services.adoc
summary: With Quarkus Messaging Pulsar extension (quarkus-messaging-pulsar) Dev Services for Pulsar automatically starts a Pulsar broker in dev mode and when running tests.
Expand Down Expand Up @@ -2492,6 +2523,17 @@ types:
- io.quarkus:quarkus-hibernate-reactive
type: guide
url: /guides/hibernate-reactive
- title: Using JDK Flight Recorder
filename: jfr.adoc
summary: This guide explains how JDK Flight Recorder can be extended to provide insight into your Quarkus application.
categories: observability
topics:
- observability
- jfr
extensions:
- io.quarkus:quarkus-jfr
type: guide
url: /guides/jfr
- title: Using JMS
filename: jms.adoc
summary: "This guide demonstrates how your Quarkus application can use JMS messaging with AMQP 1.0 using Apache Qpid JMS, or using Apache ActiveMQ Artemis JMS."
Expand Down
Loading

0 comments on commit 45f7a24

Please sign in to comment.