SMX4-620: Introduction for NMR guide (Thanks to Marcelo Jabali)

git-svn-id: https://svn.apache.org/repos/asf/servicemix/documentation/trunk@1206696 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/src/main/webapp/users-guide/nmr/index.conf b/src/main/webapp/users-guide/nmr/index.conf
index ebac11d..c34b258 100644
--- a/src/main/webapp/users-guide/nmr/index.conf
+++ b/src/main/webapp/users-guide/nmr/index.conf
@@ -1,3 +1,17 @@
 h2. Using the NMR
 
-//TODO: Add some info about the NMR
\ No newline at end of file
+h3. What's the NMR?
+
+The Normalized Message Router (NMR) is a general-purpose message bus used for communication between bundles in the OSGi container.
+It's modeled after the Normalized Message Router (NMR) defined in the Java Business Integration (JBI) specification ([http://www.jcp.org/en/jsr/detail?id=208]).
+
+It can be used to transport XML messages as well as other message body types, optionally augumented with headers and attachments.
+
+h3. Learn more
+
+* TODO: configuration files and options
+* NMR components
+** [Camel NMR|nmr-camel]
+** TODO: CXF NMR
+* [Event Listeneners|nmr-event-listeners]
+* TODO: auditing
\ No newline at end of file
diff --git a/src/main/webapp/users-guide/nmr/toc.ssp b/src/main/webapp/users-guide/nmr/toc.ssp
index aabeec6..8296d6d 100644
--- a/src/main/webapp/users-guide/nmr/toc.ssp
+++ b/src/main/webapp/users-guide/nmr/toc.ssp
@@ -1,10 +1,10 @@
 <ul>
     <li id="nmr">
 
-        <a href="/users-guide/nmr/index.html">Using the NMR</a>
+        <a href="${uri("/users-guide/nmr/index.html")}">Using the NMR   </a>
         <ul>
-            <li id="camel-nmr"><a href="/users-guide/nmr/nmr-camel.html">Camel NMR</a></li>
-            <li id="nmr-event-listeners"><a href="/users-guide/nmr/nmr-event-listeners.html">Event Listeners</a></li>
+            <li id="camel-nmr"><a href="${uri("/users-guide/nmr/nmr-camel.html")}">Camel NMR</a></li>
+            <li id="nmr-event-listeners"><a href="${uri("/users-guide/nmr/nmr-event-listeners.html")}">Event Listeners</a></li>
         </ul>
     </li>
 </ul>
\ No newline at end of file