Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: add keywords to Vert.x guides #37271

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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,7 +6,8 @@
= 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.

Check warning on line 10 in docs/src/main/asciidoc/reactive-event-bus.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'. Raw Output: {"message": "[Quarkus.TermsSuggestions] Depending on the context, consider using 'by using' or 'that uses' rather than 'using'.", "location": {"path": "docs/src/main/asciidoc/reactive-event-bus.adoc", "range": {"start": {"line": 10, "column": 63}}}, "severity": "INFO"}
: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 @@ -3,9 +3,10 @@
and pull requests should be submitted there:
https://github.com/quarkusio/quarkus/tree/main/docs/src/main/asciidoc
////
= Vert.x Reference Guide

Check warning on line 6 in docs/src/main/asciidoc/vertx-reference.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Headings] Use sentence-style capitalization in 'Vert.x Reference Guide'. Raw Output: {"message": "[Quarkus.Headings] Use sentence-style capitalization in 'Vert.x Reference Guide'.", "location": {"path": "docs/src/main/asciidoc/vertx-reference.adoc", "range": {"start": {"line": 6, "column": 3}}}, "severity": "INFO"}
include::_attributes.adoc[]
:categories: miscellaneous
:keywords: vertx event verticle

Check warning on line 9 in docs/src/main/asciidoc/vertx-reference.adoc

View workflow job for this annotation

GitHub Actions / Linting with Vale

[vale] reported by reviewdog 🐶 [Quarkus.Spelling] Use correct American English spelling. Did you really mean 'verticle'? Raw Output: {"message": "[Quarkus.Spelling] Use correct American English spelling. Did you really mean 'verticle'?", "location": {"path": "docs/src/main/asciidoc/vertx-reference.adoc", "range": {"start": {"line": 9, "column": 24}}}, "severity": "WARNING"}
: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