This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 5c3a1d0d4c Add link to supported data formats in dataformat extension
docs introduction
5c3a1d0d4c is described below
commit 5c3a1d0d4cf6637edfbd48c36bf1b5dba8ec8fad
Author: James Netherton <[email protected]>
AuthorDate: Thu Jan 5 13:42:57 2023 +0000
Add link to supported data formats in dataformat extension docs introduction
---
docs/antora.yml | 3 +++
docs/modules/ROOT/pages/reference/extensions/dataformat.adoc | 3 ++-
extensions/dataformat/runtime/src/main/doc/intro.adoc | 1 +
3 files changed, 6 insertions(+), 1 deletion(-)
diff --git a/docs/antora.yml b/docs/antora.yml
index b250152237..92ab73d55c 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -49,3 +49,6 @@ asciidoc:
# External URLs
link-quarkus-code-generator: code.quarkus.io
+
+ # Project name
+ project-name: "Camel Quarkus"
diff --git a/docs/modules/ROOT/pages/reference/extensions/dataformat.adoc
b/docs/modules/ROOT/pages/reference/extensions/dataformat.adoc
index d59a369eda..613682cfe6 100644
--- a/docs/modules/ROOT/pages/reference/extensions/dataformat.adoc
+++ b/docs/modules/ROOT/pages/reference/extensions/dataformat.adoc
@@ -18,7 +18,8 @@ ifeval::[{doc-show-badges} == true]
[.badge-key]##JVM since##[.badge-supported]##0.4.0## [.badge-key]##Native
since##[.badge-supported]##0.4.0##
endif::[]
-Use a Camel Data Format as a regular Camel Component.
+Use a Camel Data Format as a regular Camel Component. For more details of the
supported data formats in {project-name}, see
xref:reference/dataformats.adoc[Supported Data Formats].
+
[id="extensions-dataformat-whats-inside"]
== What's inside
diff --git a/extensions/dataformat/runtime/src/main/doc/intro.adoc
b/extensions/dataformat/runtime/src/main/doc/intro.adoc
new file mode 100644
index 0000000000..7ee0efc7e8
--- /dev/null
+++ b/extensions/dataformat/runtime/src/main/doc/intro.adoc
@@ -0,0 +1 @@
+Use a Camel Data Format as a regular Camel Component. For more details of the
supported data formats in {project-name}, see
xref:reference/dataformats.adoc[Supported Data Formats].
\ No newline at end of file