Skip to content

Commit

Permalink
Docs: add keywords to Vert.x guides
Browse files Browse the repository at this point in the history
- so that it's possible to filter guides via "vertx" instead of "vert.x"

(cherry picked from commit 470d96f)
  • Loading branch information
mkouba authored and gsmet committed Nov 30, 2023
1 parent ad8ebe7 commit db8054a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/reactive-event-bus.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
= Using the event bus
include::_attributes.adoc[]
:categories: messaging
:keywords: vertx vert.x
:summary: This guide explains how different beans can interact using the event bus.
:topics: messaging,event-bus,vert.x
:extensions: io.quarkus:quarkus-vertx
Expand Down
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/vertx-reference.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
= Vert.x Reference Guide
include::_attributes.adoc[]
:categories: miscellaneous
:keywords: vertx event verticle
:summary: This reference guide provides advanced details about the usage and the configuration of the Vert.x instance used by Quarkus.

https://vertx.io[Vert.x] is a toolkit for building reactive applications.
Expand Down
1 change: 1 addition & 0 deletions docs/src/main/asciidoc/vertx.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
= Using Eclipse Vert.x API from a Quarkus Application
include::_attributes.adoc[]
:categories: miscellaneous
:keywords: vertx event verticle
:summary: This guide explains how to use Vert.x in Quarkus to build reactive applications.

https://vertx.io[Vert.x] is a toolkit for building reactive applications.
Expand Down

0 comments on commit db8054a

Please sign in to comment.