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: _data/versioned/main/index/quarkus.yaml
+9-9Lines changed: 9 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -230,7 +230,7 @@ types:
230
230
- title: Building a Native Executable
231
231
filename: building-native-image.adoc
232
232
summary: Build native executables with GraalVM or Mandrel.
233
-
categories: "native, getting-started"
233
+
categories: "getting-started, native"
234
234
type: tutorial
235
235
url: /guides/building-native-image
236
236
- title: Collect metrics using Micrometer
@@ -484,7 +484,7 @@ types:
484
484
- title: Deploying on OpenShift
485
485
filename: deploying-to-openshift.adoc
486
486
summary: This guide covers how to deploy a native application on OpenShift.
487
-
categories: "cloud, native"
487
+
categories: "native, cloud"
488
488
id: deploy-openshift
489
489
type: guide
490
490
url: /guides/deploying-to-openshift
@@ -751,7 +751,7 @@ types:
751
751
- title: Kubernetes extension
752
752
filename: deploying-to-kubernetes.adoc
753
753
summary: This guide covers how to deploy a native application on Kubernetes.
754
-
categories: "cloud, native"
754
+
categories: "native, cloud"
755
755
id: deploy-kubernetes
756
756
type: guide
757
757
url: /guides/deploying-to-kubernetes
@@ -960,7 +960,7 @@ types:
960
960
- title: Simplified Hibernate ORM with Panache and Kotlin
961
961
filename: hibernate-orm-panache-kotlin.adoc
962
962
summary: This explains the specifics of using Hibernate ORM with Panache in a Kotlin project.
963
-
categories: "alt-languages, data"
963
+
categories: "data, alt-languages"
964
964
type: guide
965
965
url: /guides/hibernate-orm-panache-kotlin
966
966
- title: Simplified Hibernate Reactive with Panache
@@ -978,13 +978,13 @@ types:
978
978
- title: Simplified MongoDB with Panache and Kotlin
979
979
filename: mongodb-panache-kotlin.adoc
980
980
summary: This guide covers the usage of MongoDB using active records and repositories in a Kotlin project.
981
-
categories: "alt-languages, data"
981
+
categories: "data, alt-languages"
982
982
type: guide
983
983
url: /guides/mongodb-panache-kotlin
984
984
- title: SmallRye Fault Tolerance
985
985
filename: smallrye-fault-tolerance.adoc
986
986
summary: This guide demonstrates how your Quarkus application can utilize the SmallRye Fault Tolerance specification through the SmallRye Fault Tolerance extension.
987
-
categories: "observability, web"
987
+
categories: "web, observability"
988
988
type: guide
989
989
url: /guides/smallrye-fault-tolerance
990
990
- title: SmallRye GraphQL
@@ -1014,14 +1014,14 @@ types:
1014
1014
- title: Testing Your Application
1015
1015
filename: getting-started-testing.adoc
1016
1016
summary: "This guide covers testing in JVM mode, native mode, and injection of resources into tests"
1017
-
categories: "core, tooling, native"
1017
+
categories: "tooling, core, native"
1018
1018
id: testing
1019
1019
type: guide
1020
1020
url: /guides/getting-started-testing
1021
1021
- title: Tips for writing native applications
1022
1022
filename: writing-native-applications-tips.adoc
1023
1023
summary: This guide is a collection of tips to help you solve the problems you encounter when compiling applications to native executable.
1024
-
categories: "core, writing-extensions, native"
1024
+
categories: "core, native, writing-extensions"
1025
1025
type: guide
1026
1026
url: /guides/writing-native-applications-tips
1027
1027
- title: Update projects to the latest version of Quarkus
@@ -1157,7 +1157,7 @@ types:
1157
1157
- title: Using SSL With Native Executables
1158
1158
filename: native-and-ssl.adoc
1159
1159
summary: "In this guide, we will discuss how you can get your native images to support SSL, as native images don't support it out of the box."
Copy file name to clipboardExpand all lines: _versions/main/guides/cli-tooling.adoc
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -748,7 +748,7 @@ Commands:
748
748
749
749
==== Where are the plugins added?
750
750
751
-
Plugins are added in the plugin catalog that lives at: `<user home>/.quakrus/cli/plugins/quarkus-cli-catalog.json`.
751
+
Plugins are added in the plugin catalog that lives at: `<user home>/.quarkus/cli/plugins/quarkus-cli-catalog.json`.
752
752
753
753
There is a second plugin catalog that is relative to the current project (if available): `<project root>/.quarkus/cli/plugins/quarkus-cli-catalog.json`.
0 commit comments