This is an automated email from the ASF dual-hosted git repository.
ppalaga pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/master by this push:
new 80e6d75 Fixup c11d8da9 Let the list of extensions page show extensions
80e6d75 is described below
commit 80e6d75b72f5d505f5958e1f9eefbbee86253385
Author: Peter Palaga <[email protected]>
AuthorDate: Tue Aug 18 11:19:40 2020 +0200
Fixup c11d8da9 Let the list of extensions page show extensions
---
.../modules/ROOT/pages/contributor-guide/extension-documentation.adoc | 2 +-
docs/modules/ROOT/pages/reference/extensions/netty-http.adoc | 2 +-
.../ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc | 4 ++--
docs/modules/ROOT/pages/user-guide/index.adoc | 2 +-
extensions/netty-http/runtime/src/main/doc/intro.adoc | 2 +-
extensions/readme.adoc | 2 +-
.../runtime/src/main/doc/configuration.adoc | 4 ++--
7 files changed, 9 insertions(+), 9 deletions(-)
diff --git
a/docs/modules/ROOT/pages/contributor-guide/extension-documentation.adoc
b/docs/modules/ROOT/pages/contributor-guide/extension-documentation.adoc
index e125b1e..8bf9fdc 100644
--- a/docs/modules/ROOT/pages/contributor-guide/extension-documentation.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/extension-documentation.adoc
@@ -9,7 +9,7 @@ The resulting AsciiDoc files are stored in
`https://github.com/apache/camel-quarkus/tree/master/docs/modules/ROOT/pages/extensions[docs/modules/ROOT/pages/extensions]`.
From there, the pages are published by Antora to the Camel website.
-The pages are referenced i.a. from the
xref:list-of-camel-quarkus-extensions.adoc[List of Camel Quarkus extensions]
+The pages are referenced i.a. from the xref:reference/index.adoc[List of Camel
Quarkus extensions]
and from Camel Quarkus items on https://code.quarkus.io/[code.quarkus.io].
The `update-extension-doc-page` mojo merges the
https://github.com/apache/camel-quarkus/blame/master/tooling/package-maven-plugin/src/main/resources/doc-templates/extension-doc-page.adoc[FreeMarker
template] with the following data:
diff --git a/docs/modules/ROOT/pages/reference/extensions/netty-http.adoc
b/docs/modules/ROOT/pages/reference/extensions/netty-http.adoc
index 76803cd..fef596d 100644
--- a/docs/modules/ROOT/pages/reference/extensions/netty-http.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/netty-http.adoc
@@ -8,7 +8,7 @@
[.badges]
[.badge-key]##Since Camel Quarkus##[.badge-version]##0.2.0##
[.badge-key]##JVM##[.badge-supported]##supported##
[.badge-key]##Native##[.badge-supported]##supported##
-The Netty HTTP extension provides HTTP transport on top of the
xref:extensions/netty.adoc[Netty extension].
+The Netty HTTP extension provides HTTP transport on top of the
xref:reference/extensions/netty.adoc[Netty extension].
== What's inside
diff --git
a/docs/modules/ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc
b/docs/modules/ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc
index dc5a720..420d1df 100644
---
a/docs/modules/ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc
+++
b/docs/modules/ROOT/pages/reference/extensions/smallrye-reactive-messaging.adoc
@@ -32,8 +32,8 @@ E.g `<artifactId>camel-file</artifactId>` should be
`<artifactId>camel-quarkus-f
== Additional Camel Quarkus configuration
-This extension leverages the Camel
xref:extensions/reactive-streams.adoc[Reactive Streams] extension. Various
aspects of the reactive streams component can be configured
-via the configuration options outlined within the
xref:extensions/reactive-streams.adoc[documentation].
+This extension leverages the Camel
xref:reference/extensions/reactive-streams.adoc[Reactive Streams] extension.
Various aspects of the reactive streams component can be configured
+via the configuration options outlined within the
xref:reference/extensions/reactive-streams.adoc[documentation].
This extension also leverages the Quarkus SmallRye Reactive Messaging
extension. Its configuration options are documented
https://quarkus.io/guides/all-config#quarkus-smallrye-reactive-messaging_quarkus-smallrye-reactive-messaging[here].
diff --git a/docs/modules/ROOT/pages/user-guide/index.adoc
b/docs/modules/ROOT/pages/user-guide/index.adoc
index 9989686..41fc441 100644
--- a/docs/modules/ROOT/pages/user-guide/index.adoc
+++ b/docs/modules/ROOT/pages/user-guide/index.adoc
@@ -10,7 +10,7 @@ https://github.com/apache/camel-quarkus/issues[Issue reports]
and fixes are welc
== Which Camel components are supported on Quarkus?
The answer is very easy: those ones that have a Quarkus extension - see the
-xref:list-of-camel-quarkus-extensions.adoc[complete list].
+xref:reference/index.adoc[complete list].
== What's next?
diff --git a/extensions/netty-http/runtime/src/main/doc/intro.adoc
b/extensions/netty-http/runtime/src/main/doc/intro.adoc
index 4d9687c..3127596 100644
--- a/extensions/netty-http/runtime/src/main/doc/intro.adoc
+++ b/extensions/netty-http/runtime/src/main/doc/intro.adoc
@@ -1 +1 @@
-The Netty HTTP extension provides HTTP transport on top of the
xref:extensions/netty.adoc[Netty extension].
\ No newline at end of file
+The Netty HTTP extension provides HTTP transport on top of the
xref:reference/extensions/netty.adoc[Netty extension].
\ No newline at end of file
diff --git a/extensions/readme.adoc b/extensions/readme.adoc
index 0e6df30..93ece44 100644
--- a/extensions/readme.adoc
+++ b/extensions/readme.adoc
@@ -140,7 +140,7 @@ Number of Camel components: 72 in 62 JAR artifacts (0
deprecated)
| xref:extensions/mongodb.adoc[MongoDB] (camel-quarkus-mongodb) +
`mongodb:connectionBean` | 1.0.0-M1 | Component for working with documents
stored in MongoDB database.
-| xref:extensions/netty.adoc[Netty] (camel-quarkus-netty) +
+| xref:reference/extensions/netty.adoc[Netty] (camel-quarkus-netty) +
`netty:protocol:host:port` | 0.4.0 | Socket level networking using TCP or UDP
with the Netty 4.x library.
| xref:extensions/netty-http.adoc[Netty HTTP] (camel-quarkus-netty-http) +
diff --git
a/extensions/smallrye-reactive-messaging/runtime/src/main/doc/configuration.adoc
b/extensions/smallrye-reactive-messaging/runtime/src/main/doc/configuration.adoc
index 837c5b3..8961980 100644
---
a/extensions/smallrye-reactive-messaging/runtime/src/main/doc/configuration.adoc
+++
b/extensions/smallrye-reactive-messaging/runtime/src/main/doc/configuration.adoc
@@ -1,4 +1,4 @@
-This extension leverages the Camel
xref:extensions/reactive-streams.adoc[Reactive Streams] extension. Various
aspects of the reactive streams component can be configured
-via the configuration options outlined within the
xref:extensions/reactive-streams.adoc[documentation].
+This extension leverages the Camel
xref:reference/extensions/reactive-streams.adoc[Reactive Streams] extension.
Various aspects of the reactive streams component can be configured
+via the configuration options outlined within the
xref:reference/extensions/reactive-streams.adoc[documentation].
This extension also leverages the Quarkus SmallRye Reactive Messaging
extension. Its configuration options are documented
https://quarkus.io/guides/all-config#quarkus-smallrye-reactive-messaging_quarkus-smallrye-reactive-messaging[here].