Regen
diff --git a/components/camel-robotframework/src/main/docs/robotframework-component.adoc b/components/camel-robotframework/src/main/docs/robotframework-component.adoc
index 33a341c..a924f14 100644
--- a/components/camel-robotframework/src/main/docs/robotframework-component.adoc
+++ b/components/camel-robotframework/src/main/docs/robotframework-component.adoc
@@ -1,7 +1,7 @@
+[[robotframework-component]]
 = Robot Framework Component
 
 *Available as of Camel version 3.0*
-*Available as of Camel version 3.0*
 
 
 The *robotframework:* component allows for processing camel exchanges
@@ -13,9 +13,9 @@
 This component will let you execute business logic of acceptence test cases 
 in Robot language on which you can pass parameters to feed data via power 
 of Camel Routes, however there is no reverse binding of parameters back where
-you can pass values back into Camel exchange. Therefore, for that reason, it actually
-acts like a template language passing camel exchanges by binding data into the test 
-cases implemented. 
+you can pass values back into Camel exchange. Therefore, for that reason,
+it actually acts like a template language passing camel exchanges by binding
+data into the test cases implemented. 
 
 [source,xml]
 ----
diff --git a/docs/components/modules/ROOT/pages/robotframework-component.adoc b/docs/components/modules/ROOT/pages/robotframework-component.adoc
index f5efc2e..bac9b8e 100644
--- a/docs/components/modules/ROOT/pages/robotframework-component.adoc
+++ b/docs/components/modules/ROOT/pages/robotframework-component.adoc
@@ -1,8 +1,8 @@
+[[robotframework-component]]
 = Robot Framework Component
 :page-source: components/camel-robotframework/src/main/docs/robotframework-component.adoc
 
 *Available as of Camel version 3.0*
-*Available as of Camel version 3.0*
 
 
 The *robotframework:* component allows for processing camel exchanges
@@ -14,9 +14,9 @@
 This component will let you execute business logic of acceptence test cases 
 in Robot language on which you can pass parameters to feed data via power 
 of Camel Routes, however there is no reverse binding of parameters back where
-you can pass values back into Camel exchange. Therefore, for that reason, it actually
-acts like a template language passing camel exchanges by binding data into the test 
-cases implemented. 
+you can pass values back into Camel exchange. Therefore, for that reason,
+it actually acts like a template language passing camel exchanges by binding
+data into the test cases implemented. 
 
 [source,xml]
 ----