Updates for ROKS
diff --git a/feed.xml b/feed.xml
index ddb7751..9246b0d 100644
--- a/feed.xml
+++ b/feed.xml
@@ -1 +1 @@
-<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="http://0.0.0.0:4321/codewind/feed.xml" rel="self" type="application/atom+xml" /><link href="http://0.0.0.0:4321/codewind/" rel="alternate" type="text/html" /><updated>2019-09-20T14:22:02-05:00</updated><id>http://0.0.0.0:4321/codewind/feed.xml</id><title type="html">Codewind</title><subtitle>Eclipse Codewind</subtitle></feed>
\ No newline at end of file
+<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" ><generator uri="https://jekyllrb.com/" version="3.8.5">Jekyll</generator><link href="http://0.0.0.0:4321/codewind/feed.xml" rel="self" type="application/atom+xml" /><link href="http://0.0.0.0:4321/codewind/" rel="alternate" type="text/html" /><updated>2019-09-24T15:28:50-05:00</updated><id>http://0.0.0.0:4321/codewind/feed.xml</id><title type="html">Codewind</title><subtitle>Eclipse Codewind</subtitle></feed>
\ No newline at end of file
diff --git a/mdt-che-roks.html b/mdt-che-roks.html
index fabc712..4d78b02 100644
--- a/mdt-che-roks.html
+++ b/mdt-che-roks.html
@@ -465,23 +465,23 @@
   <li>Export the folders in the <code class="highlighter-rouge">/etc/exports</code> directory:
     <ul>
       <li>First, retrieve the public IP addresses for your worker nodes.</li>
-      <li>Then, add the following code to the <code class="highlighter-rouge">/etc/exports</code> directory. Repeat for as many worker nodes that you have. Do not use the wildcard to whitelist all IP addresses.
-```
-/nfs/codewind/data worker1-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)
+      <li>Then, add the following code to the <code class="highlighter-rouge">/etc/exports</code> directory. Repeat for as many worker nodes that you have. Do not use the wildcard to whitelist all IP addresses.</li>
+    </ul>
+
+    <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>/nfs/codewind/data worker1-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)
 /nfs/codewind/workspace1 worker1-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)
 /nfs/codewind/workspace2 worker1-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)
 /nfs/codewind/workspace3 worker1-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)
 /nfs/codewind/workspace4 worker1-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)
-/nfs/codewind/workspace5 worker1-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)</li>
-    </ul>
-
-    <p>/nfs/codewind/data worker2-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)
+/nfs/codewind/workspace5 worker1-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)
+   
+/nfs/codewind/data worker2-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)
 /nfs/codewind/workspace1 worker2-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)
 /nfs/codewind/workspace2 worker2-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)
 /nfs/codewind/workspace3 worker2-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)
 /nfs/codewind/workspace4 worker2-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)
 /nfs/codewind/workspace5 worker2-public-ip(rw,sync,no_subtree_check,insecure,no_root_squash)
-```</p>
+</code></pre></div>    </div>
   </li>
   <li>Restart the NFS server:
     <div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>systemctl restart nfs-kernel-server
diff --git a/news04.html b/news04.html
index af916d9..0b25795 100644
--- a/news04.html
+++ b/news04.html
@@ -162,7 +162,7 @@
 
 <h4 id="che">Che</h4>
 <ul>
-  <li>Red Hat OpenStack (RHOS) IBM Cloud Kubernetes Service (IKS) support is available.</li>
+  <li>Red Hat OpenShift on IBM Cloud (ROKS) support is available.</li>
 </ul>
 
 <h4 id="eclipse">Eclipse</h4>
diff --git a/workingwithtemplates.html b/workingwithtemplates.html
index daa5f19..5e82077 100644
--- a/workingwithtemplates.html
+++ b/workingwithtemplates.html
@@ -507,7 +507,7 @@
   <span class="na">localpath</span><span class="pi">:</span> <span class="s">.</span>
 <span class="na">application</span><span class="pi">:</span>
   <span class="c1"># Application's HTTP port</span>
-  <span class="na">port</span><span class="pi">:</span> <span class="s">8000</span>
+  <span class="na">port</span><span class="pi">:</span> <span class="m">8000</span>
   <span class="c1"># The application'  s "root path", default is "/"</span>
   <span class="c1"># Microclimate will ping this endpoint to determine when your app is running</span>
   <span class="na">contextroot</span><span class="pi">:</span> <span class="s">/my-root-endpoint</span>