Skip to content

Commit

Permalink
Merge branch 'main' into extract-texts-from-templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ynojima authored May 30, 2024
2 parents ca8a5ef + 26e3f54 commit 8c14ab5
Show file tree
Hide file tree
Showing 892 changed files with 9,771 additions and 4,470 deletions.
54 changes: 53 additions & 1 deletion _data/versioned/latest/index/quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,13 +96,27 @@ types:
- http
- web
- webjars
- mvnpm
- vertx
- servlet
- undertow
extensions:
- io.quarkus:quarkus-vertx-http
type: reference
url: /guides/http-reference
- title: Infinispan Cache
filename: cache-infinispan-reference.adoc
summary: Use Infinispan as the Quarkus cache backend
categories: data
topics:
- infinispan
- cache
- data
extensions:
- io.quarkus:quarkus-infinispan-cache
- io.quarkus:quarkus-infinispan-client
type: reference
url: /guides/cache-infinispan-reference
- title: Infinispan Client Extension Reference Guide
filename: infinispan-client-reference.adoc
summary: "Infinispan is an in memory distributed data store and cache server that offers flexible deployment options and robust capabilities for storing, managing, and processing data."
Expand Down Expand Up @@ -1709,7 +1723,7 @@ types:
url: /guides/init-tasks
- title: Introduction to Contexts and Dependency Injection (CDI)
filename: cdi.adoc
summary: "Quarkus DI solution is based on the [Jakarta Contexts and Dependency Injection 4.0](https://jakarta.ee/specifications/cdi/4.0/jakarta-cdi-spec-4.0.html) specification."
summary: "Quarkus DI solution is based on the [Jakarta Contexts and Dependency Injection 4.1](https://jakarta.ee/specifications/cdi/4.1/jakarta-cdi-spec-4.1.html) specification."
keywords: qualifier event interceptor observer arc
categories: core
topics:
Expand Down Expand Up @@ -1844,6 +1858,28 @@ types:
- io.quarkus:quarkus-narayana-lra
type: guide
url: /guides/lra
- title: Observability Dev Services
filename: observability-devservices.adoc
summary: Entry point for Observability DevServices
categories: observability
topics:
- observability
- grafana
- lgtm
- prometheus
- victoriametrics
- jaeger
- otel
- otlp
extensions:
- io.quarkus:quarkus-observability-devservices
type: guide
url: /guides/observability-devservices
- title: Observability Dev Services with Grafana OTel LGTM
filename: observability-devservices-lgtm.adoc
summary: "OTel-LGTM is all-in-one Docker image containing OpenTelemetry’s OTLP as the protocol to transport metrics, tracing and logging data to an OpenTelemetry Collector which then stores signals data into Prometheus (metrics), Tempo (traces) and Loki (logs), only to have it visualized by Grafana."
type: guide
url: /guides/observability-devservices-lgtm
- title: Packaging And Releasing With JReleaser
filename: jreleaser.adoc
summary: This guide covers packaging and releasing CLI applications using the JReleaser tool.
Expand Down Expand Up @@ -2825,6 +2861,22 @@ types:
- io.quarkus:quarkus-hibernate-validator
type: guide
url: /guides/validation
- title: Web dependency locator
filename: web-dependency-locator.adoc
summary: Learn more about how to use the web dependency locator
categories: web
topics:
- http
- web
- webjars
- mvnpm
- vertx
- servlet
- undertow
extensions:
- io.quarkus:quarkus-web-dependency-locator
type: guide
url: /guides/web-dependency-locator
- title: Writing JSON REST Services
filename: rest-json.adoc
summary: JSON is now the lingua franca between microservices.
Expand Down
Loading

0 comments on commit 8c14ab5

Please sign in to comment.