Skip to content

Commit

Permalink
Merge branch 'quarkusio:develop' into docs_stickytoc
Browse files Browse the repository at this point in the history
  • Loading branch information
insectengine authored Oct 13, 2023
2 parents 744478f + ee9e1f7 commit 1428a36
Show file tree
Hide file tree
Showing 277 changed files with 3,926 additions and 3,290 deletions.
22 changes: 16 additions & 6 deletions _data/versioned/latest/index/quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ types:
- title: Contexts and Dependency Injection
filename: cdi-reference.adoc
summary: Go more in depth into the Quarkus implementation of CDI.
keywords: arc
categories: core
type: reference
url: /guides/cdi-reference
Expand All @@ -55,7 +56,7 @@ types:
- 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."
categories: "core, getting-started, observability"
categories: "getting-started, core, observability"
id: logging
type: reference
url: /guides/logging
Expand Down Expand Up @@ -173,6 +174,7 @@ types:
- title: Configuring Well-Known OpenID Connect Providers
filename: security-openid-connect-providers.adoc
summary: This document explains how to configure well-known social OIDC and OAuth2 providers.
keywords: oidc github twitter google facebook mastodon microsoft apple spotify twitch
categories: "security, web"
id: security-openid-connect-providers
type: concepts
Expand Down Expand Up @@ -236,7 +238,7 @@ types:
- title: Security vulnerability detection and reporting in Quarkus
filename: security-vulnerability-detection.adoc
summary: Most of the Quarkus tags are registered in the US National Vulnerability Database (NVD) in Common Platform Enumeration (CPE) name format.
categories: "contributing, security"
categories: "security, contributing"
id: security-vulnerability-detection
type: concepts
url: /guides/security-vulnerability-detection
Expand Down Expand Up @@ -265,15 +267,15 @@ types:
- title: Use virtual threads in REST applications
filename: resteasy-reactive-virtual-threads.adoc
summary: How to use virtual threads in a REST application
categories: "core, web"
categories: "web, core"
id: resteasy-reactive-virtual-threads
type: howto
url: /guides/resteasy-reactive-virtual-threads
tutorial:
- title: Building a Native Executable
filename: building-native-image.adoc
summary: Build native executables with GraalVM or Mandrel.
categories: "native, getting-started"
categories: "getting-started, native"
type: tutorial
url: /guides/building-native-image
- title: Collect metrics using Micrometer
Expand Down Expand Up @@ -338,7 +340,7 @@ types:
- title: Your second Quarkus application
filename: getting-started-dev-services.adoc
summary: Discover some of the features that make developing with Quarkus a joyful experience.
categories: "core, getting-started, data"
categories: "getting-started, data, core"
id: getting-started-dev-services-tutorial
type: tutorial
url: /guides/getting-started-dev-services
Expand Down Expand Up @@ -406,6 +408,7 @@ types:
- title: Application Initialization and Termination
filename: lifecycle.adoc
summary: You often need to execute custom actions when the application starts and clean up everything when the application stops.
keywords: lifecycle event
categories: core
type: guide
url: /guides/lifecycle
Expand Down Expand Up @@ -565,6 +568,7 @@ types:
- title: Dev Services and UI for OpenID Connect (OIDC)
filename: security-openid-connect-dev-services.adoc
summary: Start Keycloak or other providers automatically in dev and test modes.
keywords: sso oidc security keycloak
categories: security
type: guide
url: /guides/security-openid-connect-dev-services
Expand Down Expand Up @@ -789,6 +793,7 @@ types:
- 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."
keywords: qualifier event interceptor observer arc
categories: core
type: guide
url: /guides/cdi
Expand Down Expand Up @@ -1087,7 +1092,7 @@ types:
- title: Testing Your Application
filename: getting-started-testing.adoc
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
categories: "native, tooling, core"
categories: "tooling, native, core"
id: testing
type: guide
url: /guides/getting-started-testing
Expand Down Expand Up @@ -1154,6 +1159,8 @@ types:
- title: Using Keycloak Admin Client
filename: security-keycloak-admin-client.adoc
summary: The Quarkus Keycloak Admin Client and its reactive twin support Keycloak Admin Client which can be used to configure a running Keycloak server.
keywords: sso oidc security keycloak
categories: security
type: guide
url: /guides/security-keycloak-admin-client
- title: Using Kotlin
Expand All @@ -1176,6 +1183,7 @@ types:
- title: Using OAuth2 RBAC
filename: security-oauth2.adoc
summary: This guide explains how your Quarkus application can utilize OAuth2 tokens to provide secured access to the Jakarta REST endpoints.
keywords: oauth
categories: security
type: guide
url: /guides/security-oauth2
Expand All @@ -1188,12 +1196,14 @@ types:
- title: Using OpenID Connect (OIDC) Multi-Tenancy
filename: security-openid-connect-multitenancy.adoc
summary: This guide demonstrates how your OpenID Connect application can support multi-tenancy so that you can serve multiple tenants from a single application.
keywords: sso oidc oauth2 security
categories: security
type: guide
url: /guides/security-openid-connect-multitenancy
- title: Using OpenID Connect (OIDC) and Keycloak to Centralize Authorization
filename: security-keycloak-authorization.adoc
summary: This guide demonstrates how your Quarkus application can authorize access to protected resources using Keycloak Authorization Services.
keywords: sso oidc security keycloak
categories: security
type: guide
url: /guides/security-keycloak-authorization
Expand Down
Loading

0 comments on commit 1428a36

Please sign in to comment.