You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,10 @@ If for some reason you need to deploy from your local machine, follow these inst
70
70
71
71
## Writing a blog
72
72
73
+
> **NOTE:** Using generative AI in *assisting* writing is fine, but please don't use it to write entire posts.
74
+
> Used badly, generative AI has a tendency to use complex words and phrasing. This makes
75
+
the content hard to read and understand. Always review your blog with a human reader in mind, make sure it's factually correct and especially keep the human touch and opinions in the content.
76
+
73
77
To write a blog:
74
78
75
79
- create an author entry in [_data/authors.yaml](https://github.com/quarkusio/quarkusio.github.io/blob/main/_data/authors.yaml)
@@ -90,6 +94,8 @@ To write a blog:
90
94
- Be aware that the `date` attribute in the asciidoc preamble defines when the article will be published. Add a `--future` flag when testing locally to ensure the article is included in the generated site.
91
95
- send a pull request against the main branch and voilà
92
96
97
+
98
+
93
99
## Translations/Localization (l10n)
94
100
95
101
The primary site (quarkus.io) is written in English.
description: DevConf.US 2024 is the 6th annual, free, Red Hat sponsored technology conference for community project and professional contributors to Free and Open Source technologies at Boston University in the historic city of Boston, USA.
description: Join us on September 4th-5th, 2024 in Oslo Spektrum, Norway for JavaZone 2024. Featuring a wide range of tech talks, workshops, and networking opportunities. Tickets on sale now!
description: Devoxx Belgium 2024 (21st edition), a 5-day technology conference, is expected to draw over 3,500 attendees. This year’s event will showcase some of the most innovative and inspiring speakers in the industry, with a special focus on Java 23 and Generative AI. Attendees will experience a diverse range of local and global talent, presenting groundbreaking developments in programming such as Java, Cloud, AI & Big Data, Security.
summary: "The Quarkus Maven Plugin builds the Quarkus applications, and provides helpers to launch dev mode or build native executables."
223
+
categories: tooling
224
+
topics:
225
+
- maven
226
+
- tooling
227
+
type: reference
228
+
url: /guides/quarkus-maven-plugin
219
229
- title: Quarkus style and content guidelines
220
230
filename: doc-reference.adoc
221
231
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.
@@ -316,6 +326,7 @@ types:
316
326
- title: TLS registry reference
317
327
filename: tls-registry-reference.adoc
318
328
summary: TLS registry configuration and usage
329
+
categories: web
319
330
topics:
320
331
- TLS
321
332
- http
@@ -325,6 +336,7 @@ types:
325
336
- network
326
337
extensions:
327
338
- io.quarkus:quarkus-tls-registry
339
+
id: tls-registry-reference
328
340
type: reference
329
341
url: /guides/tls-registry-reference
330
342
- title: Using OpenTelemetry
@@ -680,8 +692,17 @@ types:
680
692
- multitenancy
681
693
extensions:
682
694
- io.quarkus:quarkus-oidc
695
+
id: security-openid-connect-multitenancy
683
696
type: howto
684
697
url: /guides/security-openid-connect-multitenancy
698
+
- title: Writing a Dev Service
699
+
filename: extension-writing-dev-service.adoc
700
+
categories: writing-extensions
701
+
topics:
702
+
- extensions
703
+
id: extension-writing-dev-service
704
+
type: howto
705
+
url: /guides/extension-writing-dev-service
685
706
- title: YAML configuration
686
707
filename: config-yaml.adoc
687
708
summary: "Optionally, use `application.yaml` instead of `application.properties` to configure your application."
@@ -799,6 +820,7 @@ types:
799
820
- client
800
821
extensions:
801
822
- io.quarkus:quarkus-oidc-client
823
+
id: security-openid-connect-client
802
824
type: tutorial
803
825
url: /guides/security-openid-connect-client
804
826
- title: Protect Quarkus web application by using an Auth0 OpenID Connect provider
@@ -1262,7 +1284,7 @@ types:
1262
1284
url: /guides/grpc-kubernetes
1263
1285
- title: Dev Services Overview
1264
1286
filename: dev-services.adoc
1265
-
summary: An introduction to dev services and a list of all extensions that support Dev Services and their configuration options.
1287
+
summary: An introduction to Dev Services and a list of all extensions that support Dev Services and their configuration options.
1266
1288
categories: core
1267
1289
topics:
1268
1290
- dev-services
@@ -1614,6 +1636,17 @@ types:
1614
1636
- io.quarkus:quarkus-funqy-knative-events
1615
1637
type: guide
1616
1638
url: /guides/funqy-knative-events
1639
+
- title: Generating CycloneDX BOMs
1640
+
filename: cyclonedx.adoc
1641
+
summary: This guide explains how to generate SBOMs for Quarkus applications in the CycloneDX format.
1642
+
categories: tooling
1643
+
topics:
1644
+
- sbom
1645
+
extensions:
1646
+
- io.quarkus:quarkus-cyclonedx
1647
+
id: cyclonedx
1648
+
type: guide
1649
+
url: /guides/cyclonedx
1617
1650
- title: Generating Jakarta REST resources with Panache
1618
1651
filename: rest-data-panache.adoc
1619
1652
summary: Hibernate ORM REST Data with Panache simplifies the creation of CRUD applications based on Jakarta REST and Hibernate ORM.
@@ -2029,14 +2062,6 @@ types:
2029
2062
- io.quarkus:quarkus-spring-web
2030
2063
type: guide
2031
2064
url: /guides/spring-web
2032
-
- title: Quarkus Maven Plugin
2033
-
filename: quarkus-maven-plugin.adoc
2034
-
summary: "The Quarkus Maven Plugin builds the Quarkus applications, and provides helpers to launch dev mode or build native executables."
2035
-
topics:
2036
-
- maven
2037
-
- tooling
2038
-
type: guide
2039
-
url: /guides/quarkus-maven-plugin
2040
2065
- title: Quarkus Messaging Extensions
2041
2066
filename: messaging.adoc
2042
2067
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."
@@ -2812,6 +2837,17 @@ types:
2812
2837
- credentials
2813
2838
type: guide
2814
2839
url: /guides/credentials-provider
2840
+
- title: Using gRPC CLI
2841
+
filename: grpc-cli.adoc
2842
+
summary: This page explains how to use gRPC CLI.
2843
+
categories: serialization
2844
+
topics:
2845
+
- grpc
2846
+
- cli
2847
+
extensions:
2848
+
- io.quarkus:quarkus-grpc-cli
2849
+
type: guide
2850
+
url: /guides/grpc-cli
2815
2851
- title: Using the Cassandra Client
2816
2852
filename: cassandra.adoc
2817
2853
summary: This guide covers how to use the Apache Cassandra NoSQL database in Quarkus.
0 commit comments