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 Aug 28, 2024
1 parent 54c7d02 commit 3d1f718
Show file tree
Hide file tree
Showing 1,971 changed files with 150,566 additions and 343,556 deletions.
31 changes: 23 additions & 8 deletions _data/versioned/latest/index/quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,7 @@ types:
- client
extensions:
- io.quarkus:quarkus-oidc-client
id: security-openid-connect-client-reference
type: reference
url: /guides/security-openid-connect-client-reference
- title: OpenID Connect (OIDC) configuration properties
Expand All @@ -216,6 +217,15 @@ types:
id: security-oidc-configuration-properties-reference
type: reference
url: /guides/security-oidc-configuration-properties-reference
- title: Quarkus Maven Plugin
filename: quarkus-maven-plugin.adoc
summary: "The Quarkus Maven Plugin builds the Quarkus applications, and provides helpers to launch dev mode or build native executables."
categories: tooling
topics:
- maven
- tooling
type: reference
url: /guides/quarkus-maven-plugin
- title: Quarkus style and content guidelines
filename: doc-reference.adoc
summary: Guidelines are provided to help you to contribute clear and consistent content that is also sourced in the required diataxis structure and composition of Quarkus documentation.
Expand Down Expand Up @@ -680,6 +690,7 @@ types:
- multitenancy
extensions:
- io.quarkus:quarkus-oidc
id: security-openid-connect-multitenancy
type: howto
url: /guides/security-openid-connect-multitenancy
- title: YAML configuration
Expand Down Expand Up @@ -799,6 +810,7 @@ types:
- client
extensions:
- io.quarkus:quarkus-oidc-client
id: security-openid-connect-client
type: tutorial
url: /guides/security-openid-connect-client
- title: Protect Quarkus web application by using an Auth0 OpenID Connect provider
Expand Down Expand Up @@ -2029,14 +2041,6 @@ types:
- io.quarkus:quarkus-spring-web
type: guide
url: /guides/spring-web
- title: Quarkus Maven Plugin
filename: quarkus-maven-plugin.adoc
summary: "The Quarkus Maven Plugin builds the Quarkus applications, and provides helpers to launch dev mode or build native executables."
topics:
- maven
- tooling
type: guide
url: /guides/quarkus-maven-plugin
- title: Quarkus Messaging Extensions
filename: messaging.adoc
summary: "Event-driven messaging systems have become the backbone of most modern applications, enabling the building of message-driven microservices or complex data streaming pipelines."
Expand Down Expand Up @@ -2812,6 +2816,17 @@ types:
- credentials
type: guide
url: /guides/credentials-provider
- title: Using gRPC CLI
filename: grpc-cli.adoc
summary: This page explains how to use gRPC CLI.
categories: serialization
topics:
- grpc
- cli
extensions:
- io.quarkus:quarkus-grpc-cli
type: guide
url: /guides/grpc-cli
- title: Using the Cassandra Client
filename: cassandra.adoc
summary: This guide covers how to use the Apache Cassandra NoSQL database in Quarkus.
Expand Down
126 changes: 112 additions & 14 deletions _data/versioned/latest/index/relations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1862,7 +1862,7 @@
matches: 1
- title: Quarkus Maven Plugin
url: /guides/quarkus-maven-plugin
type: guide
type: reference
matches: 1
- title: Quarkus Tools in your favorite IDE
url: /guides/ide-tooling
Expand All @@ -1884,6 +1884,10 @@
url: /guides/update-quarkus
type: howto
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using our Tooling
url: /guides/tooling
type: tutorial
Expand All @@ -1902,6 +1906,10 @@
url: /guides/cli-tooling
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
/guides/conditional-extension-dependencies:
sameTopics:
- title: Building my first extension
Expand Down Expand Up @@ -2240,7 +2248,7 @@
matches: 1
- title: Quarkus Maven Plugin
url: /guides/quarkus-maven-plugin
type: guide
type: reference
matches: 1
- title: Quarkus Tools in your favorite IDE
url: /guides/ide-tooling
Expand Down Expand Up @@ -5561,7 +5569,7 @@
matches: 1
- title: Quarkus Maven Plugin
url: /guides/quarkus-maven-plugin
type: guide
type: reference
matches: 1
- title: Quarkus Tools in your favorite IDE
url: /guides/ide-tooling
Expand Down Expand Up @@ -5623,7 +5631,7 @@
matches: 1
- title: Quarkus Maven Plugin
url: /guides/quarkus-maven-plugin
type: guide
type: reference
matches: 1
- title: Quarkus Tools in your favorite IDE
url: /guides/ide-tooling
Expand Down Expand Up @@ -5683,6 +5691,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
Expand Down Expand Up @@ -5720,6 +5732,56 @@
url: /guides/grpc-xds
type: guide
matches: 1
/guides/grpc-cli:
sameTopics:
- title: Building Quarkus apps with Quarkus Command Line Interface (CLI)
url: /guides/cli-tooling
type: guide
matches: 1
- title: Command Mode Applications
url: /guides/command-mode-reference
type: reference
matches: 1
- title: Command Mode with Picocli
url: /guides/picocli
type: guide
matches: 1
- title: Consuming a gRPC Service
url: /guides/grpc-service-consumption
type: guide
matches: 1
- title: Deploying your gRPC Service in Kubernetes
url: /guides/grpc-kubernetes
type: guide
matches: 1
- title: Getting Started with gRPC
url: /guides/grpc-getting-started
type: guide
matches: 1
- title: gRPC
url: /guides/grpc
type: guide
matches: 1
- title: gRPC code generation reference guide
url: /guides/grpc-generation-reference
type: reference
matches: 1
- title: gRPC reference guide
url: /guides/grpc-reference
type: reference
matches: 1
- title: Implementing a gRPC Service
url: /guides/grpc-service-implementation
type: guide
matches: 1
- title: Quarkus Virtual Thread support for gRPC services
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
matches: 1
/guides/grpc-generation-reference:
sameTopics:
- title: Consuming a gRPC Service
Expand Down Expand Up @@ -5750,6 +5812,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
Expand Down Expand Up @@ -5813,6 +5879,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
Expand Down Expand Up @@ -5900,6 +5970,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using Stork with Kubernetes
url: /guides/stork-kubernetes
type: guide
Expand Down Expand Up @@ -5979,6 +6053,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
Expand Down Expand Up @@ -6042,6 +6120,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
Expand Down Expand Up @@ -6105,6 +6187,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
Expand Down Expand Up @@ -6176,6 +6262,10 @@
url: /guides/rest-virtual-threads
type: howto
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
- title: Using xDS gRPC
url: /guides/grpc-xds
type: guide
Expand Down Expand Up @@ -6251,6 +6341,10 @@
url: /guides/grpc-virtual-threads
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
sameExtensions:
- title: gRPC
url: /guides/grpc
Expand Down Expand Up @@ -7311,7 +7405,7 @@
matches: 1
- title: Quarkus Maven Plugin
url: /guides/quarkus-maven-plugin
type: guide
type: reference
matches: 1
- title: Re-augment a Quarkus Application
url: /guides/reaugmentation
Expand Down Expand Up @@ -8029,7 +8123,7 @@
matches: 1
- title: Quarkus Maven Plugin
url: /guides/quarkus-maven-plugin
type: guide
type: reference
matches: 1
- title: Quarkus Tools in your favorite IDE
url: /guides/ide-tooling
Expand Down Expand Up @@ -9703,7 +9797,7 @@
sameTopics:
- title: Quarkus Maven Plugin
url: /guides/quarkus-maven-plugin
type: guide
type: reference
matches: 2
- title: Building Quarkus apps with Quarkus Command Line Interface (CLI)
url: /guides/cli-tooling
Expand Down Expand Up @@ -10766,6 +10860,10 @@
url: /guides/cli-tooling
type: guide
matches: 1
- title: Using gRPC CLI
url: /guides/grpc-cli
type: guide
matches: 1
/guides/platform:
sameTopics:
- title: Class Loading Reference
Expand Down Expand Up @@ -10872,7 +10970,7 @@
matches: 1
- title: Quarkus Maven Plugin
url: /guides/quarkus-maven-plugin
type: guide
type: reference
matches: 1
- title: Quarkus Tools in your favorite IDE
url: /guides/ide-tooling
Expand Down Expand Up @@ -12109,7 +12207,7 @@
matches: 1
- title: Quarkus Maven Plugin
url: /guides/quarkus-maven-plugin
type: guide
type: reference
matches: 1
- title: Quarkus Tools in your favorite IDE
url: /guides/ide-tooling
Expand Down Expand Up @@ -20218,7 +20316,7 @@
matches: 1
- title: Quarkus Maven Plugin
url: /guides/quarkus-maven-plugin
type: guide
type: reference
matches: 1
- title: Quarkus Tools in your favorite IDE
url: /guides/ide-tooling
Expand Down Expand Up @@ -20336,7 +20434,7 @@
matches: 1
- title: Quarkus Maven Plugin
url: /guides/quarkus-maven-plugin
type: guide
type: reference
matches: 1
- title: Quarkus Tools in your favorite IDE
url: /guides/ide-tooling
Expand Down Expand Up @@ -20552,7 +20650,7 @@
matches: 1
- title: Quarkus Maven Plugin
url: /guides/quarkus-maven-plugin
type: guide
type: reference
matches: 1
- title: Quarkus Tools in your favorite IDE
url: /guides/ide-tooling
Expand Down Expand Up @@ -20736,7 +20834,7 @@
matches: 1
- title: Quarkus Maven Plugin
url: /guides/quarkus-maven-plugin
type: guide
type: reference
matches: 1
- title: Quarkus Tools in your favorite IDE
url: /guides/ide-tooling
Expand Down Expand Up @@ -20798,7 +20896,7 @@
matches: 1
- title: Quarkus Maven Plugin
url: /guides/quarkus-maven-plugin
type: guide
type: reference
matches: 1
- title: Quarkus Tools in your favorite IDE
url: /guides/ide-tooling
Expand Down

This file was deleted.

Loading

0 comments on commit 3d1f718

Please sign in to comment.