This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch 2.13.x
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/2.13.x by this push:
new 4786492e4a Add link to supported data formats in dataformat extension
docs introduction
4786492e4a is described below
commit 4786492e4aeb107067230674cc59c550b016698f
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 25a12c7f26..5d9ed3dea6 100644
--- a/docs/antora.yml
+++ b/docs/antora.yml
@@ -46,3 +46,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