You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2018/12/10 14:20:56 UTC

[camel] branch master updated: CAMEL-11492: Set consistent headings in compone...

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 d13cc24  CAMEL-11492: Set consistent headings in compone...
d13cc24 is described below

commit d13cc24ad5e89eb2fc3fadb70b9dc52ed34ade79
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Mon Dec 10 15:17:50 2018 +0100

    CAMEL-11492: Set consistent headings in compone...
    
    ...nt docs
    
    As a part of the automatic TOC content for components having a
    consistent way to find the component name from the heading in the
    asciidoc file is helpful.
    
    This changes headings to asciidoc style, `==` for level 2 heading.
---
 components/camel-azure/src/main/docs/azure.adoc                        | 3 +--
 components/camel-bam/src/main/docs/bam.adoc                            | 3 +--
 components/camel-cxf-transport/src/main/docs/cxf-transport.adoc        | 3 +--
 components/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc              | 3 +--
 components/camel-guice/src/main/docs/guice.adoc                        | 3 +--
 components/camel-kura/src/main/docs/kura.adoc                          | 3 +--
 components/camel-leveldb/src/main/docs/leveldb.adoc                    | 3 +--
 components/camel-openstack/src/main/docs/openstack.adoc                | 3 +--
 components/camel-rx/src/main/docs/rx.adoc                              | 3 +--
 components/camel-scala/src/main/docs/scala-eip.adoc                    | 3 +--
 components/camel-scala/src/main/docs/scala-getting-started.adoc        | 3 +--
 components/camel-scala/src/main/docs/scala.adoc                        | 3 +--
 components/camel-script/src/main/docs/script.adoc                      | 3 +--
 components/camel-servletlistener/src/main/docs/servletlistener.adoc    | 3 +--
 components/camel-shiro/src/main/docs/shiro.adoc                        | 3 +--
 components/camel-spring-cloud/src/main/docs/spring-cloud.adoc          | 3 +--
 .../camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc       | 3 +--
 components/camel-swagger/src/main/docs/swagger.adoc                    | 3 +--
 components/camel-test-cdi/src/main/docs/test-cdi.adoc                  | 3 +--
 components/camel-test/src/main/docs/test.adoc                          | 3 +--
 components/camel-urlrewrite/src/main/docs/urlrewrite.adoc              | 3 +--
 21 files changed, 21 insertions(+), 42 deletions(-)

diff --git a/components/camel-azure/src/main/docs/azure.adoc b/components/camel-azure/src/main/docs/azure.adoc
index 6a9b53c..0961eb7 100644
--- a/components/camel-azure/src/main/docs/azure.adoc
+++ b/components/camel-azure/src/main/docs/azure.adoc
@@ -1,6 +1,5 @@
 [[Azure-CamelComponentsforWindowsAzureServices]]
-Camel Components for Windows Azure Services
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+== Camel Components for Windows Azure Services
 
 The Camel Components for https://azure.microsoft.com/[Windows Azure Services]
 provide connectivity to Azure services from Camel.
diff --git a/components/camel-bam/src/main/docs/bam.adoc b/components/camel-bam/src/main/docs/bam.adoc
index 0c13cb7..12ed277 100644
--- a/components/camel-bam/src/main/docs/bam.adoc
+++ b/components/camel-bam/src/main/docs/bam.adoc
@@ -1,6 +1,5 @@
 [[BAM-BusinessActivityMonitoring]]
-Business Activity Monitoring
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+== Business Activity Monitoring
 
 The *Camel BAM* module provides a Business Activity Monitoring (BAM)
 framework for testing business processes across multiple message
diff --git a/components/camel-cxf-transport/src/main/docs/cxf-transport.adoc b/components/camel-cxf-transport/src/main/docs/cxf-transport.adoc
index 934a302..629b3e8 100644
--- a/components/camel-cxf-transport/src/main/docs/cxf-transport.adoc
+++ b/components/camel-cxf-transport/src/main/docs/cxf-transport.adoc
@@ -1,6 +1,5 @@
 [[CamelTransportforCXF-WhatstheCamelTransportforCXF]]
-What's the Camel Transport for CXF
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+== What's the Camel Transport for CXF
 
 In CXF you offer or consume a webservice by defining its address. The
 first part of the address specifies the protocol to use. For example
diff --git a/components/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc b/components/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc
index e65bcba..52c4922 100644
--- a/components/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc
+++ b/components/camel-groovy-dsl/src/main/docs/groovy-dsl.adoc
@@ -1,6 +1,5 @@
 [[GroovyDSL-AbouttheGroovyDSL]]
-About the Groovy DSL
-^^^^^^^^^^^^^^^^^^^^
+== About the Groovy DSL
 
 The Groovy DSL implementation is built on top of the existing Java-based
 DSL, but it additionally allows to use Groovy language
diff --git a/components/camel-guice/src/main/docs/guice.adoc b/components/camel-guice/src/main/docs/guice.adoc
index e0383a0..7d7e94c 100644
--- a/components/camel-guice/src/main/docs/guice.adoc
+++ b/components/camel-guice/src/main/docs/guice.adoc
@@ -1,6 +1,5 @@
 [[Guice-CamelGuice]]
-Camel Guice
-~~~~~~~~~~~
+== Camel Guice
 
 We have support for http://code.google.com/p/google-guice/[Google Guice]
 as a dependency injection framework.
diff --git a/components/camel-kura/src/main/docs/kura.adoc b/components/camel-kura/src/main/docs/kura.adoc
index f4f693f..b9c6e68 100644
--- a/components/camel-kura/src/main/docs/kura.adoc
+++ b/components/camel-kura/src/main/docs/kura.adoc
@@ -1,6 +1,5 @@
 [[Kura-EclipseKuracomponent]]
-Eclipse Kura component
-~~~~~~~~~~~~~~~~~~~~~~
+== Eclipse Kura component
 
 *Available as of Camel 2.15*
 
diff --git a/components/camel-leveldb/src/main/docs/leveldb.adoc b/components/camel-leveldb/src/main/docs/leveldb.adoc
index be98e34..84c6abb 100644
--- a/components/camel-leveldb/src/main/docs/leveldb.adoc
+++ b/components/camel-leveldb/src/main/docs/leveldb.adoc
@@ -1,6 +1,5 @@
 [[LevelDB-LevelDB]]
-LevelDB
-~~~~~~~
+== LevelDB
 
 *Available as of Camel 2.10*
 
diff --git a/components/camel-openstack/src/main/docs/openstack.adoc b/components/camel-openstack/src/main/docs/openstack.adoc
index d4b17f7..52cf2ff 100644
--- a/components/camel-openstack/src/main/docs/openstack.adoc
+++ b/components/camel-openstack/src/main/docs/openstack.adoc
@@ -1,6 +1,5 @@
 [[Openstack-OpenstackComponent]]
-Openstack Component
-~~~~~~~~~~~~~~~~~~~
+== Openstack Component
 
 *Available as of Camel 2.19*
 
diff --git a/components/camel-rx/src/main/docs/rx.adoc b/components/camel-rx/src/main/docs/rx.adoc
index 8326967..16f0baa 100644
--- a/components/camel-rx/src/main/docs/rx.adoc
+++ b/components/camel-rx/src/main/docs/rx.adoc
@@ -1,6 +1,5 @@
 [[RX-CamelRX]]
-Camel RX (deprecated)
----------------------
+== Camel RX (deprecated)
 
 *Available as of Camel 2.11*
 
diff --git a/components/camel-scala/src/main/docs/scala-eip.adoc b/components/camel-scala/src/main/docs/scala-eip.adoc
index ce363b9..1894816 100644
--- a/components/camel-scala/src/main/docs/scala-eip.adoc
+++ b/components/camel-scala/src/main/docs/scala-eip.adoc
@@ -1,6 +1,5 @@
 [[ScalaDSL-SupportedDSL]]
-Scala Supported DSL
-^^^^^^^^^^^^^^^^^^^
+=== Scala Supported DSL
 
 The Scala DSL supports *every* DSL from the
 Java DSL.
diff --git a/components/camel-scala/src/main/docs/scala-getting-started.adoc b/components/camel-scala/src/main/docs/scala-getting-started.adoc
index 3dc823a..0faa324 100644
--- a/components/camel-scala/src/main/docs/scala-getting-started.adoc
+++ b/components/camel-scala/src/main/docs/scala-getting-started.adoc
@@ -1,6 +1,5 @@
 [[ScalaDSL-GettingStarted]]
-Scala DSL Getting Started
-^^^^^^^^^^^^^^^^^^^^^^^^^
+=== Scala DSL Getting Started
 
 Just like the Java DSL, the Scala DSL has a RouteBuilder
 class (`org.apache.camel.scala.dsl.builder.RouteBuilder`) that you can
diff --git a/components/camel-scala/src/main/docs/scala.adoc b/components/camel-scala/src/main/docs/scala.adoc
index f3cd3ea..1861829 100644
--- a/components/camel-scala/src/main/docs/scala.adoc
+++ b/components/camel-scala/src/main/docs/scala.adoc
@@ -1,6 +1,5 @@
 [[ScalaDSL-AbouttheScalaDSL]]
-About the Scala DSL
-^^^^^^^^^^^^^^^^^^^
+== About the Scala DSL
 
 **Deprecated**
 
diff --git a/components/camel-script/src/main/docs/script.adoc b/components/camel-script/src/main/docs/script.adoc
index 8babcc1..9368ad7 100644
--- a/components/camel-script/src/main/docs/script.adoc
+++ b/components/camel-script/src/main/docs/script.adoc
@@ -1,6 +1,5 @@
 [[Script-Script]]
-Script
-~~~~~~
+== Script
 
 *Available as of Camel 2.16*
 
diff --git a/components/camel-servletlistener/src/main/docs/servletlistener.adoc b/components/camel-servletlistener/src/main/docs/servletlistener.adoc
index afb4955..eeb21c4 100644
--- a/components/camel-servletlistener/src/main/docs/servletlistener.adoc
+++ b/components/camel-servletlistener/src/main/docs/servletlistener.adoc
@@ -1,6 +1,5 @@
 [[ServletListenerComponent-ServletListenerComponent]]
-ServletListener Component
-~~~~~~~~~~~~~~~~~~~~~~~~~
+== ServletListener Component
 
 *Available as of Camel 2.11*
 
diff --git a/components/camel-shiro/src/main/docs/shiro.adoc b/components/camel-shiro/src/main/docs/shiro.adoc
index 4e9ad1f..8eebcf0 100644
--- a/components/camel-shiro/src/main/docs/shiro.adoc
+++ b/components/camel-shiro/src/main/docs/shiro.adoc
@@ -1,6 +1,5 @@
 [[ShiroSecurity-ShiroSecurityComponent]]
-Shiro Security Component
-~~~~~~~~~~~~~~~~~~~~~~~~
+== Shiro Security Component
 
 *Available as of Camel 2.5*
 
diff --git a/components/camel-spring-cloud/src/main/docs/spring-cloud.adoc b/components/camel-spring-cloud/src/main/docs/spring-cloud.adoc
index 61c796f..c5e81f5 100644
--- a/components/camel-spring-cloud/src/main/docs/spring-cloud.adoc
+++ b/components/camel-spring-cloud/src/main/docs/spring-cloud.adoc
@@ -1,6 +1,5 @@
 [[SpringCloud-SpringCloud]]
-Spring Cloud
-~~~~~~~~~~~
+== Spring Cloud
 
 *Available as of Camel 2.19*
 
diff --git a/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc b/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc
index ac4716d..7d637df 100644
--- a/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc
+++ b/components/camel-spring-javaconfig/src/main/docs/spring-javaconfig.adoc
@@ -1,6 +1,5 @@
 [[SpringJavaConfig-SpringJavaConfig]]
-Spring Java Config
-~~~~~~~~~~~~~~~~~~
+== Spring Java Config
 
 Spring started life using XML Config to wire beans
 together. However some folks don't like using XML and would rather use
diff --git a/components/camel-swagger/src/main/docs/swagger.adoc b/components/camel-swagger/src/main/docs/swagger.adoc
index baaa26a..e6e7586 100644
--- a/components/camel-swagger/src/main/docs/swagger.adoc
+++ b/components/camel-swagger/src/main/docs/swagger.adoc
@@ -1,6 +1,5 @@
 [[Swagger-SwaggerScalaComponent]]
-Swagger Scala Component (deprecated)
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+== Swagger Scala Component (deprecated)
 
 *Available as of Camel 2.14*
 
diff --git a/components/camel-test-cdi/src/main/docs/test-cdi.adoc b/components/camel-test-cdi/src/main/docs/test-cdi.adoc
index 238f5d6..893592c 100644
--- a/components/camel-test-cdi/src/main/docs/test-cdi.adoc
+++ b/components/camel-test-cdi/src/main/docs/test-cdi.adoc
@@ -1,6 +1,5 @@
 [[CDITesting-CDITesting]]
-CDI Testing
-~~~~~~~~~~~
+== CDI Testing
 
 http://camel.apache.org/testing.html[Testing] is a crucial part of any
 development or integration work. In case you're using the Camel CDI
diff --git a/components/camel-test/src/main/docs/test.adoc b/components/camel-test/src/main/docs/test.adoc
index d047877..cb4f468 100644
--- a/components/camel-test/src/main/docs/test.adoc
+++ b/components/camel-test/src/main/docs/test.adoc
@@ -1,6 +1,5 @@
 [[Test-TestComponent]]
-Test Component
-~~~~~~~~~~~~~~
+== Test Component
 
 Testing of distributed and asynchronous processing is
 notoriously difficult. The <<mock-component,Mock>>, <<mock-component,Test>>
diff --git a/components/camel-urlrewrite/src/main/docs/urlrewrite.adoc b/components/camel-urlrewrite/src/main/docs/urlrewrite.adoc
index 8218edc..bed01a3 100644
--- a/components/camel-urlrewrite/src/main/docs/urlrewrite.adoc
+++ b/components/camel-urlrewrite/src/main/docs/urlrewrite.adoc
@@ -1,6 +1,5 @@
 [[UrlRewrite-UrlRewriteComponent]]
-UrlRewrite Component
-~~~~~~~~~~~~~~~~~~~~
+== UrlRewrite Component
 
 *Available as of Camel 2.11*