This is an automated email from the ASF dual-hosted git repository. zregvart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new 2d60b03 Cleanup Any23 component documentation 2d60b03 is described below commit 2d60b036d232cea0f42e583c4f0d26af1caff69a Author: Zoran Regvart <zregv...@apache.org> AuthorDate: Mon Aug 26 17:08:27 2019 +0200 Cleanup Any23 component documentation --- components/camel-any23/src/main/docs/any23-dataformat.adoc | 8 ++++---- docs/components/modules/ROOT/pages/any23-dataformat.adoc | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/components/camel-any23/src/main/docs/any23-dataformat.adoc b/components/camel-any23/src/main/docs/any23-dataformat.adoc index 17f6364..9f93723 100644 --- a/components/camel-any23/src/main/docs/any23-dataformat.adoc +++ b/components/camel-any23/src/main/docs/any23-dataformat.adoc @@ -10,7 +10,7 @@ The main functionality of this DataFormat focuses on its Unmarshal method which Any23 is a Data Format that is intended to convert HTML from a site (or file) into rdf. -### Any23 Options +== Any23 Options // dataformat options: START The Any23 dataformat supports 4 options, which are listed below. @@ -59,7 +59,7 @@ The component supports 4 options, which are listed below. -### Java DSL Example +== Java DSL Example An example where the consumer provides some HTML @@ -68,7 +68,7 @@ An example where the consumer provides some HTML from("direct:start").unmarshal().any23("http://mock.foo/bar").to("mock:result"); --------------------------------------------------------------------------- -### Spring XML Example +== Spring XML Example The following example shows how to use TidyMarkup to unmarshal using Spring @@ -98,7 +98,7 @@ to unmarshal using Spring </camelContext> ----------------------------------------------------------------------- -### Dependencies +== Dependencies To use Any23 in your camel routes you need to add the a dependency on *camel-any23* which implements this data format. diff --git a/docs/components/modules/ROOT/pages/any23-dataformat.adoc b/docs/components/modules/ROOT/pages/any23-dataformat.adoc index 17f6364..9f93723 100644 --- a/docs/components/modules/ROOT/pages/any23-dataformat.adoc +++ b/docs/components/modules/ROOT/pages/any23-dataformat.adoc @@ -10,7 +10,7 @@ The main functionality of this DataFormat focuses on its Unmarshal method which Any23 is a Data Format that is intended to convert HTML from a site (or file) into rdf. -### Any23 Options +== Any23 Options // dataformat options: START The Any23 dataformat supports 4 options, which are listed below. @@ -59,7 +59,7 @@ The component supports 4 options, which are listed below. -### Java DSL Example +== Java DSL Example An example where the consumer provides some HTML @@ -68,7 +68,7 @@ An example where the consumer provides some HTML from("direct:start").unmarshal().any23("http://mock.foo/bar").to("mock:result"); --------------------------------------------------------------------------- -### Spring XML Example +== Spring XML Example The following example shows how to use TidyMarkup to unmarshal using Spring @@ -98,7 +98,7 @@ to unmarshal using Spring </camelContext> ----------------------------------------------------------------------- -### Dependencies +== Dependencies To use Any23 in your camel routes you need to add the a dependency on *camel-any23* which implements this data format.