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 2020/03/10 10:48:16 UTC

[camel] branch master updated: CAMEL-11492: add document title

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 fb14405  CAMEL-11492: add document title
fb14405 is described below

commit fb14405299f82fc79b5a9ca666bbe7e93bcbc127
Author: Zoran Regvart <zr...@apache.org>
AuthorDate: Tue Mar 10 11:47:58 2020 +0100

    CAMEL-11492: add document title
    
    Without document titles the Antora can't render a `<title>` element in the HTML. So this adds it.
---
 docs/user-manual/modules/ROOT/pages/index.adoc | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/modules/ROOT/pages/index.adoc b/docs/user-manual/modules/ROOT/pages/index.adoc
index 0b0ae32..7e1ff8d 100644
--- a/docs/user-manual/modules/ROOT/pages/index.adoc
+++ b/docs/user-manual/modules/ROOT/pages/index.adoc
@@ -1,4 +1,6 @@
-Apache Camel (TM) is a versatile open-source integration framework based on
+= Apache Camel user manual
+
+Apache Camelâ„¢ is a versatile open-source integration framework based on
 known xref:enterprise-integration-patterns.adoc[Enterprise Integration
 Patterns].
 
@@ -12,7 +14,7 @@ routing rules in your IDE, whether in a Java or XML editor.
 
 For a deeper and better understanding of Apache Camel, an xref:faq/what-is-camel.adoc[Introduction] is provided.
 
-= Summary
+== Summary
 
 * <<Overview>>
 * <<Documentation>>