Repository: camel
Updated Branches:
  refs/heads/master ec01a6a7c -> 2427eb336


Added developer-guide section to Gitbook


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/2427eb33
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/2427eb33
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/2427eb33

Branch: refs/heads/master
Commit: 2427eb336b0fd992e1c7551e7675adcc08966ef7
Parents: ad6a03a
Author: Andrea Cosentino <anco...@gmail.com>
Authored: Thu Sep 22 09:37:31 2016 +0200
Committer: Andrea Cosentino <anco...@gmail.com>
Committed: Thu Sep 22 09:37:54 2016 +0200

----------------------------------------------------------------------
 docs/user-manual/en/SUMMARY.md    | 3 +++
 docs/user-manual/en/building.adoc | 4 +++-
 2 files changed, 6 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/2427eb33/docs/user-manual/en/SUMMARY.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index b96d5df..9313b16 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -427,3 +427,6 @@
         * [CDI Testing](cdi-testing.adoc)
         * [Spring Testing](spring-testing.adoc)
     * [JSSE Utility](camel-configuration-utilities.adoc)
+
+* Developer Guide
+    * [Building](building.adoc)

http://git-wip-us.apache.org/repos/asf/camel/blob/2427eb33/docs/user-manual/en/building.adoc
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/building.adoc 
b/docs/user-manual/en/building.adoc
index 6b68e51..d6cf8c6 100644
--- a/docs/user-manual/en/building.adoc
+++ b/docs/user-manual/en/building.adoc
@@ -31,7 +31,7 @@ Maven options
 
 To build camel maven has to be configured to use more memory
 
-[[Building-Unix/Linux/Mac]]
+[[Building-UnixLinuxMac]]
 Unix/Linux/Mac
 
 [source,text]
@@ -41,6 +41,7 @@ export MAVEN_OPTS="-Xms2048m -Xmx2048m -XX:MaxPermSize=512m"
 
 For Camel 2.18:
 
+[source,text]
 ------------------------------------------------------------
 export MAVEN_OPTS="-XX:+UseConcMarkSweepGC -Xms5120m -Xmx6144m"
 ------------------------------------------------------------
@@ -55,6 +56,7 @@ set MAVEN_OPTS=-Xms2048m -Xmx2048m -XX:MaxPermSize=512m
 
 For Camel 2.18:
 
+[source,text]
 ------------------------------------------------------------
 set MAVEN_OPTS="-XX:+UseConcMarkSweepGC -Xms5120m -Xmx6144m"
 ------------------------------------------------------------

Reply via email to