Skip to content

Commit

Permalink
Sync documentation of main branch
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Aug 29, 2024
1 parent 40064f2 commit bf3ea8c
Show file tree
Hide file tree
Showing 43 changed files with 8,970 additions and 1,178 deletions.
10 changes: 9 additions & 1 deletion _data/versioned/main/index/quarkus.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -693,6 +693,14 @@ types:
id: security-openid-connect-multitenancy
type: howto
url: /guides/security-openid-connect-multitenancy
- title: Writing a Dev Service
filename: extension-writing-dev-service.adoc
categories: writing-extensions
topics:
- extensions
id: extension-writing-dev-service
type: howto
url: /guides/extension-writing-dev-service
- title: YAML configuration
filename: config-yaml.adoc
summary: "Optionally, use `application.yaml` instead of `application.properties` to configure your application."
Expand Down Expand Up @@ -1274,7 +1282,7 @@ types:
url: /guides/grpc-kubernetes
- title: Dev Services Overview
filename: dev-services.adoc
summary: An introduction to dev services and a list of all extensions that support Dev Services and their configuration options.
summary: An introduction to Dev Services and a list of all extensions that support Dev Services and their configuration options.
categories: core
topics:
- dev-services
Expand Down
82 changes: 82 additions & 0 deletions _data/versioned/main/index/relations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1079,6 +1079,10 @@
url: /guides/writing-native-applications-tips
type: guide
matches: 1
- title: Writing a Dev Service
url: /guides/extension-writing-dev-service
type: howto
matches: 1
- title: Writing Your Own Extension
url: /guides/writing-extensions
type: guide
Expand Down Expand Up @@ -1515,6 +1519,10 @@
url: /guides/writing-native-applications-tips
type: guide
matches: 1
- title: Writing a Dev Service
url: /guides/extension-writing-dev-service
type: howto
matches: 1
- title: Writing Your Own Extension
url: /guides/writing-extensions
type: guide
Expand Down Expand Up @@ -1822,6 +1830,10 @@
url: /guides/writing-native-applications-tips
type: guide
matches: 1
- title: Writing a Dev Service
url: /guides/extension-writing-dev-service
type: howto
matches: 1
- title: Writing Your Own Extension
url: /guides/writing-extensions
type: guide
Expand Down Expand Up @@ -1944,6 +1956,10 @@
url: /guides/writing-native-applications-tips
type: guide
matches: 1
- title: Writing a Dev Service
url: /guides/extension-writing-dev-service
type: howto
matches: 1
- title: Writing Your Own Extension
url: /guides/writing-extensions
type: guide
Expand Down Expand Up @@ -3802,6 +3818,10 @@
url: /guides/writing-native-applications-tips
type: guide
matches: 1
- title: Writing a Dev Service
url: /guides/extension-writing-dev-service
type: howto
matches: 1
- title: Writing Your Own Extension
url: /guides/writing-extensions
type: guide
Expand Down Expand Up @@ -4170,6 +4190,10 @@
url: /guides/writing-native-applications-tips
type: guide
matches: 1
- title: Writing a Dev Service
url: /guides/extension-writing-dev-service
type: howto
matches: 1
- title: Writing Your Own Extension
url: /guides/writing-extensions
type: guide
Expand Down Expand Up @@ -4208,6 +4232,10 @@
url: /guides/writing-native-applications-tips
type: guide
matches: 1
- title: Writing a Dev Service
url: /guides/extension-writing-dev-service
type: howto
matches: 1
- title: Writing Your Own Extension
url: /guides/writing-extensions
type: guide
Expand Down Expand Up @@ -4278,6 +4306,52 @@
url: /guides/writing-native-applications-tips
type: guide
matches: 1
- title: Writing a Dev Service
url: /guides/extension-writing-dev-service
type: howto
matches: 1
- title: Writing Your Own Extension
url: /guides/writing-extensions
type: guide
matches: 1
/guides/extension-writing-dev-service:
sameTopics:
- title: Building my first extension
url: /guides/building-my-first-extension
type: guide
matches: 1
- title: Class Loading Reference
url: /guides/class-loading-reference
type: reference
matches: 1
- title: Conditional Extension Dependencies
url: /guides/conditional-extension-dependencies
type: guide
matches: 1
- title: "Duplicated context, context locals, asynchronous processing and propagation"
url: /guides/duplicated-context
type: concepts
matches: 1
- title: Extension Capabilities
url: /guides/capabilities
type: guide
matches: 1
- title: Extension codestart
url: /guides/extension-codestart
type: guide
matches: 1
- title: Quarkus Extension Metadata
url: /guides/extension-metadata
type: guide
matches: 1
- title: Quarkus Extension Registry
url: /guides/extension-registry-user
type: guide
matches: 1
- title: Tips for writing native applications
url: /guides/writing-native-applications-tips
type: guide
matches: 1
- title: Writing Your Own Extension
url: /guides/writing-extensions
type: guide
Expand Down Expand Up @@ -21206,6 +21280,10 @@
url: /guides/writing-native-applications-tips
type: guide
matches: 1
- title: Writing a Dev Service
url: /guides/extension-writing-dev-service
type: howto
matches: 1
/guides/writing-native-applications-tips:
sameTopics:
- title: Building a Native Executable
Expand Down Expand Up @@ -21256,6 +21334,10 @@
url: /guides/native-and-ssl
type: guide
matches: 1
- title: Writing a Dev Service
url: /guides/extension-writing-dev-service
type: howto
matches: 1
- title: Writing Your Own Extension
url: /guides/writing-extensions
type: guide
Expand Down
Loading

0 comments on commit bf3ea8c

Please sign in to comment.