Skip to content

Commit 26642eb

Browse files
committed
Sync documentation of main branch
1 parent 6158094 commit 26642eb

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

_data/versioned/main/index/quarkus.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ types:
230230
- title: Building a Native Executable
231231
filename: building-native-image.adoc
232232
summary: Build native executables with GraalVM or Mandrel.
233-
categories: "native, getting-started"
233+
categories: "getting-started, native"
234234
type: tutorial
235235
url: /guides/building-native-image
236236
- title: Collect metrics using Micrometer
@@ -484,7 +484,7 @@ types:
484484
- title: Deploying on OpenShift
485485
filename: deploying-to-openshift.adoc
486486
summary: This guide covers how to deploy a native application on OpenShift.
487-
categories: "cloud, native"
487+
categories: "native, cloud"
488488
id: deploy-openshift
489489
type: guide
490490
url: /guides/deploying-to-openshift
@@ -751,7 +751,7 @@ types:
751751
- title: Kubernetes extension
752752
filename: deploying-to-kubernetes.adoc
753753
summary: This guide covers how to deploy a native application on Kubernetes.
754-
categories: "cloud, native"
754+
categories: "native, cloud"
755755
id: deploy-kubernetes
756756
type: guide
757757
url: /guides/deploying-to-kubernetes
@@ -960,7 +960,7 @@ types:
960960
- title: Simplified Hibernate ORM with Panache and Kotlin
961961
filename: hibernate-orm-panache-kotlin.adoc
962962
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"
964964
type: guide
965965
url: /guides/hibernate-orm-panache-kotlin
966966
- title: Simplified Hibernate Reactive with Panache
@@ -978,13 +978,13 @@ types:
978978
- title: Simplified MongoDB with Panache and Kotlin
979979
filename: mongodb-panache-kotlin.adoc
980980
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"
982982
type: guide
983983
url: /guides/mongodb-panache-kotlin
984984
- title: SmallRye Fault Tolerance
985985
filename: smallrye-fault-tolerance.adoc
986986
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"
988988
type: guide
989989
url: /guides/smallrye-fault-tolerance
990990
- title: SmallRye GraphQL
@@ -1014,14 +1014,14 @@ types:
10141014
- title: Testing Your Application
10151015
filename: getting-started-testing.adoc
10161016
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"
10181018
id: testing
10191019
type: guide
10201020
url: /guides/getting-started-testing
10211021
- title: Tips for writing native applications
10221022
filename: writing-native-applications-tips.adoc
10231023
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"
10251025
type: guide
10261026
url: /guides/writing-native-applications-tips
10271027
- title: Update projects to the latest version of Quarkus
@@ -1157,7 +1157,7 @@ types:
11571157
- title: Using SSL With Native Executables
11581158
filename: native-and-ssl.adoc
11591159
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."
1160-
categories: "core, native, security"
1160+
categories: "security, core, native"
11611161
type: guide
11621162
url: /guides/native-and-ssl
11631163
- title: Using Security with .properties File

_versions/main/guides/cli-tooling.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ Commands:
748748
749749
==== Where are the plugins added?
750750
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`.
752752
753753
There is a second plugin catalog that is relative to the current project (if available): `<project root>/.quarkus/cli/plugins/quarkus-cli-catalog.json`.
754754

0 commit comments

Comments
 (0)