Publish 0.14.0

Signed-off-by: Sarah Ishida <sishida@us.ibm.com>
diff --git a/.DS_Store b/.DS_Store
index 5008ddf..1ab5b9f 100644
--- a/.DS_Store
+++ b/.DS_Store
Binary files differ
diff --git a/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html b/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html
index 9f35958..b4c268e 100644
--- a/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html
+++ b/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Eclipse Codewind">
+	<meta name="description" content="An overview and demonstration of a microservice that automates some Node.js sub-dependency management pain-points, developed using Eclipse Codewind. Note: I ...">
 	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,7 +134,7 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
             <h1>A new microservice to provide ‘Node.js sub-dependency license insights’</h1>
             <p>30 Oct 2019 - Nik Canvin</p>
@@ -347,6 +358,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html b/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html
index 0c9534a..7d5a8e9 100644
--- a/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html
+++ b/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Eclipse Codewind">
+	<meta name="description" content="This blog focuses on the code to implement a cloud-native serverless Node.js microservice developed using Eclispe Codewind.">
 	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,7 +134,7 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
             <h1>A technical autopsy of a containerized ‘Node.js dependency insights’ microservice application</h1>
             <p>30 Oct 2019 - Nik Canvin</p>
@@ -391,6 +402,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/blog.html b/blog.html
index 66306cc..3587996 100644
--- a/blog.html
+++ b/blog.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -125,9 +136,9 @@
 <!-- BLOG -->
 <div id="background-container">
     <div id="blog-container" class="container-fluid">
-        
+
         <div class="row">
-            
+
             <div class="col-lg-12">
                 
                 
@@ -135,34 +146,26 @@
 
                     <div class="row blog-post-row">
                         <div class="blog-post-column col">
-                            
-                                <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/working-with-private-registries.html" class="blog-post-title-link">Working with Private Registries</a></h2>
-                                    <p class="blog-post-date-mobile d-sm-block d-md-none">May 14, 2020</p>
-                                    <p class="blog-post-paragraph">
-                                        
+
+                                <div class="media">
+                                    <img src="images/blog/author_icon_andrew_mak.jpeg" class="blog-card-image rounded-circle">
+                                    <div class="media-body">
+                                        <h5 class="mt-0">
+                                            <a href="/codewind/working-with-private-registries.html" class="blog-post-title-link">
+                                                Working with Private Registries
+                                            </a>
+                                        </h5>
+                                        <p>
+                                            
                                             Need a specific capability in your application? Chances are there's a code library or package out there that already does the job.
-                                        
-                                    </p>
-
-                                        <div class="row">
-                                            <!-- When the screen resolution goes to a phone size, the author container goes above the
-                                            read more container -->
-                                            <div class ="col-xs-12 col">
-                                            <div class="author-images-container">
-                                                <img src="images/blog/author_icon_andrew_mak.jpeg" class="blog-post-author-image" alt="Blog author picture">
-                                            </div>
-                                            <a class="blog-post-author-name" target="_blank" rel="noopener">Andrew Mak</a>
                                             
-                                            <span class="blog-post-date" title="May 14, 2020">on May 14, 2020</span>
-                                            </div>      
-                                        
-                                            <div class="col-xs-12">
-                                            <div class="read-more-link-container ">
-                                                <a href="/codewind/working-with-private-registries.html" class="read-more-link">Read more</a>
-                                                </div>
-                                            </div>
-                                        </div>
+                                        </p>
+
+                                        <a class="blog-post-author-name" target="_blank" rel="noopener">Andrew Mak</a>
+
+                                        <span class="blog-post-date" title="May 14, 2020">on May 14, 2020</span>
+
+                                    </div>
                                 </div>
                         </div>
                     </div>
@@ -171,34 +174,26 @@
 
                     <div class="row blog-post-row">
                         <div class="blog-post-column col">
-                            
-                                <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/codewind-in-intellij-may.html" class="blog-post-title-link">Codewind in IntelliJ IDEA</a></h2>
-                                    <p class="blog-post-date-mobile d-sm-block d-md-none">May 14, 2020</p>
-                                    <p class="blog-post-paragraph">
-                                        
+
+                                <div class="media">
+                                    <img src="images/blog/author_icon_john_pitman.png" class="blog-card-image rounded-circle">
+                                    <div class="media-body">
+                                        <h5 class="mt-0">
+                                            <a href="/codewind/codewind-in-intellij-may.html" class="blog-post-title-link">
+                                                Codewind in IntelliJ IDEA
+                                            </a>
+                                        </h5>
+                                        <p>
+                                            
                                             Update on support for Codewind in IntelliJ IDEA
-                                        
-                                    </p>
-
-                                        <div class="row">
-                                            <!-- When the screen resolution goes to a phone size, the author container goes above the
-                                            read more container -->
-                                            <div class ="col-xs-12 col">
-                                            <div class="author-images-container">
-                                                <img src="images/blog/author_icon_john_pitman.png" class="blog-post-author-image" alt="Blog author picture">
-                                            </div>
-                                            <a class="blog-post-author-name" target="_blank" rel="noopener">John Pitman</a>
                                             
-                                            <span class="blog-post-date" title="May 14, 2020">on May 14, 2020</span>
-                                            </div>      
-                                        
-                                            <div class="col-xs-12">
-                                            <div class="read-more-link-container ">
-                                                <a href="/codewind/codewind-in-intellij-may.html" class="read-more-link">Read more</a>
-                                                </div>
-                                            </div>
-                                        </div>
+                                        </p>
+
+                                        <a class="blog-post-author-name" target="_blank" rel="noopener">John Pitman</a>
+
+                                        <span class="blog-post-date" title="May 14, 2020">on May 14, 2020</span>
+
+                                    </div>
                                 </div>
                         </div>
                     </div>
@@ -207,34 +202,26 @@
 
                     <div class="row blog-post-row">
                         <div class="blog-post-column col">
-                            
-                                <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/jdk-14-is-coming-but-will-my-java-application-run-on-it.html" class="blog-post-title-link">JDK 14 is now here, but will my Java application run on it?</a></h2>
-                                    <p class="blog-post-date-mobile d-sm-block d-md-none">Mar 18, 2020</p>
-                                    <p class="blog-post-paragraph">
-                                        
+
+                                <div class="media">
+                                    <img src="https://i1.wp.com/softwareengineeringdaily.com/wp-content/uploads/2020/01/Java-Debugging-Tips-881x441.jpg?resize=730%2C389&ssl=1" class="blog-card-image rounded-circle">
+                                    <div class="media-body">
+                                        <h5 class="mt-0">
+                                            <a href="/codewind/jdk-14-is-coming-but-will-my-java-application-run-on-it.html" class="blog-post-title-link">
+                                                JDK 14 is now here, but will my Java application run on it?
+                                            </a>
+                                        </h5>
+                                        <p>
+                                            
                                             Well, ... NO... as it turns out... for my specific application at least, here’s how I tested against JDK14, then found, debugged and fixed an issue in minutes! New versions of the layers in your...
-                                        
-                                    </p>
-
-                                        <div class="row">
-                                            <!-- When the screen resolution goes to a phone size, the author container goes above the
-                                            read more container -->
-                                            <div class ="col-xs-12 col">
-                                            <div class="author-images-container">
-                                                <img src="images/blog/author_icon_nik_canvin.jpg" class="blog-post-author-image" alt="Blog author picture">
-                                            </div>
-                                            <a class="blog-post-author-name" target="_blank" rel="noopener">Nik Canvin</a>
                                             
-                                            <span class="blog-post-date" title="Mar 18, 2020">on Mar 18, 2020</span>
-                                            </div>      
-                                        
-                                            <div class="col-xs-12">
-                                            <div class="read-more-link-container ">
-                                                <a href="/codewind/jdk-14-is-coming-but-will-my-java-application-run-on-it.html" class="read-more-link">Read more</a>
-                                                </div>
-                                            </div>
-                                        </div>
+                                        </p>
+
+                                        <a class="blog-post-author-name" target="_blank" rel="noopener">Nik Canvin</a>
+
+                                        <span class="blog-post-date" title="Mar 18, 2020">on Mar 18, 2020</span>
+
+                                    </div>
                                 </div>
                         </div>
                     </div>
@@ -243,34 +230,26 @@
 
                     <div class="row blog-post-row">
                         <div class="blog-post-column col">
-                            
-                                <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/introducing-eclipse-codewind-on-intellij.html" class="blog-post-title-link">Introducing Eclipse Codewind on IntelliJ</a></h2>
-                                    <p class="blog-post-date-mobile d-sm-block d-md-none">Mar 5, 2020</p>
-                                    <p class="blog-post-paragraph">
-                                        
+
+                                <div class="media">
+                                    <img src="images/blog/author_icon_becca_bau.jpeg" class="blog-card-image rounded-circle">
+                                    <div class="media-body">
+                                        <h5 class="mt-0">
+                                            <a href="/codewind/introducing-eclipse-codewind-on-intellij.html" class="blog-post-title-link">
+                                                Introducing Eclipse Codewind on IntelliJ
+                                            </a>
+                                        </h5>
+                                        <p>
+                                            
                                             We recently announced the tech preview of Eclipse Codewind on the IntelliJ IDE. Many people have asked about IntelliJ, as it is a popular...
-                                        
-                                    </p>
-
-                                        <div class="row">
-                                            <!-- When the screen resolution goes to a phone size, the author container goes above the
-                                            read more container -->
-                                            <div class ="col-xs-12 col">
-                                            <div class="author-images-container">
-                                                <img src="images/blog/author_icon_becca_bau.jpeg" class="blog-post-author-image" alt="Blog author picture">
-                                            </div>
-                                            <a class="blog-post-author-name" target="_blank" rel="noopener">Becca Bau</a>
                                             
-                                            <span class="blog-post-date" title="Mar 5, 2020">on Mar 5, 2020</span>
-                                            </div>      
-                                        
-                                            <div class="col-xs-12">
-                                            <div class="read-more-link-container ">
-                                                <a href="/codewind/introducing-eclipse-codewind-on-intellij.html" class="read-more-link">Read more</a>
-                                                </div>
-                                            </div>
-                                        </div>
+                                        </p>
+
+                                        <a class="blog-post-author-name" target="_blank" rel="noopener">Becca Bau</a>
+
+                                        <span class="blog-post-date" title="Mar 5, 2020">on Mar 5, 2020</span>
+
+                                    </div>
                                 </div>
                         </div>
                     </div>
@@ -279,34 +258,26 @@
 
                     <div class="row blog-post-row">
                         <div class="blog-post-column col">
-                            
-                                <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/sneak-peek-remote-development-with-codewind.html" class="blog-post-title-link">Sneak Peek: Remote Development with Codewind</a></h2>
-                                    <p class="blog-post-date-mobile d-sm-block d-md-none">Dec 19, 2019</p>
-                                    <p class="blog-post-paragraph">
-                                        
+
+                                <div class="media">
+                                    <img src="images/blog/author_icon_becca_bau.jpeg" class="blog-card-image rounded-circle">
+                                    <div class="media-body">
+                                        <h5 class="mt-0">
+                                            <a href="/codewind/sneak-peek-remote-development-with-codewind.html" class="blog-post-title-link">
+                                                Sneak Peek: Remote Development with Codewind
+                                            </a>
+                                        </h5>
+                                        <p>
+                                            
                                             In our Codewind 0.7.0 release, we’re very excited to share with you a preview of our latest feature: a remote development scenario with Codewind! We can hear you asking, “Why should I even care?”...
-                                        
-                                    </p>
-
-                                        <div class="row">
-                                            <!-- When the screen resolution goes to a phone size, the author container goes above the
-                                            read more container -->
-                                            <div class ="col-xs-12 col">
-                                            <div class="author-images-container">
-                                                <img src="images/blog/author_icon_becca_bau.jpeg" class="blog-post-author-image" alt="Blog author picture">
-                                            </div>
-                                            <a class="blog-post-author-name" target="_blank" rel="noopener">Becca Bau</a>
                                             
-                                            <span class="blog-post-date" title="Dec 19, 2019">on Dec 19, 2019</span>
-                                            </div>      
-                                        
-                                            <div class="col-xs-12">
-                                            <div class="read-more-link-container ">
-                                                <a href="/codewind/sneak-peek-remote-development-with-codewind.html" class="read-more-link">Read more</a>
-                                                </div>
-                                            </div>
-                                        </div>
+                                        </p>
+
+                                        <a class="blog-post-author-name" target="_blank" rel="noopener">Becca Bau</a>
+
+                                        <span class="blog-post-date" title="Dec 19, 2019">on Dec 19, 2019</span>
+
+                                    </div>
                                 </div>
                         </div>
                     </div>
@@ -315,34 +286,26 @@
 
                     <div class="row blog-post-row">
                         <div class="blog-post-column col">
-                            
-                                <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/want-to-get-a-microservice-up-and-running-super-quickly-try-codewind.html" class="blog-post-title-link">Want to get a microservice up and running super quickly? Try Codewind.</a></h2>
-                                    <p class="blog-post-date-mobile d-sm-block d-md-none">Dec 10, 2019</p>
-                                    <p class="blog-post-paragraph">
-                                        
+
+                                <div class="media">
+                                    <img src="images/blog/author_icon_melanie_hopper.jpeg" class="blog-card-image rounded-circle">
+                                    <div class="media-body">
+                                        <h5 class="mt-0">
+                                            <a href="/codewind/want-to-get-a-microservice-up-and-running-super-quickly-try-codewind.html" class="blog-post-title-link">
+                                                Want to get a microservice up and running super quickly? Try Codewind.
+                                            </a>
+                                        </h5>
+                                        <p>
+                                            
                                             With Codewind, not only will you be able to choose your microservice from a list of templates, you’ll have a fully integrated container development environment for a smooth inner loop experience.
-                                        
-                                    </p>
-
-                                        <div class="row">
-                                            <!-- When the screen resolution goes to a phone size, the author container goes above the
-                                            read more container -->
-                                            <div class ="col-xs-12 col">
-                                            <div class="author-images-container">
-                                                <img src="images/blog/author_icon_melanie_hopper.jpeg" class="blog-post-author-image" alt="Blog author picture">
-                                            </div>
-                                            <a class="blog-post-author-name" target="_blank" rel="noopener">Dr Melanie Hopper</a>
                                             
-                                            <span class="blog-post-date" title="Dec 10, 2019">on Dec 10, 2019</span>
-                                            </div>      
-                                        
-                                            <div class="col-xs-12">
-                                            <div class="read-more-link-container ">
-                                                <a href="/codewind/want-to-get-a-microservice-up-and-running-super-quickly-try-codewind.html" class="read-more-link">Read more</a>
-                                                </div>
-                                            </div>
-                                        </div>
+                                        </p>
+
+                                        <a class="blog-post-author-name" target="_blank" rel="noopener">Dr Melanie Hopper</a>
+
+                                        <span class="blog-post-date" title="Dec 10, 2019">on Dec 10, 2019</span>
+
+                                    </div>
                                 </div>
                         </div>
                     </div>
@@ -351,34 +314,26 @@
 
                     <div class="row blog-post-row">
                         <div class="blog-post-column col">
-                            
-                                <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/enabling-https-in-your-codewind-application.html" class="blog-post-title-link">Enabling HTTPS in your Codewind Application</a></h2>
-                                    <p class="blog-post-date-mobile d-sm-block d-md-none">Dec 9, 2019</p>
-                                    <p class="blog-post-paragraph">
-                                        
+
+                                <div class="media">
+                                    <img src="images/blog/author_icon_becca_bau.jpeg" class="blog-card-image rounded-circle">
+                                    <div class="media-body">
+                                        <h5 class="mt-0">
+                                            <a href="/codewind/enabling-https-in-your-codewind-application.html" class="blog-post-title-link">
+                                                Enabling HTTPS in your Codewind Application
+                                            </a>
+                                        </h5>
+                                        <p>
+                                            
                                             HTTPS is becoming increasingly common as the internet shifts to an HTTPS-only environment. In an unencrypted HTTP session, data is transferred in clear text, meaning anyone can eavesdrop on your...
-                                        
-                                    </p>
-
-                                        <div class="row">
-                                            <!-- When the screen resolution goes to a phone size, the author container goes above the
-                                            read more container -->
-                                            <div class ="col-xs-12 col">
-                                            <div class="author-images-container">
-                                                <img src="images/blog/author_icon_becca_bau.jpeg" class="blog-post-author-image" alt="Blog author picture">
-                                            </div>
-                                            <a class="blog-post-author-name" target="_blank" rel="noopener">Becca Bau</a>
                                             
-                                            <span class="blog-post-date" title="Dec 9, 2019">on Dec 9, 2019</span>
-                                            </div>      
-                                        
-                                            <div class="col-xs-12">
-                                            <div class="read-more-link-container ">
-                                                <a href="/codewind/enabling-https-in-your-codewind-application.html" class="read-more-link">Read more</a>
-                                                </div>
-                                            </div>
-                                        </div>
+                                        </p>
+
+                                        <a class="blog-post-author-name" target="_blank" rel="noopener">Becca Bau</a>
+
+                                        <span class="blog-post-date" title="Dec 9, 2019">on Dec 9, 2019</span>
+
+                                    </div>
                                 </div>
                         </div>
                     </div>
@@ -387,34 +342,26 @@
 
                     <div class="row blog-post-row">
                         <div class="blog-post-column col">
-                            
-                                <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html" class="blog-post-title-link">Checking Node.js sub-dependencies licenses for usage and redistribution</a></h2>
-                                    <p class="blog-post-date-mobile d-sm-block d-md-none">Oct 30, 2019</p>
-                                    <p class="blog-post-paragraph">
-                                        
+
+                                <div class="media">
+                                    <img src="images/blog/author_icon_nik_canvin.jpg" class="blog-card-image rounded-circle">
+                                    <div class="media-body">
+                                        <h5 class="mt-0">
+                                            <a href="/codewind/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html" class="blog-post-title-link">
+                                                Checking Node.js sub-dependencies licenses for usage and redistribution
+                                            </a>
+                                        </h5>
+                                        <p>
+                                            
                                             Reusing Node.js modules from NPM is technically easy, but understanding the commercial legal usage and redistribution implications can be a ‘black art’.
-                                        
-                                    </p>
-
-                                        <div class="row">
-                                            <!-- When the screen resolution goes to a phone size, the author container goes above the
-                                            read more container -->
-                                            <div class ="col-xs-12 col">
-                                            <div class="author-images-container">
-                                                <img src="images/blog/author_icon_nik_canvin.jpg" class="blog-post-author-image" alt="Blog author picture">
-                                            </div>
-                                            <a class="blog-post-author-name" target="_blank" rel="noopener">Nik Canvin</a>
                                             
-                                            <span class="blog-post-date" title="Oct 30, 2019">on Oct 30, 2019</span>
-                                            </div>      
-                                        
-                                            <div class="col-xs-12">
-                                            <div class="read-more-link-container ">
-                                                <a href="/codewind/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html" class="read-more-link">Read more</a>
-                                                </div>
-                                            </div>
-                                        </div>
+                                        </p>
+
+                                        <a class="blog-post-author-name" target="_blank" rel="noopener">Nik Canvin</a>
+
+                                        <span class="blog-post-date" title="Oct 30, 2019">on Oct 30, 2019</span>
+
+                                    </div>
                                 </div>
                         </div>
                     </div>
@@ -423,34 +370,26 @@
 
                     <div class="row blog-post-row">
                         <div class="blog-post-column col">
-                            
-                                <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html" class="blog-post-title-link">A technical autopsy of a containerized ‘Node.js dependency insights’ microservice application</a></h2>
-                                    <p class="blog-post-date-mobile d-sm-block d-md-none">Oct 30, 2019</p>
-                                    <p class="blog-post-paragraph">
-                                        
+
+                                <div class="media">
+                                    <img src="images/blog/author_icon_nik_canvin.jpg" class="blog-card-image rounded-circle">
+                                    <div class="media-body">
+                                        <h5 class="mt-0">
+                                            <a href="/codewind/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html" class="blog-post-title-link">
+                                                A technical autopsy of a containerized ‘Node.js dependency insights’ microservice application
+                                            </a>
+                                        </h5>
+                                        <p>
+                                            
                                             This blog focuses on the code to implement a cloud-native serverless Node.js microservice developed using Eclispe Codewind.
-                                        
-                                    </p>
-
-                                        <div class="row">
-                                            <!-- When the screen resolution goes to a phone size, the author container goes above the
-                                            read more container -->
-                                            <div class ="col-xs-12 col">
-                                            <div class="author-images-container">
-                                                <img src="images/blog/author_icon_nik_canvin.jpg" class="blog-post-author-image" alt="Blog author picture">
-                                            </div>
-                                            <a class="blog-post-author-name" target="_blank" rel="noopener">Nik Canvin</a>
                                             
-                                            <span class="blog-post-date" title="Oct 30, 2019">on Oct 30, 2019</span>
-                                            </div>      
-                                        
-                                            <div class="col-xs-12">
-                                            <div class="read-more-link-container ">
-                                                <a href="/codewind/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html" class="read-more-link">Read more</a>
-                                                </div>
-                                            </div>
-                                        </div>
+                                        </p>
+
+                                        <a class="blog-post-author-name" target="_blank" rel="noopener">Nik Canvin</a>
+
+                                        <span class="blog-post-date" title="Oct 30, 2019">on Oct 30, 2019</span>
+
+                                    </div>
                                 </div>
                         </div>
                     </div>
@@ -459,34 +398,26 @@
 
                     <div class="row blog-post-row">
                         <div class="blog-post-column col">
-                            
-                                <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html" class="blog-post-title-link">A new microservice to provide ‘Node.js sub-dependency license insights’</a></h2>
-                                    <p class="blog-post-date-mobile d-sm-block d-md-none">Oct 30, 2019</p>
-                                    <p class="blog-post-paragraph">
-                                        
+
+                                <div class="media">
+                                    <img src="images/blog/author_icon_nik_canvin.jpg" class="blog-card-image rounded-circle">
+                                    <div class="media-body">
+                                        <h5 class="mt-0">
+                                            <a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html" class="blog-post-title-link">
+                                                A new microservice to provide ‘Node.js sub-dependency license insights’
+                                            </a>
+                                        </h5>
+                                        <p>
+                                            
                                             An overview and demonstration of a microservice that automates some Node.js sub-dependency management pain-points, developed using Eclipse Codewind. Note: I covered the pain points and manual...
-                                        
-                                    </p>
-
-                                        <div class="row">
-                                            <!-- When the screen resolution goes to a phone size, the author container goes above the
-                                            read more container -->
-                                            <div class ="col-xs-12 col">
-                                            <div class="author-images-container">
-                                                <img src="images/blog/author_icon_nik_canvin.jpg" class="blog-post-author-image" alt="Blog author picture">
-                                            </div>
-                                            <a class="blog-post-author-name" target="_blank" rel="noopener">Nik Canvin</a>
                                             
-                                            <span class="blog-post-date" title="Oct 30, 2019">on Oct 30, 2019</span>
-                                            </div>      
-                                        
-                                            <div class="col-xs-12">
-                                            <div class="read-more-link-container ">
-                                                <a href="/codewind/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html" class="read-more-link">Read more</a>
-                                                </div>
-                                            </div>
-                                        </div>
+                                        </p>
+
+                                        <a class="blog-post-author-name" target="_blank" rel="noopener">Nik Canvin</a>
+
+                                        <span class="blog-post-date" title="Oct 30, 2019">on Oct 30, 2019</span>
+
+                                    </div>
                                 </div>
                         </div>
                     </div>
@@ -495,34 +426,26 @@
 
                     <div class="row blog-post-row">
                         <div class="blog-post-column col">
-                            
-                                <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/my-first-cloud-native-node-js-microservice-from-nothing-to-running-immediately.html" class="blog-post-title-link">My first cloud-native Node.js microservice, from nothing to running, immediately</a></h2>
-                                    <p class="blog-post-date-mobile d-sm-block d-md-none">Oct 18, 2019</p>
-                                    <p class="blog-post-paragraph">
-                                        
+
+                                <div class="media">
+                                    <img src="images/blog/author_icon_nik_canvin.jpg" class="blog-card-image rounded-circle">
+                                    <div class="media-body">
+                                        <h5 class="mt-0">
+                                            <a href="/codewind/my-first-cloud-native-node-js-microservice-from-nothing-to-running-immediately.html" class="blog-post-title-link">
+                                                My first cloud-native Node.js microservice, from nothing to running, immediately
+                                            </a>
+                                        </h5>
+                                        <p>
+                                            
                                             Having read about the virtues of 12-factor Apps, I knew I wanted to develop a new microservice — something that would handle one task really well and be easy to deploy to any cloud, but did not have...
-                                        
-                                    </p>
-
-                                        <div class="row">
-                                            <!-- When the screen resolution goes to a phone size, the author container goes above the
-                                            read more container -->
-                                            <div class ="col-xs-12 col">
-                                            <div class="author-images-container">
-                                                <img src="images/blog/author_icon_nik_canvin.jpg" class="blog-post-author-image" alt="Blog author picture">
-                                            </div>
-                                            <a class="blog-post-author-name" target="_blank" rel="noopener">Nik Canvin</a>
                                             
-                                            <span class="blog-post-date" title="Oct 18, 2019">on Oct 18, 2019</span>
-                                            </div>      
-                                        
-                                            <div class="col-xs-12">
-                                            <div class="read-more-link-container ">
-                                                <a href="/codewind/my-first-cloud-native-node-js-microservice-from-nothing-to-running-immediately.html" class="read-more-link">Read more</a>
-                                                </div>
-                                            </div>
-                                        </div>
+                                        </p>
+
+                                        <a class="blog-post-author-name" target="_blank" rel="noopener">Nik Canvin</a>
+
+                                        <span class="blog-post-date" title="Oct 18, 2019">on Oct 18, 2019</span>
+
+                                    </div>
                                 </div>
                         </div>
                     </div>
@@ -531,34 +454,26 @@
 
                     <div class="row blog-post-row">
                         <div class="blog-post-column col">
-                            
-                                <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/great-conversations-about-the-kabanero-io.html" class="blog-post-title-link">Great conversations about the Kabanero.io microservice end-to-end develop/deploy experience at ThinkLondon 2019.</a></h2>
-                                    <p class="blog-post-date-mobile d-sm-block d-md-none">Oct 18, 2019</p>
-                                    <p class="blog-post-paragraph">
-                                        
+
+                                <div class="media">
+                                    <img src="images/blog/author_icon_nik_canvin.jpg" class="blog-card-image rounded-circle">
+                                    <div class="media-body">
+                                        <h5 class="mt-0">
+                                            <a href="/codewind/great-conversations-about-the-kabanero-io.html" class="blog-post-title-link">
+                                                Great conversations about the Kabanero.io microservice end-to-end develop/deploy experience at ThinkLondon 2019.
+                                            </a>
+                                        </h5>
+                                        <p>
+                                            
                                             Developers and CTOs alike, shared both enthusiasm and validation for the microservice develop-deploy stories in Kabanero.io at IBM’s ThinkLondon summit yesterday...
-                                        
-                                    </p>
-
-                                        <div class="row">
-                                            <!-- When the screen resolution goes to a phone size, the author container goes above the
-                                            read more container -->
-                                            <div class ="col-xs-12 col">
-                                            <div class="author-images-container">
-                                                <img src="images/blog/author_icon_nik_canvin.jpg" class="blog-post-author-image" alt="Blog author picture">
-                                            </div>
-                                            <a class="blog-post-author-name" target="_blank" rel="noopener">Nik Canvin</a>
                                             
-                                            <span class="blog-post-date" title="Oct 18, 2019">on Oct 18, 2019</span>
-                                            </div>      
-                                        
-                                            <div class="col-xs-12">
-                                            <div class="read-more-link-container ">
-                                                <a href="/codewind/great-conversations-about-the-kabanero-io.html" class="read-more-link">Read more</a>
-                                                </div>
-                                            </div>
-                                        </div>
+                                        </p>
+
+                                        <a class="blog-post-author-name" target="_blank" rel="noopener">Nik Canvin</a>
+
+                                        <span class="blog-post-date" title="Oct 18, 2019">on Oct 18, 2019</span>
+
+                                    </div>
                                 </div>
                         </div>
                     </div>
@@ -567,42 +482,34 @@
 
                     <div class="row blog-post-row">
                         <div class="blog-post-column col">
-                            
-                                <div class="blog-post-content blog-content">
-                                    <h2 class="blog-post-title"><a href="/codewind/introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster.html" class="blog-post-title-link">Introduction to Eclipse Codewind: Build high-quality cloud-native applications faster</a></h2>
-                                    <p class="blog-post-date-mobile d-sm-block d-md-none">Aug 21, 2019</p>
-                                    <p class="blog-post-paragraph">
-                                        
-                                            Eclipse Codewind is an open source project that makes it easier for developers to create cloud-native applications within their favorite IDE. Codewind initially supports Visual Studio Code, Eclipse...
-                                        
-                                    </p>
 
-                                        <div class="row">
-                                            <!-- When the screen resolution goes to a phone size, the author container goes above the
-                                            read more container -->
-                                            <div class ="col-xs-12 col">
-                                            <div class="author-images-container">
-                                                <img src="images/blog/author_icon_andy_watson.jpeg" class="blog-post-author-image" alt="Blog author picture">
-                                            </div>
-                                            <a class="blog-post-author-name" target="_blank" rel="noopener">Andy Watson</a>
+                                <div class="media">
+                                    <img src="images/blog/author_icon_andy_watson.jpeg" class="blog-card-image rounded-circle">
+                                    <div class="media-body">
+                                        <h5 class="mt-0">
+                                            <a href="/codewind/introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster.html" class="blog-post-title-link">
+                                                Introduction to Eclipse Codewind: Build high-quality cloud-native applications faster
+                                            </a>
+                                        </h5>
+                                        <p>
                                             
-                                            <span class="blog-post-date" title="Aug 21, 2019">on Aug 21, 2019</span>
-                                            </div>      
-                                        
-                                            <div class="col-xs-12">
-                                            <div class="read-more-link-container ">
-                                                <a href="/codewind/introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster.html" class="read-more-link">Read more</a>
-                                                </div>
-                                            </div>
-                                        </div>
+                                            Eclipse Codewind is an open source project that makes it easier for developers to create cloud-native applications within their favorite IDE. Codewind initially supports Visual Studio Code, Eclipse...
+                                            
+                                        </p>
+
+                                        <a class="blog-post-author-name" target="_blank" rel="noopener">Andy Watson</a>
+
+                                        <span class="blog-post-date" title="Aug 21, 2019">on Aug 21, 2019</span>
+
+                                    </div>
                                 </div>
                         </div>
                     </div>
                     
                 
-                
+
             </div>
-            
+
         </div>
     </div>
 </div>
@@ -778,6 +685,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/che-codechange.html b/che-codechange.html
index 623561d..5a95318 100644
--- a/che-codechange.html
+++ b/che-codechange.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="making-a-code-change-with-codewind-for-eclipse-che">Making a code change with Codewind for Eclipse Che</h1>
 <ol>
   <li>From the Explorer Projects view, find the project you want to edit and open the file you want to change.</li>
@@ -585,7 +655,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Apr 22, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -761,6 +831,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/che-createcodewindworkspace.html b/che-createcodewindworkspace.html
index 8ab1df1..bde3c2d 100644
--- a/che-createcodewindworkspace.html
+++ b/che-createcodewindworkspace.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="creating-a-codewind-workspace-in-che">Creating a Codewind workspace in Che</h1>
 <p>Use Codewind with Che workspaces to develop your application in a single location.</p>
 
@@ -598,7 +668,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Jun 03, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -774,6 +844,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/che-createfirstproject.html b/che-createfirstproject.html
index 5fe3281..c002a80 100644
--- a/che-createfirstproject.html
+++ b/che-createfirstproject.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="creating-your-first-codewind-project-with-codewind-for-eclipse-che">Creating your first Codewind project with Codewind for Eclipse Che</h1>
 
 <p><strong>Note:</strong> If you already have projects in your Che workspace, such as from your devfile, add them to Codewind with the <strong>Add Existing Project</strong> command instead of the <strong>Create New Project</strong> command.</p>
@@ -615,7 +685,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Apr 22, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -791,6 +861,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/che-installinfo.html b/che-installinfo.html
index 2380669..b6e851a 100644
--- a/che-installinfo.html
+++ b/che-installinfo.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="installing-codewind-for-eclipse-che">Installing Codewind for Eclipse Che</h1>
 
 <p>Codewind is supported on Eclipse Che, removing the need to install an IDE on your local machine to develop your microservices.</p>
@@ -642,7 +712,7 @@
 
 <ol>
   <li>
-    <p>Install the <code class="highlighter-rouge">chectl</code> CLI tool. See <a href="https://www.eclipse.org/che/docs/che-7/installing-the-chectl-management-tool/">Installing the chectl management tool</a>.</p>
+    <p>Install the <code class="highlighter-rouge">chectl</code> CLI tool. See <a href="https://www.eclipse.org/che/docs/che-7/using-the-chectl-management-tool/">Using the chectl management tool</a>.</p>
   </li>
   <li>
     <p>Download the <a href="https://raw.githubusercontent.com/eclipse/codewind-che-plugin/0.13.0/setup/install_che/che-operator/codewind-checluster.yaml">codewind-checluster.yaml</a> file.</p>
@@ -664,9 +734,6 @@
 <p>Set up Eclipse Che with TLS certificates.</p>
 
 <ol>
-  <li>
-    <p>Create the <code class="highlighter-rouge">che</code> namespace if it doesn’t already exist: <code class="highlighter-rouge">kubectl create namespace che</code>.</p>
-  </li>
   <li>Set the <code class="highlighter-rouge">spec.server.ingressDomain</code> field in the Che <code class="highlighter-rouge">.yaml</code> file to the Ingress domain. If you’re unsure of your Ingress domain, ask your cluster administrator.
     <ul>
       <li><strong>Note:</strong> You can modify this file, but leave the <code class="highlighter-rouge">spec.server.cheWorkspaceClusterRole</code> field set to <code class="highlighter-rouge">eclipse-codewind</code> and the <code class="highlighter-rouge">spec.storage.preCreateSubPaths</code> field set to <code class="highlighter-rouge">true</code>.</li>
@@ -706,7 +773,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Jun 19, 2020
+            Last update: Jul 01, 2020
         </div>
 
     </div>
@@ -882,6 +949,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/che-odo-support.html b/che-odo-support.html
index 2fbf8ff..da4e415 100644
--- a/che-odo-support.html
+++ b/che-odo-support.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="openshift-do-odo-support-in-codewind">OpenShift Do (odo) support in Codewind</h1>
 
 <p>The Codewind odo extension supports <a href="https://github.com/openshift/odo">OpenShift Do (odo)</a>. You can use the extension to efficiently write, build, and deploy components on an OpenShift or OKD cluster.</p>
@@ -636,7 +706,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 27, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -812,6 +882,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/che-setupregistries.html b/che-setupregistries.html
index f01d12b..01bb98d 100644
--- a/che-setupregistries.html
+++ b/che-setupregistries.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,318 +583,100 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
-            <div role="main"><h1 id="adding-image-registries-in-codewind-in-che">Adding image registries in Codewind in Che</h1>
+            <div role="main"><h1 id="about-image-registries">About image registries</h1>
+
+<p>An image registry is an online service that stores Docker images. Docker images are either images that you build yourself, or images from third parties that you want to consume, for example, a base image of Node.js or a base image of Java. The image registry is also the place where Kubernetes and OpenShift download from when they deploy the application for ongoing development or testing within each of those environments.</p>
+
+<p>Some registries are protected and limit access to authenticated users only. You might use one or multiple image registries each having different credentials. In the following section we’ll discuss when you’ll need a registry configured within Codewind, and how to store your credentials for use when the registry has been secured.</p>
+
+<h2 id="when-you-need-to-define-an-image-registry">When you need to define an image registry</h2>
+<p>You need to enter configuration details for the image registry for any of the following conditions:</p>
+<ul>
+  <li>Building a project with a Dockerfile that pulls from a protected image registry that requires authentication.</li>
+  <li>Working with Appsody projects that pull stack images from a protected image registry that requires authentication.</li>
+  <li>When you are using Codewind remotely</li>
+  <li>When you are using Che to build Codewind style projects</li>
+</ul>
+
+<h3 id="determining-whether-you-need-an-image-registry-for-che">Determining whether you need an image registry for Che</h3>
+<p>You need an image registry for Che if:</p>
+<ul>
+  <li>You are developing Codewind style projects.</li>
+  <li>When developing Appsody style projects, the image registry for the Appsody stack requires credentials.</li>
+</ul>
+
+<p>If you do not develop any Codewind style projects, and you use an image registry that does not require credentials, you do not need to specify an image registry.</p>
+
+<h2 id="adding-your-first-image-registry-entry-to-codewind">Adding your first image registry entry to Codewind</h2>
+<p>Adding an image registry and connection details is done using your IDE (local/remote) or by way of the Che IDE when running in Che.</p>
 
 <p>Ensure you have completed the <a href="./che-installinfo.html#prerequisites">prerequisites to installing Codewind on Eclipse Che</a>.</p>
 
 <p><strong>Note:</strong> If you completed the <a href="./che-installinfo.html#installing-che-to-use-with-codewind">Codewind for Eclipse Che prerequisites and installation steps</a> for Kubernetes, then you have installed Eclipse Che with self-signed certificates. To proceed, you must either select ‘accept the certificates’ in your browser or add the certificates to your browser. Ask your cluster administrator for further information. <strong>Caution:</strong> do not use self-signed certificates in production</p>
 
-<h2 id="prerequisite-determining-if-you-need-an-image-registry">Prerequisite: Determining if you need an image registry</h2>
-<p>1. First, determine whether you need to add an image registry. The following scenarios in Codewind require you to specify which image registry is in use:</p>
-<ul>
-  <li>In the following scenario, configure Codewind with an image registry to push the application image to that specific image registry:
-    <ul>
-      <li>Run Codewind on a remote Kubernetes cluster, including Che, to develop a Codewind style project.</li>
-    </ul>
-  </li>
-  <li>In the following scenario, configure Codewind to use the credentials for a specific image registry:
-    <ul>
-      <li>Run Codewind on a remote Kubernetes cluster, including Che, to develop an Appsody style project.</li>
-      <li>The image registry for the Appsody stack requires credentials.</li>
-    </ul>
-  </li>
-  <li>In the following scenario, from the command line, enter the <code class="highlighter-rouge">docker login</code> command in the registry before you create the Appsody project:
-    <ul>
-      <li>Run Codewind locally to develop an Appsody style project.</li>
-      <li>The image registry for the Appsody stack requires credentials. 
-If you do not develop any Codewind style projects, and you use an image registry that does not require credentials, you do not need to specify an image registry.
-2. If you do need to add an image registry, start and run Che.</li>
-    </ul>
-  </li>
-</ul>
-
-<h2 id="adding-an-image-registry-in-codewind">Adding an image registry in Codewind</h2>
+<h2 id="adding-image-registries-in-codewind-in-che">Adding image registries in Codewind in Che</h2>
 <p>After Che is started and running, add the image registry to be used with Codewind.</p>
 <ol>
   <li>From the Codewind Project Explorer view, right-click <strong>Projects</strong> and select <strong>Image Registry Manager</strong>.</li>
@@ -668,12 +739,12 @@
 
 <h2 id="next-step">Next step:</h2>
 
-<p><strong>Getting started with Codewind for Eclipse Che</strong> Continue to instructions for <a href="che-createcodewindworkspace.html">creating a Codewind workspace in Che</a></p>
+<p><strong>Getting started with Codewind for Eclipse Che</strong> Continue to instructions for <a href="che-createcodewindworkspace.html">creating a Codewind workspace in Che</a>.</p>
 </div>
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Jun 02, 2020
+            Last update: Jul 02, 2020
         </div>
 
     </div>
@@ -849,6 +920,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/che-tektonpipelines.html b/che-tektonpipelines.html
index a04c623..78412c1 100644
--- a/che-tektonpipelines.html
+++ b/che-tektonpipelines.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="configuring-codewind-for-tekton-pipelines">Configuring Codewind for Tekton pipelines</h1>
 
 <p>If you want to use existing Tekton installations with Codewind, from your command line, enter the following commands:</p>
@@ -591,7 +661,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Feb 27, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -767,6 +837,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/che-uninstall.html b/che-uninstall.html
index 5fd0345..025cfb4 100644
--- a/che-uninstall.html
+++ b/che-uninstall.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="How to uninstall Codewind from Eclipse Che">
+	<meta name="description" content="How to uninstall Codewind from Eclipse Che. Uninstalling Codewind comprises two steps. First, uninstall Codewind. Then, proceed to uninstall Che.">
 	<meta name="keywords" content="uninstall, remove, delete, tools, eclipse, uninstalling Codewind for Eclipse Che, restart Eclipse"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,299 +583,80 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="uninstalling-codewind-for-eclipse-che">Uninstalling Codewind for Eclipse Che</h1>
 
 <p>To uninstall Codewind for Eclipse Che, follow these instructions:</p>
 
-<h2 id="uninstall-codewind">Uninstall Codewind</h2>
+<h2 id="1-uninstall-codewind">1. Uninstall Codewind</h2>
 <ol>
   <li>Navigate to the <code class="highlighter-rouge">Che</code> dashboard, and select the workspace where Che is running.</li>
   <li>Click the <strong>Stop</strong> button to stop the workspace.</li>
   <li>Click the <strong>Delete</strong> button to delete it.</li>
 </ol>
 
-<h2 id="uninstall-che">Uninstall Che</h2>
+<h2 id="2-uninstall-che">2. Uninstall Che</h2>
 <ol>
   <li>Ensure that you have an active Kube context to the cluster where Che is running.</li>
   <li>Run the following command: <code class="highlighter-rouge">chectl server:delete</code></li>
@@ -595,7 +665,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Feb 27, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -771,6 +841,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html b/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html
index 5c4f66c..1a14b5b 100644
--- a/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html
+++ b/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Eclipse Codewind">
+	<meta name="description" content="Reusing Node.js modules from NPM is technically easy, but understanding the commercial legal usage and redistribution implications can be a ‘black art’.">
 	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,7 +134,7 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
             <h1>Checking Node.js sub-dependencies licenses for usage and redistribution</h1>
             <p>30 Oct 2019 - Nik Canvin</p>
@@ -365,6 +376,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/checkingstatuses.html b/checkingstatuses.html
index 6e04ec1..0f05e17 100644
--- a/checkingstatuses.html
+++ b/checkingstatuses.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="understanding-application-and-build-statuses">Understanding application and build statuses</h1>
 
 <p>Builds automatically begin when Codewind detects changes or when you initiate a build by clicking the <strong>Build</strong> button on a project.</p>
@@ -614,7 +684,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Apr 07, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -790,6 +860,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/codewind-crw-quick-guide.html b/codewind-crw-quick-guide.html
index 274bf1f..5d9eb6d 100644
--- a/codewind-crw-quick-guide.html
+++ b/codewind-crw-quick-guide.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,10 +134,12 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
+            
             <h1>Getting Started with Codewind in CodeReady Workspaces</h1>
-            <p>12 Jun 2020</p>
+            <!--<p>09 Jul 2020</p>-->
+            <p>Use CodeReady Workspaces to develop cloud-native applications from an OpenShift cluster.</p>
             <h2>Objectives</h2>
             <ul>
                 
@@ -138,7 +151,12 @@
                     Create a Codewind workspace within CodeReady Workspaces.
                 </li>
                 
+                <li>
+                    Develop a simple microservice with the Codewind workspace.
+                </li>
+                
             </ul>
+            
             <div role="main"><h2 id="overview">Overview</h2>
 <p>Use Eclipse Codewind to develop microservice applications from application stacks in an integrated developer environment (IDE). CodeReady Workspaces provides a containerized IDE for cloud-native application development on an OpenShift cluster.</p>
 
@@ -254,12 +272,137 @@
 
 <p>6. Click <strong>Create &amp; Open</strong>.</p>
 
+<h3 id="configuring-codewind-to-use-application-stacks">Configuring Codewind to use application stacks</h3>
+<p>Configure Codewind to use Appsody templates so you can focus exclusively on your code. Complete the following steps to select the Appsody templates:</p>
+
+<ol>
+  <li>Select <strong>Codewind</strong>.</li>
+  <li>Right-click <strong>Projects</strong>.</li>
+  <li>Select <strong>Template Source Manager</strong>.</li>
+  <li>Enable <strong>Appsody Stacks - incubator</strong> and <strong>Default templates</strong>.</li>
+</ol>
+
+<p>After you configured Codewind to use Appsody templates, continue to develop your microservice within Codewind.</p>
+
+<h3 id="creating-an-appsody-project">Creating an Appsody project</h3>
+<p>Throughout the application lifestyle, Appsody helps you develop containerized applications and maximize containers curated for your usage.</p>
+
+<ol>
+  <li>Under the Explorer pane, select <strong>Codewind</strong>.</li>
+  <li>Expand <strong>Codewind</strong> by clicking the drop-down arrow.</li>
+  <li>Hover over the <strong>Projects</strong> entry underneath Codewind in the Explorer pane, and press the <strong>+</strong> icon to create a project.
+    <ul>
+      <li><strong>Note:</strong> Make sure that Docker is running. Otherwise, you get an error.</li>
+    </ul>
+  </li>
+  <li>Choose the <strong>Appsody Open Liberty default template (Appsody Stacks - incubator)</strong>.</li>
+  <li>Name your project <strong>appsody-calculator</strong>.
+    <ul>
+      <li>If you don’t see Appsody templates, find and select <strong>Template Source Manager</strong> and enable <strong>Appsody Stacks - incubator</strong>.</li>
+      <li>The templates are refreshed, and the Appsody templates are available.</li>
+    </ul>
+  </li>
+  <li>Press <strong>Enter</strong>.
+    <ul>
+      <li>To monitor your project’s progress, right-click your project, and select <strong>Show all logs</strong>. Then, an <strong>Output</strong> tab is displayed where you see your project’s build logs.</li>
+    </ul>
+  </li>
+</ol>
+
+<p>Your project is complete when you see that your application status is running and your build status is successful.</p>
+
+<h3 id="accessing-the-application-endpoint-in-a-browser">Accessing the application endpoint in a browser</h3>
+<ol>
+  <li>Return to your project under the <strong>Explorer</strong> pane.</li>
+  <li>Select the Open App icon next to your project’s name, or right-click your project and select <strong>Open App</strong>.</li>
+</ol>
+
+<p>Your application is now opened in a browser, showing the welcome to your Appsody microservice page.</p>
+
+<h3 id="adding-a-rest-service-to-your-application">Adding a REST service to your application</h3>
+<ol>
+  <li>Go to your project’s workspace under the <strong>Explorer</strong> pane.</li>
+  <li>Go to <code class="highlighter-rouge">src</code>&gt;<code class="highlighter-rouge">main</code>&gt;<code class="highlighter-rouge">java</code>&gt;<code class="highlighter-rouge">dev</code>&gt;<code class="highlighter-rouge">appsody</code>&gt;<code class="highlighter-rouge">starter</code>.</li>
+  <li>Right-click <strong>starter</strong> and select <strong>New File</strong>.</li>
+  <li>Create a file, name it <code class="highlighter-rouge">Calculator.java</code>, and press <strong>Enter</strong>. This file is your JAX-RS resource.</li>
+  <li>Before you input any code, make sure that the file is empty.</li>
+  <li>Populate the file with the following code and then <strong>save</strong> the file:</li>
+</ol>
+
+<div class="language-java highlighter-rouge"><div class="highlight"><pre class="highlight"><code><span class="kn">package</span> <span class="n">dev</span><span class="o">.</span><span class="na">appsody</span><span class="o">.</span><span class="na">starter</span><span class="o">;</span>
+
+<span class="kn">import</span> <span class="nn">javax.ws.rs.core.Application</span><span class="o">;</span>
+<span class="kn">import</span> <span class="nn">javax.ws.rs.GET</span><span class="o">;</span>
+<span class="kn">import</span> <span class="nn">javax.ws.rs.Path</span><span class="o">;</span>
+<span class="kn">import</span> <span class="nn">javax.ws.rs.Produces</span><span class="o">;</span>
+<span class="kn">import</span> <span class="nn">javax.ws.rs.core.MediaType</span><span class="o">;</span>
+<span class="kn">import</span> <span class="nn">javax.ws.rs.core.Response</span><span class="o">;</span>
+
+<span class="kn">import</span> <span class="nn">javax.ws.rs.PathParam</span><span class="o">;</span>
+
+<span class="nd">@Path</span><span class="o">(</span><span class="s">"/calculator"</span><span class="o">)</span>
+<span class="kd">public</span> <span class="kd">class</span> <span class="nc">Calculator</span> <span class="kd">extends</span> <span class="nc">Application</span> <span class="o">{</span>
+
+    <span class="nd">@GET</span>
+    <span class="nd">@Path</span><span class="o">(</span><span class="s">"/aboutme"</span><span class="o">)</span>
+    <span class="nd">@Produces</span><span class="o">(</span><span class="nc">MediaType</span><span class="o">.</span><span class="na">TEXT_PLAIN</span><span class="o">)</span>
+    <span class="kd">public</span> <span class="nc">String</span> <span class="nf">aboutme</span><span class="o">()</span> <span class="o">{</span>
+        <span class="k">return</span> <span class="s">"You can add (+), subtract (-), and multiply (*) with this simple calculator."</span><span class="o">;</span>
+    <span class="o">}</span>
+
+    <span class="nd">@GET</span>
+    <span class="nd">@Path</span><span class="o">(</span><span class="s">"/{op}/{a}/{b}"</span><span class="o">)</span>
+    <span class="nd">@Produces</span><span class="o">(</span><span class="nc">MediaType</span><span class="o">.</span><span class="na">TEXT_PLAIN</span><span class="o">)</span>
+    <span class="kd">public</span> <span class="nc">Response</span> <span class="nf">calculate</span><span class="o">(</span><span class="nd">@PathParam</span><span class="o">(</span><span class="s">"op"</span><span class="o">)</span> <span class="nc">String</span> <span class="n">op</span><span class="o">,</span> <span class="nd">@PathParam</span><span class="o">(</span><span class="s">"a"</span><span class="o">)</span> <span class="nc">String</span> <span class="n">a</span><span class="o">,</span> <span class="nd">@PathParam</span><span class="o">(</span><span class="s">"b"</span><span class="o">)</span> <span class="nc">String</span> <span class="n">b</span><span class="o">)</span> <span class="o">{</span>
+        <span class="kt">int</span> <span class="n">numA</span> <span class="o">=</span> <span class="nc">Integer</span><span class="o">.</span><span class="na">parseInt</span><span class="o">(</span><span class="n">a</span><span class="o">);</span>
+        <span class="kt">int</span> <span class="n">numB</span> <span class="o">=</span> <span class="nc">Integer</span><span class="o">.</span><span class="na">parseInt</span><span class="o">(</span><span class="n">b</span><span class="o">);</span>
+
+        <span class="k">switch</span> <span class="o">(</span><span class="n">op</span><span class="o">)</span> <span class="o">{</span>
+            <span class="k">case</span> <span class="s">"+"</span><span class="o">:</span>
+                <span class="k">return</span> <span class="nc">Response</span><span class="o">.</span><span class="na">ok</span><span class="o">(</span><span class="n">a</span> <span class="o">+</span> <span class="s">"+"</span> <span class="o">+</span> <span class="n">b</span> <span class="o">+</span> <span class="s">"="</span> <span class="o">+</span> <span class="o">(</span><span class="nc">Integer</span><span class="o">.</span><span class="na">toString</span><span class="o">((</span><span class="n">numA</span> <span class="o">+</span> <span class="n">numB</span><span class="o">)))).</span><span class="na">build</span><span class="o">();</span>
+
+            <span class="k">case</span> <span class="s">"-"</span><span class="o">:</span>
+                <span class="k">return</span> <span class="nc">Response</span><span class="o">.</span><span class="na">ok</span><span class="o">(</span><span class="n">a</span> <span class="o">+</span> <span class="s">"-"</span> <span class="o">+</span> <span class="n">b</span> <span class="o">+</span> <span class="s">"="</span> <span class="o">+</span> <span class="o">(</span><span class="nc">Integer</span><span class="o">.</span><span class="na">toString</span><span class="o">((</span><span class="n">numA</span> <span class="o">-</span> <span class="n">numB</span><span class="o">)))).</span><span class="na">build</span><span class="o">();</span>
+
+            <span class="k">case</span> <span class="s">"*"</span><span class="o">:</span>
+                <span class="k">return</span> <span class="nc">Response</span><span class="o">.</span><span class="na">ok</span><span class="o">(</span><span class="n">a</span> <span class="o">+</span> <span class="s">"*"</span> <span class="o">+</span> <span class="n">b</span> <span class="o">+</span> <span class="s">"="</span> <span class="o">+</span> <span class="o">(</span><span class="nc">Integer</span><span class="o">.</span><span class="na">toString</span><span class="o">((</span><span class="n">numA</span> <span class="o">*</span> <span class="n">numB</span><span class="o">)))).</span><span class="na">build</span><span class="o">();</span>
+
+            <span class="k">default</span><span class="o">:</span>
+                <span class="k">return</span> <span class="nc">Response</span><span class="o">.</span><span class="na">ok</span><span class="o">(</span><span class="s">"Invalid operation. Please Try again"</span><span class="o">).</span><span class="na">build</span><span class="o">();</span>
+        <span class="o">}</span>
+    <span class="o">}</span>
+<span class="o">}</span>
+</code></pre></div></div>
+
+<p>Any changes that you make to your code are automatically built and redeployed by Codewind, and you can view them in your browser.</p>
+
+<h3 id="working-with-the-example-calculator-microservice">Working with the example calculator microservice</h3>
+<p>You now can work with the example calculator microservice.</p>
+
+<ol>
+  <li>Use the URL that you saw when you first opened the application.</li>
+  <li>Make sure to remove the <code class="highlighter-rouge">&lt; &gt;</code> symbol in the URL.</li>
+  <li><code class="highlighter-rouge">&lt;url&gt;/starter/calculator/aboutme</code></li>
+  <li>You see the following response:</li>
+</ol>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>You can add (+), subtract (-), and multiply (*) with this simple calculator.
+</code></pre></div></div>
+
+<p>You can also try a few of the sample calculator functions:</p>
+
+<ul>
+  <li><code class="highlighter-rouge">&lt;url&gt;/starter/calculator/{op}/{a}/{b}</code>, where you can input one of the available operations <code class="highlighter-rouge">(+, _, *)</code>, and an integer a, and an integer b.</li>
+  <li>So for <code class="highlighter-rouge">&lt;url&gt;/starter/calculator/+/10/3</code> you see: <code class="highlighter-rouge">10+3=13</code>.</li>
+</ul>
+
 <h2 id="what-you-have-learned">What you have learned</h2>
 <p>Now that you have completed this quick guide, you have learned to:</p>
 
 <ol>
   <li>Install CodeReady Workspaces and Codewind.</li>
   <li>Create a Codewind workspace within CodeReady Workspaces.</li>
+  <li>Develop a simple microservice with the Codewind workspace.</li>
 </ol>
 
 <h2 id="next-steps">Next Steps</h2>
@@ -444,6 +587,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/codewind-eclipse-quick-guide.html b/codewind-eclipse-quick-guide.html
index e7ec456..98066c2 100644
--- a/codewind-eclipse-quick-guide.html
+++ b/codewind-eclipse-quick-guide.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,10 +134,12 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
+            
             <h1>Getting Started with Codewind in Eclipse</h1>
-            <p>12 Jun 2020</p>
+            <!--<p>09 Jul 2020</p>-->
+            <p>Take advantage of Codewind's tools to help build high quality cloud native applications regardless of which IDE or language you use.</p>
             <h2>Objectives</h2>
             <ul>
                 
@@ -139,7 +152,9 @@
                 </li>
                 
             </ul>
+            
             <div role="main"><h2 id="overview">Overview</h2>
+
 <p>Use Eclipse Codewind to create application projects from Application Stacks that your company builds. With Codewind, you can focus on your code and not on infrastructure and Kubernetes. Application deployments to Kubernetes occur through pipelines when developers commit their local code to the correct Git repos Kabanero is managing through webhooks.</p>
 
 <p>Use Codewind to create projects based on different template types. These projects include IBM Cloud Starters, OpenShift Do (odo), and Appsody templates. Today, there are templates for IBM Cloud Starters, odo, Eclipse MicroProfile/Java EE, Springboot, Node.js, Node.js with Express, and Node.js with Loopback.</p>
@@ -506,6 +521,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/codewind-in-intellij-may.html b/codewind-in-intellij-may.html
index 5f487aa..40d708c 100644
--- a/codewind-in-intellij-may.html
+++ b/codewind-in-intellij-may.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Eclipse Codewind">
+	<meta name="description" content="Update on support for Codewind in IntelliJ IDEA">
 	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,7 +134,7 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
             <h1>Codewind in IntelliJ IDEA</h1>
             <p>14 May 2020 - John Pitman</p>
@@ -418,6 +429,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/codewind-vscode-quick-guide.html b/codewind-vscode-quick-guide.html
index 75f6e4a..455cdfa 100644
--- a/codewind-vscode-quick-guide.html
+++ b/codewind-vscode-quick-guide.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,10 +134,12 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
+            
             <h1>Getting Started with Codewind in VS Code</h1>
-            <p>12 Jun 2020</p>
+            <!--<p>09 Jul 2020</p>-->
+            <p>Take advantage of Codewind's tools to help build high quality cloud native applications regardless of which IDE or language you use.</p>
             <h2>Objectives</h2>
             <ul>
                 
@@ -139,7 +152,9 @@
                 </li>
                 
             </ul>
+            
             <div role="main"><h2 id="overview">Overview</h2>
+
 <p>Use Eclipse Codewind to create application projects from Application Stacks that your company builds. With Codewind, you can focus on your code and not on infrastructure and Kubernetes. Application deployments to Kubernetes occur through pipelines when developers commit their local code to the correct Git repos Kabanero is managing through webhooks.</p>
 
 <p>Use Codewind to create projects based on different template types. These projects include IBM Cloud Starters, OpenShift Do (odo), and Appsody templates. Today, there are templates for IBM Cloud Starters, odo, Eclipse MicroProfile/Java EE, Spring Boot, Node.js, Node.js with Express, and Node.js with Loopback.</p>
@@ -504,6 +519,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/css/blog.css b/css/blog.css
index d1ea2f2..97373ad 100644
--- a/css/blog.css
+++ b/css/blog.css
@@ -39,6 +39,7 @@
 
 #post-content img {
     display: block;
+    max-width: 100%;
     margin-left: auto;
     margin-right: auto;
     padding: 1px 1px 1px 1px;
@@ -59,6 +60,10 @@
 .blog-post-column {
     width: 100%;
     color: #292828;
+    background-color: #f3f5f7;
+    padding: 40px;
+    margin: 15px;
+    border-radius: 5px;
 }
 
 .blog-post-content {
@@ -84,7 +89,6 @@
 .blog-post-title-link {
     font-family: 'IBM Plex Sans';
     font-size: 30px;
-    color: #292828;
     transition: color .2s;
 }
 
@@ -147,4 +151,32 @@
     margin-left: 40px;
     margin-right: 40px;
     color: rgba(0, 0, 0, 0.54);
-  }
\ No newline at end of file
+  }
+
+.blog-card-image {
+    height: 96px;
+    width: 96px;
+    object-fit: cover;
+    align-self: flex-start;
+    position: relative;
+    border-radius: 2px;
+}
+
+.blog-post-title {
+    margin-bottom: 0.25em;
+}
+
+.cw-blog-spacer {
+    height: 115px;
+}
+
+@media screen and (max-width: 600px) {
+    .media {
+        flex-direction: column;
+    }
+
+    .blog-card-image {
+        margin-bottom: 1.2em;
+        align-self: center;
+    }
+}
\ No newline at end of file
diff --git a/css/docs.css b/css/docs.css
index 3a6293f..47a14e6 100644
--- a/css/docs.css
+++ b/css/docs.css
@@ -1,6 +1,7 @@
 #body-row {
     margin-left: 0;
     margin-right: 0;
+    padding-top: 100px
 }
 
 #content-container img {
@@ -54,12 +55,15 @@
     transition: none !important;
   }
 
+#sidebar {
+    border-right: 2px solid #d8d8d8;
+}
+
 #sidebar-container {
     min-height: 100vh;
     padding: 0;
-    width: 350px;
-    padding-top: 115px;
-    border-right: 2px solid #d8d8d8;
+    width: 345px;
+    padding-top: 15px;
 }
 
 #sidebar-container .list-group a {
@@ -68,6 +72,7 @@
 
 #sidebar-container .list-group .cw-sidebar-submenu a {
     padding-left: 30px;
+    padding-right: 30px;
 }
 
 #sidebar-container .list-group .cw-sidebar-submenu .cw-sidebar-submenu-submenu a {
@@ -134,11 +139,6 @@
     width: calc(100% - 350px);
 }
 
-#content-container > div {
-    padding-top: 100px;
-}
-
-
 .cw-text-gray {
     color: #222 !important;
 }
@@ -170,13 +170,9 @@
     padding-left: 10px;
 }
 
-.cw-docs-spacer {
-	height: 115px;
-}
-
 .cs-gettingstarted-mobile-title {
 		display: none;
-	}
+}
 
 /* Extra large devices (large laptops and desktops, 1200px and up) */
 @media only screen and (max-width: 1320px) {
@@ -207,7 +203,10 @@
 	}
 	.cw-gettingstarted-card-link {
 		font-size: 14px;
-	}
+    }
+    #sidebar-container {
+        padding-top: 0;
+    }
 }
 
 @media only screen and (max-width: 992px) {
@@ -245,14 +244,8 @@
 	.cw-getting-started-text {
 	    position: absolute;
 	    top: -15px;
-	}
+    }
 
-	#sidebar-container {
-        padding-top: 101px;
-    }
-    #content-container > div {
-        padding-top: 0px;
-    }
 }
 
 .callout {
@@ -282,17 +275,36 @@
     margin-top: -5px;
 }
 
-@media only screen and (max-width: 768px) {
+.dropdown-toggle[aria-expanded="true"]:after {
+    transform: rotate(180deg);
+}
+
+@media only screen and (max-width: 767px) {
 	.cw-docs-spacer {
         height: 0px;
-	}
+    }
+
     #content-container {
         width: 100vw;
     }
 
+    #content-container > div {
+        padding-top: 0px;
+    }
+
     #sidebar-container {
         width: 100vw;
-        	min-height: 0;
+        min-height: 0;
+    }
+
+    #sidebar {
+        width: 100vw;
+    }
+}
+
+@media only screen and (max-width: 410px) {
+    #body-row {
+        padding-top: 80px;
     }
 }
 
@@ -322,4 +334,4 @@
 
 .imageborder {
     border: 1px solid #000;
-}
\ No newline at end of file
+}
diff --git a/css/guides.css b/css/guides.css
index 694cfbe..66d66f8 100644
--- a/css/guides.css
+++ b/css/guides.css
@@ -33,7 +33,7 @@
 
 .guides-post-row {
     width: 100%;
-    background-color: #f7f7f7;
+    background-color: #f3f5f7;
     padding: 40px;
     margin: 40px 0px;
     border-radius: 5px;
diff --git a/css/learn.css b/css/learn.css
index e4c847f..f90e64a 100644
--- a/css/learn.css
+++ b/css/learn.css
@@ -45,3 +45,16 @@
   right: 0;
 }
 
+.row.equal-height {
+  display: flex;
+  flex-wrap: wrap;
+}
+
+.row.equal-height>[class*='col'] {
+  display: flex;
+  flex-direction: column;
+}
+
+.card {
+  flex: 1;
+}
\ No newline at end of file
diff --git a/css/search.css b/css/search.css
new file mode 100644
index 0000000..5092e28
--- /dev/null
+++ b/css/search.css
@@ -0,0 +1,21 @@
+.card {

+    margin: 25px 10px;

+}

+

+.header {

+    margin: 10px;

+}

+

+.bi-search {

+    position: absolute;

+    margin-left: 10px;

+    margin-top: 10px;

+}

+

+#nav-search.form-control {

+    padding-left: 35px;

+}

+

+.page-search {

+    margin: 10px;

+}
\ No newline at end of file
diff --git a/css/styles.css b/css/styles.css
index e65bdbb..e4116ca 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -54,7 +54,7 @@
 
 .cw-header-logo {
     position: relative;
-    left: 70px;
+    padding-left: 20px;
 }
 .cw-header-link-text {
 	font-size: 16px;
@@ -65,22 +65,23 @@
 	font-weight: 600;
 }
 .cw-header-link-news {
-	padding-right: 33px;
+	padding-right: 24px;
 }
 
 .cw-header-link-blog {
-	padding-right: 33px;
+	padding-right: 24px;
 }
 
 .cw-header-link-guides {
-	padding-right: 33px;
+	padding-right: 24px;
 }
 
 .cw-header-link-docs {
-	padding-right:45px;
+	padding-right:24px;
 }
+
 .cw-navbar-padding {
-    padding-right: 70px;
+    padding-right: 20px;
 }
 
 .cw-navbar-nav {
@@ -165,11 +166,11 @@
 }
 
 #github-stars-button {
-    padding-left: 32px;
+    padding-left: 24px;
 }
 
 .cw-header-link {
-    padding-left: 32px;
+    padding-left: 24px;
 }
 
 #download-li {
@@ -225,6 +226,12 @@
     width: 100%
 }
 
+#hero-main-hero-intellij {
+    position: absolute;
+    top: 41px;
+    left: 561px;
+}
+
 #hero-main-hero-vscode img {
     max-width: 545px;
     -moz-box-shadow: -5px 5px 15px 0px #3a3a3a;
@@ -233,6 +240,11 @@
     width: 100%;
 }
 
+#hero-main-hero-intellij img {
+    max-width: 378px;
+    width: 100%
+}
+
 #hero-main-headline {
     font-size: 21px;
 }
@@ -240,7 +252,7 @@
 #hero-main-hero {
     left: 50px;
     position: relative;
-    max-width: 784px;
+    max-width: 950px;
     width: 100%;
     top: 129px;
     font-size: 12px;
@@ -332,7 +344,7 @@
 }
 
 .cw-logo-separator {
-    
+
     height: 60px;
 }
 
@@ -503,7 +515,7 @@
 	position: relative;
 }
 .cw-footer-eclipse-img img {
-	
+
 }
 /* end footer */
 
@@ -542,18 +554,28 @@
     }
 
     #hero-main-hero-eclipse {
+        top: 50px;
         left: 100px;
     }
 
     #hero-main-hero-che {
-        top: 150px;
+        top: 100px;
         left: 200px;
     }
 
+    #hero-main-hero-intellij {
+        top: 150px;
+        left: 300px;
+    }
+
     #hero-main-hero-eclipse>div {
         text-align: right;
     }
 
+    #hero-main-hero-intellij>div {
+        text-align: right;
+    }
+
     #hero-main-hero {
         max-width: 550px;
         top: 75px;
@@ -564,7 +586,7 @@
         margin-right: calc(50% - 500px);
     }
     #hero-turbine-svg {
-        
+
         margin-left: calc(50% - 550px);
     }
 
@@ -577,23 +599,23 @@
 	.cw-header-link {
         padding-left: 18px;
 	}
-	
+
 	.cw-header-link-news {
 	    padding-right: 18px;
 	}
-    
+
     .cw-header-link-blog {
 	    padding-right: 18px;
     }
-    
+
     .cw-header-link-guides {
 	    padding-right: 18px;
 	}
-    
+
 	.cw-header-link-docs {
 		padding-right: 26px;
 	}
-	
+
     /* hero section */
     #hero-main-text {
         max-width: 400px;
@@ -604,12 +626,18 @@
     }
 
     #hero-main-hero-eclipse {
-        left: 80px;
+        top: 60px;
+        left: 60px;
     }
 
     #hero-main-hero-che {
-        top: 150px;
-        left: 160px;
+        top: 120px;
+        left: 120px;
+    }
+
+    #hero-main-hero-intellij {
+        top: 180px;
+        left: 180px;
     }
 
     #hero-main-hero {
@@ -623,11 +651,25 @@
     }
 
     #hero-turbine-svg {
-        
+
         margin-left: calc(50% - 480px);
     }
 
     /* end hero section */
+
+    .cw-navbar-nav {
+        display: flex;
+    }
+
+    /* topbar logo */
+    .cw-header-logo {
+        position: unset;
+        left: unset;
+    }
+
+    .cw-banner {
+        height: unset;
+    }
 }
 
 /* Large devices (laptops/desktops, 992px and below) */
@@ -639,7 +681,7 @@
     }
 
     #hero-main img {
-        width: calc(100% - 160px);
+        width: calc(100% - 180px);
     }
 
     #hero-main-hero-eclipse {
@@ -649,16 +691,28 @@
 
     #hero-main-hero-eclipse img {
         max-width: unset;
-        width: calc(100% - 80px);
+        width: calc(100% - 130px);
     }
 
     #hero-main-hero-che {
-        top: 180px;
         left: 160px;
+        top: 180px;
     }
 
     #hero-main-hero-che img {
         max-width: unset;
+        width: calc(100% - 80px);
+    }
+
+
+    #hero-main-hero-intellij {
+        left: 240px;
+        top: 270px;
+    }
+
+
+    #hero-main-hero-intellij img {
+        max-width: unset;
         width: 100%;
     }
 
@@ -666,6 +720,10 @@
         text-align: left;
     }
 
+    #hero-main-hero-intellij>div {
+        text-align: left;
+    }
+
     #hero-main-hero {
         max-width: 100%;
         top: 75px;
@@ -683,7 +741,7 @@
     }
 
     #hero-turbine-svg {
-        
+
         margin-left: calc(50% - 100px);
     }
     /* end hero section */
@@ -698,24 +756,11 @@
     .cw-getting-started-col {
         padding-bottom: 40px;
     }
-    /* topbar logo */
-    .cw-header-logo {
-        position: unset;
-        left: unset;
 
-    }
-
-    /* nav bar*/ 
+    /* nav bar*/
     #github-stars-button {
         display: none;
     }
-    .cw-banner {
-        height: unset;
-    }
-
-    .cw-navbar-nav {
-        display: flex;
-    }
 
     .cw-header-link {
         padding-left: 0px;
@@ -738,12 +783,12 @@
 	.cw-logo-mm {
     		max-height: 45px;
 	}
-    
+
     /* end footer */
 }
 
 /* Medium devices (landscape tablets, 768px and below) */
-@media only screen and (max-width: 768px) {
+@media only screen and (max-width: 767px) {
     /*hero*/
 
 
@@ -752,21 +797,21 @@
     }
 
     /* end hero */
-    
+
     /* side bar */
-    
-    
-    
+
+
+
     /* end side bar */
     /* footer */
     .cw-footer-col {
     		padding: 10px;
     }
-    
+
     .cw-footer-border-right {
 	    display: none;
 	}
-	
+
 	#footer-div-mobile {
 	background: #0073ba;
 	padding-bottom: 30px;
@@ -788,7 +833,7 @@
     .cw-footer-eclipse-img img {
     		padding-bottom: 0px;
     }
-    
+
     .cw-logo {
     		max-height: 30px;
     		margin-top: 30px;
@@ -800,9 +845,9 @@
 	.cw-logo-eclipse-mobile {
 		margin-top: 30px;
 	}
-	
-	
-	
+
+
+
     /* end footer */
     #value-props-div {
     		padding-top: 40px;
@@ -810,33 +855,33 @@
     		padding-left: 0px;
     		padding-right: 0px;
     }
-    
+
     #key-features-div {
 	    padding-top: 20px;
 	    padding-bottom: 40px;
 	    padding-left: 0;
 	    padding-right: 0;
 	}
-	
+
 	.cw-value-props-col-header {
-	
+
     		padding-left: 0;
     		padding-right: 0;
     	}
-    	
+
     	.cw-value-props-div-text {
-	
+
     		padding-left: 0;
     		padding-right: 0;
     	}
-    	
+
     	.cw-youtube-view-font {
 	    font-size: unset;
 	}
 	.cw-smile-icon {
 		width: 22px;
 	}
-	
+
 	#footer-div-mobile {
         padding-top: 20px;
         margin-top: 1.5em;
@@ -852,29 +897,39 @@
     }
 
     #hero-main img {
-        width: calc(100% - 60px);
+        width: calc(100% - 80px);
     }
 
     #hero-main-hero {
         top: 50px;
     }
     #hero-main-hero-eclipse {
-        left: 80px;
-        top: 100px;
+        left: 60px;
+        top: 70px;
     }
 
     #hero-main-hero-eclipse img {
         max-width: unset;
-        width: calc(100% - 30px);
+        width: calc(100% - 60px);
     }
 
     #hero-main-hero-che {
-        top: 200px;
-        left: 160px;
+        left: 120px;
+        top: 140px;
     }
 
     #hero-main-hero-che img {
         max-width: unset;
+        width: calc(100% - 40px);
+    }
+
+    #hero-main-hero-intellij {
+        left: 180px;
+        top: 210px;
+    }
+
+    #hero-main-hero-intellij img {
+        max-width: unset;
         width: 100%;
     }
 
@@ -888,8 +943,6 @@
 /* Small devices (portrait tablets and large phones, 500px and below) */
 @media only screen and (max-width: 500px) {
 
-    
-
     #hero-main-hero {
         top: 10px;
     }
@@ -898,15 +951,15 @@
 /* Small devices (portrait tablets and large phones, 440px and below) */
 @media only screen and (max-width: 440px) {
 
-    
+
 
     #hero-main-hero {
         top: 10px;
     }
-    
+
     #hero-main-hero-eclipse {
-       
-        top: 70px;
+
+        top: 40px;
     }
 
     #hero-main-hero-eclipse img {
@@ -914,7 +967,21 @@
         width: calc(100% - 30px);
     }
 
+    #hero-main-hero-che img {
+        max-width: unset;
+        width: calc(100% - 15px);
+    }
+
+    #hero-main-hero-intellij img {
+        max-width: unset;
+        width: 100%;
+    }
+
     #hero-main-hero-che {
+        top: 80px;
+    }
+
+    #hero-main-hero-intellij{
         top: 120px;
     }
 }
diff --git a/debugging.html b/debugging.html
index f74633c..3e90e67 100644
--- a/debugging.html
+++ b/debugging.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="debugging-in-codewind">Debugging in Codewind</h1>
 
 <p>Complete the following steps to debug in Codewind applications:</p>
@@ -643,7 +713,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 21, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -819,6 +889,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/eclipse-codechange.html b/eclipse-codechange.html
index d52e7b5..2afd447 100644
--- a/eclipse-codechange.html
+++ b/eclipse-codechange.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="making-a-code-change-with-eclipse">Making a code change with Eclipse</h1>
 <p><br />
 Codewind automatically builds and redeploys your application whenever you make a code change and save the file.</p>
@@ -625,7 +695,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 12, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -801,6 +871,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/eclipse-firstproject.html b/eclipse-firstproject.html
index 15aaea1..0e809f6 100644
--- a/eclipse-firstproject.html
+++ b/eclipse-firstproject.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="creating-your-first-codewind-project-with-codewind-for-eclipse">Creating your first Codewind project with Codewind for Eclipse</h1>
 <p><br />
 To create your first project:</p>
@@ -626,7 +696,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 11, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -802,6 +872,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/eclipse-getting-started.html b/eclipse-getting-started.html
index 8bd7848..59483e1 100644
--- a/eclipse-getting-started.html
+++ b/eclipse-getting-started.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="getting-started-with-codewind">Getting Started with Codewind</h1>
 
 <p>There are three ways of using Codewind - locally, remotely or as a hosted application on the cloud. To get started, <strong>you can try out Codewind by using the local configuration</strong>. In this configuration, you create, develop, build and run your containerised applications on your local machine using your local IDE.</p>
@@ -667,7 +737,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 20, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -843,6 +913,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/eclipse-uninstall.html b/eclipse-uninstall.html
index 2bd266e..fb6313a 100644
--- a/eclipse-uninstall.html
+++ b/eclipse-uninstall.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="How to uninstall Codewind from Eclipse">
+	<meta name="description" content="How to uninstall Codewind from Eclipse. Uninstalling Codewind comprises two steps. First, remove the Codewind containers and images. Then, proceed to uninsta...">
 	<meta name="keywords" content="uninstall, remove, delete, tools, eclipse, uninstalling Codewind for Eclipse, restart Eclipse"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,312 +583,93 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
-            <div role="main"><h1 id="uninstalling-codewind-from-eclipse">Uninstalling Codewind from Eclipse</h1>
+            <div role="main"><h1 id="uninstalling-codewind-for-eclipse">Uninstalling Codewind for Eclipse</h1>
 
-<p>Remove the Codewind containers and images</p>
+<p>To uninstall Codewind for Eclipse, follow these instructions:</p>
 
+<h2 id="1-remove-the-codewind-containers-and-images">1. Remove the Codewind containers and images</h2>
 <ol>
-  <li>Bring up the context menu of the <strong>Codewind</strong> item in the <strong>Codewind Explorer</strong></li>
-  <li>Click on <strong>Uninstall</strong></li>
-  <li>If your application containers are running, you will be prompted whether you want to stop them.</li>
+  <li>Open the context menu of the <strong>Codewind</strong> item in the <strong>Codewind Explorer</strong>.</li>
+  <li>Click <strong>Uninstall</strong>.</li>
+  <li>If your application containers are running, you are prompted whether you want to stop them.</li>
 </ol>
 
-<p>Use the Eclipse uninstall support to uninstall Codewind for Eclipse:</p>
-
+<h2 id="2-uninstall-codewind">2. Uninstall Codewind</h2>
 <ol>
   <li>Navigate to <strong>Help</strong> &gt; <strong>About Eclipse IDE</strong>.</li>
-  <li>Click on <strong>Installation Details</strong>.</li>
+  <li>Click <strong>Installation Details</strong>.</li>
   <li>Search for <em>Codewind</em>.</li>
   <li>Select <strong>Codewind</strong> and click <strong>Uninstall</strong>.</li>
-  <li>On the <strong>Uninstall Details</strong> page click <strong>Finish</strong>.</li>
+  <li>On the <strong>Uninstall Details</strong> page, click <strong>Finish</strong>.</li>
   <li>When the uninstall is complete, restart Eclipse.</li>
 </ol>
 </div>
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Feb 27, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -775,6 +845,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/eclipseche-codewind-overview.html b/eclipseche-codewind-overview.html
index 134d02b..a0a5601 100644
--- a/eclipseche-codewind-overview.html
+++ b/eclipseche-codewind-overview.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="overview-using-codewind-as-a-hosted-application-on-the-cloud">Overview: Using Codewind as a hosted application on the cloud</h1>
 
 <p>Codewind can be used in one of three ways - <a href="./vsc-getting-started.html">locally</a>, hosted as an application on a cloud, or <a href="./remote-codewind-overview.html">remotely</a>.</p>
@@ -601,7 +671,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Apr 28, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -777,6 +847,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/enabling-https-in-your-codewind-application.html b/enabling-https-in-your-codewind-application.html
index 60f0d9f..f87174b 100644
--- a/enabling-https-in-your-codewind-application.html
+++ b/enabling-https-in-your-codewind-application.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Eclipse Codewind">
+	<meta name="description" content="HTTPS is becoming increasingly common as the internet shifts to an HTTPS-only environment. In an unencrypted HTTP session, data is transferred in clear text,...">
 	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,7 +134,7 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
             <h1>Enabling HTTPS in your Codewind Application</h1>
             <p>09 Dec 2019 - Becca Bau</p>
@@ -393,6 +404,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/feed.xml b/feed.xml
index 0b1ce6c..c1bcb30 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="4.0.0">Jekyll</generator><link href="/codewind/feed.xml" rel="self" type="application/atom+xml" /><link href="/codewind/" rel="alternate" type="text/html" /><updated>2020-06-12T12:19:09-05:00</updated><id>/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="4.0.0">Jekyll</generator><link href="/codewind/feed.xml" rel="self" type="application/atom+xml" /><link href="/codewind/" rel="alternate" type="text/html" /><updated>2020-07-09T12:16:20-05:00</updated><id>/codewind/feed.xml</id><title type="html">Codewind</title><subtitle>Eclipse Codewind</subtitle></feed>
\ No newline at end of file
diff --git a/gettingstarted-overview.html b/gettingstarted-overview.html
index 41753c7..64cf627 100644
--- a/gettingstarted-overview.html
+++ b/gettingstarted-overview.html
@@ -33,13 +33,13 @@
 <!-- End Google Tag Manager -->
 
 <head>
-    	<title>Getting Started | Codewind</title>
+    	<title>Getting Started Overview | Codewind</title>
 	<meta charset="utf-8">
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Getting Started">
-	<meta name="keywords" content="install, Codewind, remote, hosted, cloud, standalone, get started, getting started, IDE, VS Code, Eclipse, Eclipse Che, IntelliJ"/>
+	<meta name="description" content="Get started with Codewind by selecting the configuration of Codewind you want to install. Understand the different configurations available - local, remote o...">
+	<meta name="keywords" content="install, Codewind, remote, hosted, cloud, standalone, get started, getting started, IDE, VS Code, Eclipse, Eclipse Che, IntelliJ, configuration, browser-base..."/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
 	<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,600&display=swap" rel="stylesheet">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,305 +583,150 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
-            <div role="main"><h1 id="getting-started-with-codewind">Getting Started with Codewind</h1>
+            <div role="main"><h1 id="getting-started---overview">Getting Started - Overview</h1>
 
-<p><strong>You can try out Codewind by using the local configuration</strong>. For local use of Codewind, and also the pre-requisite steps for <strong>remote use of Codewind</strong>, select from:</p>
+<div class="callout">
+	<b>Getting started quickly with Codewind</b> You can try out Codewind by using the local configuration. For local use of Codewind, and also the prerequisite steps for remote use of Codewind, select from <a href="./vsc-getting-started.html">VS Code,</a> <a href="./eclipse-getting-started.html">Eclipse,</a> or <a href="./intellij-getting-started.html">Intellij</a>.
+</div>
+
+<div class="callout">
+	<b>Browser-based Codewind</b> If you want to go straight to using codewind as a hosted application in the cloud, select the <a href="./eclipseche-codewind-overview.html">Eclipse Che instructions</a>.
+</div>
+
+<h2 id="which-configuration-do-i-need">Which configuration do I need?</h2>
+
+<p>Codewind supports different configurations for developing your containerized applications, so you can use Codewind with whichever development flow you choose.</p>
+
+<p>You can do your development work in an IDE on your desktop, or in an IDE hosted on the cloud.</p>
+
+<p>You can choose to build and run your application locally, or build and run your application using the cloud’s resources.</p>
+
+<p>Both the remote configuration and browser-based configuration of Codewind use the cloud’s resources to build and run your application. Codewind uses <a href="https://kubernetes.io/">Kubernetes</a> container orchestration applications, including <a href="https://www.openshift.com/">OpenShift</a>, to build and run your Docker-containerised applications on the cloud.</p>
+
+<p>Continue to learn about each of these configurations by clicking one of the following options:</p>
+
+<ul>
+  <li><a href="./gettingstarted-overview.html#using-codewind-locally">Using Codewind locally</a></li>
+  <li><a href="./gettingstarted-overview.html#using-codewind-remotely">Using Codewind remotely</a></li>
+  <li><a href="./gettingstarted-overview.html#using-codewind-as-a-hosted-application-on-your-cloud">Using Codewind as a hosted application in the cloud (browser-based Codewind)</a></li>
+</ul>
+
+<h2 id="using-codewind-locally">Using Codewind locally</h2>
+
+<p>By using Codewind locally, you can get up and running immediately. To develop, build and run containerized applications on your desktop, all you need is:</p>
+<ul>
+  <li>An installation of Docker Desktop</li>
+  <li>The Codewind extension installed on your IDE</li>
+</ul>
+
+<p><strong>Note:</strong> If you’re using Linux<sup>TM</sup>, you need to install Docker engine and Docker Compose.</p>
+
+<p><img src="./images/configs/LocalConfiguration.png" alt="Using Codewind Locally" /></p>
+
+<p>To use Codewind locally, choose from one of the following IDEs:</p>
 
 <ul>
   <li><a href="./vsc-getting-started.html">VS Code</a></li>
-  <li><a href="./eclipse-getting-started.html">Eclipse</a></li>
   <li><a href="./intellij-getting-started.html">IntelliJ</a></li>
+  <li><a href="./eclipse-getting-started.html">Eclipse</a></li>
 </ul>
 
-<p><strong>Codewind as a hosted application in the cloud</strong> If you want to go straight to using codewind as a hosted application in the cloud, select the <a href="./eclipseche-codewind-overview.html">Eclipse Che instructions</a></p>
+<h2 id="using-codewind-remotely">Using Codewind remotely</h2>
+<p>Deploy and use Codewind remotely to develop your code locally, but build and run your application in the cloud. Use the cloud’s resources to build and run applications and free desktop resources.</p>
 
-<p><strong>The different configurations of Codewind</strong> To find out about the different ways of using Codewind - locally, remotely, or as an application hosted on the cloud - see <a href="./overview.html#architecture">Codewind Architecture</a>.</p>
+<p>Using secure HTTPS connections, you connect to your multiple cloud-hosted microservices from the Codewind panel in your desktop-hosted IDE.</p>
+
+<p>You can use VS Code, Intellij, or Eclipse for the <a href="./remote-codewind-overview.html">remote configuration</a>.</p>
+
+<p><img src="./images/configs/RemoteConfiguration.png" alt="Using Codewind remotely" /></p>
+
+<h2 id="using-codewind-as-a-hosted-application-on-your-cloud">Using Codewind as a hosted application on your cloud</h2>
+<p>Codewind is supported on Eclipse Che, removing the need to install an IDE on your local desktop to develop your microservices.</p>
+
+<p>You access Codewind from a Browser window from your local desktop to develop, build, and run your code. Your IDE, with the Codewind extension installed, and your containerized applications, are both located in your cloud environment.</p>
+
+<p>Specifically, you <a href="./che-installinfo.html">deploy Codewind for Eclipse Che</a> to your cloud, and use a browser window on your local desktop to <a href="./che-setupregistries.html">connect to the Codewind for Eclipse Che development environment</a>.</p>
+
+<p><img src="./images/configs/BrowserBasedConfiguration.png" alt="Browser-based Codewind" /></p>
+
+<h3 id="next-steps">Next Steps</h3>
+
+<p>To get started with using Codewind, choose from one of the following configurations:</p>
+
+<p><strong>To use Codewind locally</strong> select instructions for getting started with <a href="./vsc-getting-started.html">VS Code</a>, <a href="./eclipse-getting-started.html">Eclipse</a>, or <a href="./intellij-getting-started.html">IntelliJ</a>.</p>
+
+<p><strong>To use Codewind for Eclipse Che</strong> select <a href="./eclipseche-codewind-overview.html">Using Codewind as a Hosted Application in your Cloud</a>.</p>
+
+<div class="callout">
+	<b>Note:</b> To use Codewind remotely, you must first install Codewind locally. For more information, see instructions for <a href="./remote-deploying-codewind.html">deploying Codewind Remotely</a>. After Codewind is deployed remotely, you can connect your Codewind extension of your local desktop IDE to Codewind in your cloud by following instructions for <a href="./remote-codewind-overview.html">using Codewind remotely</a>.
+</div>
 </div>
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Jun 09, 2020
+            Last update: Jun 23, 2020
         </div>
 
     </div>
@@ -768,6 +902,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/great-conversations-about-the-kabanero-io.html b/great-conversations-about-the-kabanero-io.html
index a591a8a..384ff8c 100644
--- a/great-conversations-about-the-kabanero-io.html
+++ b/great-conversations-about-the-kabanero-io.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Eclipse Codewind">
+	<meta name="description" content="Developers and CTOs alike, shared both enthusiasm and validation for the microservice develop-deploy stories in Kabanero.io at IBM’s ThinkLondon summit yeste...">
 	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,7 +134,7 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
             <h1>Great conversations about the Kabanero.io microservice end-to-end develop/deploy experience at ThinkLondon 2019.</h1>
             <p>18 Oct 2019 - Nik Canvin</p>
@@ -318,6 +329,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/guides.html b/guides.html
index 195e779..b8f550e 100644
--- a/guides.html
+++ b/guides.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -212,6 +223,8 @@
                                 
                                     <li class="objective-item">Create a Codewind workspace within CodeReady Workspaces.</li> 
                                 
+                                    <li class="objective-item">Develop a simple microservice with the Codewind workspace.</li> 
+                                
                             </ul>
                             
                         </div>
@@ -397,6 +410,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/images/configs/BrowserBasedConfiguration.png b/images/configs/BrowserBasedConfiguration.png
new file mode 100644
index 0000000..134d43d
--- /dev/null
+++ b/images/configs/BrowserBasedConfiguration.png
Binary files differ
diff --git a/images/configs/LocalConfiguration.png b/images/configs/LocalConfiguration.png
new file mode 100644
index 0000000..7836f7a
--- /dev/null
+++ b/images/configs/LocalConfiguration.png
Binary files differ
diff --git a/images/configs/RemoteConfiguration.png b/images/configs/RemoteConfiguration.png
new file mode 100644
index 0000000..cba2d7c
--- /dev/null
+++ b/images/configs/RemoteConfiguration.png
Binary files differ
diff --git a/images/linking-feature/eclipse_add_project_link.png b/images/linking-feature/eclipse_add_project_link.png
new file mode 100644
index 0000000..3292600
--- /dev/null
+++ b/images/linking-feature/eclipse_add_project_link.png
Binary files differ
diff --git a/images/linking-feature/eclipse_application_overview.png b/images/linking-feature/eclipse_application_overview.png
new file mode 100644
index 0000000..a0040e2
--- /dev/null
+++ b/images/linking-feature/eclipse_application_overview.png
Binary files differ
diff --git a/images/linking-feature/eclipse_manage_project_links.png b/images/linking-feature/eclipse_manage_project_links.png
new file mode 100644
index 0000000..2a176da
--- /dev/null
+++ b/images/linking-feature/eclipse_manage_project_links.png
Binary files differ
diff --git a/images/linking-feature/eclipse_manage_project_links_step_4.png b/images/linking-feature/eclipse_manage_project_links_step_4.png
new file mode 100644
index 0000000..9f2ddfc
--- /dev/null
+++ b/images/linking-feature/eclipse_manage_project_links_step_4.png
Binary files differ
diff --git a/images/linking-feature/eclipse_remove_projects.png b/images/linking-feature/eclipse_remove_projects.png
new file mode 100644
index 0000000..c96077a
--- /dev/null
+++ b/images/linking-feature/eclipse_remove_projects.png
Binary files differ
diff --git a/images/linking-feature/linked_project.png b/images/linking-feature/linked_project.png
new file mode 100644
index 0000000..4ee35c1
--- /dev/null
+++ b/images/linking-feature/linked_project.png
Binary files differ
diff --git a/images/linking-feature/unlinked_project.png b/images/linking-feature/unlinked_project.png
new file mode 100644
index 0000000..8be39dc
--- /dev/null
+++ b/images/linking-feature/unlinked_project.png
Binary files differ
diff --git a/images/linking-feature/vscode_add_project_link.png b/images/linking-feature/vscode_add_project_link.png
new file mode 100644
index 0000000..bb46d1e
--- /dev/null
+++ b/images/linking-feature/vscode_add_project_link.png
Binary files differ
diff --git a/images/linking-feature/vscode_enter_environment_variable.png b/images/linking-feature/vscode_enter_environment_variable.png
new file mode 100644
index 0000000..80f7f2c
--- /dev/null
+++ b/images/linking-feature/vscode_enter_environment_variable.png
Binary files differ
diff --git a/images/linking-feature/vscode_manage_project_links_step_4.png b/images/linking-feature/vscode_manage_project_links_step_4.png
new file mode 100644
index 0000000..bfac93f
--- /dev/null
+++ b/images/linking-feature/vscode_manage_project_links_step_4.png
Binary files differ
diff --git a/images/linking-feature/vscode_remove_projects.png b/images/linking-feature/vscode_remove_projects.png
new file mode 100644
index 0000000..0b2425e
--- /dev/null
+++ b/images/linking-feature/vscode_remove_projects.png
Binary files differ
diff --git a/images/linking-feature/vscode_select_target_project.png b/images/linking-feature/vscode_select_target_project.png
new file mode 100644
index 0000000..d93e23b
--- /dev/null
+++ b/images/linking-feature/vscode_select_target_project.png
Binary files differ
diff --git a/importing-existing-projects.html b/importing-existing-projects.html
index 8725ed1..790145d 100644
--- a/importing-existing-projects.html
+++ b/importing-existing-projects.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="importing-existing-projects">Importing existing projects</h1>
 
 <p>Configure a project to run in Codewind.</p>
@@ -813,14 +883,18 @@
       <li><strong>Caution:</strong> Do not commit the <code class="highlighter-rouge">env.properties</code> file to your source repository if it contains confidential information, such as passwords. To avoid including sensitive information in your project, you can include the <code class="highlighter-rouge">env.properties</code> file as a reference, for more information, see <a href="referencing-files.html">Referencing files external to a project</a>.</li>
     </ul>
   </li>
-  <li>Define your environment variables in this file by using the standard properties format. This format features one <code class="highlighter-rouge">name=value</code> entry per line.</li>
+  <li>Define your environment variables in this file by using the standard properties format. This format features one <code class="highlighter-rouge">name=value</code> entry per line.
+    <ul>
+      <li>One of the environment variables you can set is <code class="highlighter-rouge">CW_NETWORKS</code>, a space delimited list of docker networks the Appsody application can join.</li>
+    </ul>
+  </li>
   <li>If autobuild is enabled, Codewind automatically rebuilds the project to pick up the environment values. If autobuild is not enabled, new values take effect the next time you rebuild the project.</li>
 </ol>
 </div>
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 08, 2020
+            Last update: Jun 29, 2020
         </div>
 
     </div>
@@ -996,6 +1070,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/index.html b/index.html
index 9b198b3..ec002fe 100644
--- a/index.html
+++ b/index.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner"  aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner"  aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -149,17 +160,20 @@
         <div id="hero-main-hero">
             <div id="hero-main-hero-vscode">
                 <div>VS Code</div>
-                <div style="z-index:1"><img alt="vscode ide" title="vscode ide"
-                        src="images/index/hero-vscode-noshadow.png"></div>
+                <div><img alt="vscode ide" title="vscode ide" src="images/index/hero-vscode-noshadow.png"></div>
             </div>
             <div id="hero-main-hero-eclipse">
                 <div>Eclipse</div>
                 <div><img alt="eclipse ide" title="eclipse ide" src="images/index/hero-eclipse-noshadow.png"></div>
             </div>
             <div id="hero-main-hero-che">
-                <div class="text-right">Eclipse Che</div>
+                <div>Eclipse Che</div>
                 <div><img alt="che ide" title="che ide" src="images/index/hero-che-noshadow.png"></div>
             </div>
+            <div id="hero-main-hero-intellij">
+                <div>IntelliJ</div>
+                <div><img alt="intellij ide" title="intellij ide" src="images/index/hero-intellij-noshadow.png"></div>
+            </div>
         </div>
     </div>
 </div>
@@ -180,7 +194,7 @@
             development and fast feedback directly in your IDE.
         </div>
         <div class="cw-value-props-col-img-holder">
-            <img alt="container image"  title="container image" src="images/index/container-icon.svg" class="cw-logo" />
+            <img alt="container image" title="container image" src="images/index/container-icon.svg" class="cw-logo" />
         </div>
     </div>
     <div class="col-lg-4 col-md-6 cw-value-props-col cw-getting-started-col text-center">
@@ -191,7 +205,7 @@
             Code in the tools you use today, for the runtimes and languages you use today.
         </div>
         <div class="cw-value-props-col-img-holder">
-            <img alt="knowledge image"  title="knowledge image" src="images/index/knowledge-icon.svg" class="cw-logo" />
+            <img alt="knowledge image" title="knowledge image" src="images/index/knowledge-icon.svg" class="cw-logo" />
         </div>
     </div>
     <div class="col-lg-4 col-md-6 cw-value-props-col text-center">
@@ -202,7 +216,7 @@
             you go.
         </div>
         <div class="cw-value-props-col-img-holder">
-            <img alt="kubernetes image"  title="kubernetes image" src="images/index/kubernetes.svg" class="cw-logo" />
+            <img alt="kubernetes image" title="kubernetes image" src="images/index/kubernetes.svg" class="cw-logo" />
         </div>
     </div>
 </div>
@@ -211,7 +225,7 @@
 <!-- value props div e end -->
 
 <!-- key features row -->
-<div class="row" id="key-features-div" >
+<div class="row" id="key-features-div">
     <div class="col-md-12 cw-key-features-header text-center">Key features</div>
     <div class="col-lg-3 col-md-6 cw-getting-started-col text-center">
 
@@ -221,7 +235,7 @@
             updates in the running container.
         </div>
         <div>
-            <img alt="inner loop image"  title="inner loop image" src="images/index/inner-loop.svg" class="cw-logo" />
+            <img alt="inner loop image" title="inner loop image" src="images/index/inner-loop.svg" class="cw-logo" />
         </div>
     </div>
     <div class="col-lg-3 col-md-6 cw-getting-started-col text-center">
@@ -234,7 +248,7 @@
             tools in local or hosted IDE, and run in local containers or deployed directly on Kubernetes.
         </div>
         <div>
-            <img alt="container image"  title="container image" src="images/index/container2-icon.svg" class="cw-logo" />
+            <img alt="container image" title="container image" src="images/index/container2-icon.svg" class="cw-logo" />
         </div>
     </div>
     <div class="col-lg-3 col-md-6 cw-getting-started-col text-center">
@@ -246,7 +260,7 @@
             integration with Eclipse, Eclipse Che, IntelliJ, and VS Code.
         </div>
         <div>
-            <img alt="ide icon"  title="ide icon" src="images/index/ide-icon.svg" class="cw-logo" />
+            <img alt="ide icon" title="ide icon" src="images/index/ide-icon.svg" class="cw-logo" />
         </div>
     </div>
     <div class="col-lg-3 col-md-6 text-center">
@@ -261,7 +275,7 @@
             graphs.
         </div>
         <div>
-            <img alt="monitoring icon"  title="monitoring icon" src="images/index/monitoring-icon.svg" class="cw-logo" />
+            <img alt="monitoring icon" title="monitoring icon" src="images/index/monitoring-icon.svg" class="cw-logo" />
         </div>
     </div>
 
@@ -271,26 +285,31 @@
 <!-- key features row END -->
 
 <div class="row">
-	<div class="col-xl-6 col-offset-xl-2 col-md-12 col-sm-12">
-		<div class="p-md-5">
-		<span class="cw-youtube-view-font">View the demo</span>
-			<div class="embed-responsive embed-responsive-16by9">
+    <div class="col-xl-6 col-offset-xl-2 col-md-12 col-sm-12">
+        <div class="p-md-5">
+            <span class="cw-youtube-view-font">View the demo</span>
+            <div class="embed-responsive embed-responsive-16by9">
 
-				<iframe width="1280" height="720" title="Codewind youtube video" src="https://www.youtube.com/embed/mjADP2_4FBg" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
-			</div>
-		</div>
-	</div>
-	<div class="col-xl-6 col-md-12 col-sm-12 cw-v-middle">
-		<div class="p-5 cw-youtube-desc">
-			<span class="cw-youtube-view-font cw-youtube-italic">Containerize existing applications and create new applications in several languages.</span>
-<br/><br/>
-			<span class="cw-youtube-view-font cw-youtube-thin">Leave behind, </span><span class="cw-youtube-view-font cw-youtube-italic cw-youtube-bold">“But it worked on my machine!” </span><span class="cw-youtube-view-font cw-youtube-thin"></span>
-			&nbsp;&nbsp;
-			<img src="images/smile.svg" alt="smile face" class="cw-smile-icon">
-		</div>
-	</div>
+                <iframe width="1280" height="720" title="Codewind youtube video"
+                    src="https://www.youtube.com/embed/mjADP2_4FBg" frameborder="0"
+                    allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
+                    allowfullscreen></iframe>
+            </div>
+        </div>
+    </div>
+    <div class="col-xl-6 col-md-12 col-sm-12 cw-v-middle">
+        <div class="p-5 cw-youtube-desc">
+            <span class="cw-youtube-view-font cw-youtube-italic">Containerize existing applications and create new
+                applications in several languages.</span>
+            <br /><br />
+            <span class="cw-youtube-view-font cw-youtube-thin">Leave behind, </span><span
+                class="cw-youtube-view-font cw-youtube-italic cw-youtube-bold">“But it worked on my machine!”
+            </span><span class="cw-youtube-view-font cw-youtube-thin"></span>
+            &nbsp;&nbsp;
+            <img src="images/smile.svg" alt="smile face" class="cw-smile-icon">
+        </div>
+    </div>
 </div>
-
 </div>
 <!-- footer row -->
 <footer>
@@ -462,6 +481,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/intellij-codechange.html b/intellij-codechange.html
index e62db59..2e89412 100644
--- a/intellij-codechange.html
+++ b/intellij-codechange.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="making-a-code-change-with-intellij">Making a code change with IntelliJ</h1>
 <p>Codewind automatically builds and redeploys your application whenever you make a code change and save the file. To see this feature in action, make a change to a file:</p>
 <ol>
@@ -598,7 +668,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 12, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -774,6 +844,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/intellij-firstproject.html b/intellij-firstproject.html
index 06d3177..39cb156 100644
--- a/intellij-firstproject.html
+++ b/intellij-firstproject.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="creating-your-first-codewind-project-with-codewind-for-intellij">Creating your first Codewind project with Codewind for IntelliJ</h1>
 
 <h2 id="creating-your-first-project-from-a-template">Creating your first project from a template</h2>
@@ -626,7 +696,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 12, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -802,6 +872,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/intellij-getting-started.html b/intellij-getting-started.html
index 71813d9..ef38c80 100644
--- a/intellij-getting-started.html
+++ b/intellij-getting-started.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="getting-started-with-codewind">Getting Started with Codewind</h1>
 
 <p><strong>Important:</strong> Codewind for Intellij is currently a Tech Preview</p>
@@ -634,7 +704,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 21, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -810,6 +880,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/introducing-eclipse-codewind-on-intellij.html b/introducing-eclipse-codewind-on-intellij.html
index fe20159..21dcbbf 100644
--- a/introducing-eclipse-codewind-on-intellij.html
+++ b/introducing-eclipse-codewind-on-intellij.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Eclipse Codewind">
+	<meta name="description" content="We recently announced the tech preview of Eclipse Codewind on the IntelliJ IDE. Many people have asked about IntelliJ, as it is a popular...">
 	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,7 +134,7 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
             <h1>Introducing Eclipse Codewind on IntelliJ</h1>
             <p>05 Mar 2020 - Becca Bau</p>
@@ -330,6 +341,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster.html b/introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster.html
index aaf5b49..5551186 100644
--- a/introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster.html
+++ b/introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Eclipse Codewind">
+	<meta name="description" content="Eclipse Codewind is an open source project that makes it easier for developers to create cloud-native applications within their favorite IDE. Codewind initia...">
 	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,7 +134,7 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
             <h1>Introduction to Eclipse Codewind: Build high-quality cloud-native applications faster</h1>
             <p>21 Aug 2019 - Andy Watson</p>
@@ -325,6 +336,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/jdk-14-is-coming-but-will-my-java-application-run-on-it.html b/jdk-14-is-coming-but-will-my-java-application-run-on-it.html
index b79a0b4..7a692b3 100644
--- a/jdk-14-is-coming-but-will-my-java-application-run-on-it.html
+++ b/jdk-14-is-coming-but-will-my-java-application-run-on-it.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Eclipse Codewind">
+	<meta name="description" content="Well, ... NO... as it turns out... for my specific application at least, here’s how I tested against JDK14, then found, debugged and fixed an issue in minute...">
 	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,7 +134,7 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
             <h1>JDK 14 is now here, but will my Java application run on it?</h1>
             <p>18 Mar 2020 - Nik Canvin</p>
@@ -358,6 +369,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/js/docs.js b/js/docs.js
index f7d96d3..7cb26f8 100644
--- a/js/docs.js
+++ b/js/docs.js
@@ -14,19 +14,32 @@
 	$('.cw-tab-pane[data-os="'+os+'"]').addClass('active');
 }
 
+function makeSidebarCollapsibleOnMobile() {
+	const collapsible = $('#sidebar-container').hasClass('collapse')
+	if ($(document).width() <= 767 & ! collapsible) {
+		$('#sidebar-container').addClass('collapse');
+	}
+	else if ($(document).width() > 767 & collapsible) {
+		$('#sidebar-container').removeClass('collapse');
+	}
+}
+
+
 $( document ).ready(function() {
-    var location = window.location;
+	var location = window.location;
 	var pathname = location.pathname.substring(location.pathname.lastIndexOf('/') + 1);
-	
+
+	makeSidebarCollapsibleOnMobile()
+
 	// Syncs the sidebar to the current page
 	$('#sidebar-container a').each(function( i ) {
-		if ($(this)[0].hasAttribute("data-url")){			
+		if ($(this)[0].hasAttribute("data-url")){
 
 
 			if($(this).attr('data-url') === pathname){
 				// Add the class to highlight the selected item in the sidebar
 				$(this).addClass("cw-current-page");
-				
+
 				// Our sidebar supports three levels, so need to iterate up to open up
 				// the menus so the selected item can be shown
 				var parentID = $(this).attr("data-parent");
@@ -36,7 +49,10 @@
 					var grandparentID = "[id=\"" + parentID + "\"]";
 					if (grandparentID && grandparentID != ""){
 						var grandparent =  $(grandparentID).attr("data-parent");
-						$(grandparent).collapse();
+						// We don't want to collapse sidebar itself
+						if (grandparent != "#sidebar-container") {
+							$(grandparent).collapse();
+						}
 					}
 				}
 				// Stop the .each as we found the required URL
@@ -45,5 +61,9 @@
 		}
 	});
 
+	$( window ).resize(function(){
+		makeSidebarCollapsibleOnMobile()
+	})
+
 	activeOSInstruction();
 });
diff --git a/js/lunr.min.js b/js/lunr.min.js
new file mode 100644
index 0000000..f47cab0
--- /dev/null
+++ b/js/lunr.min.js
@@ -0,0 +1,6 @@
+/**

+ * lunr - http://lunrjs.com - A bit like Solr, but much smaller and not as bright - 0.7.1

+ * Copyright (C) 2016 Oliver Nightingale

+ * @license MIT

+ */

+!function(){var t=function(e){var n=new t.Index;return n.pipeline.add(t.trimmer,t.stopWordFilter,t.stemmer),e&&e.call(n,n),n};t.version="0.7.1",t.utils={},t.utils.warn=function(t){return function(e){t.console&&console.warn&&console.warn(e)}}(this),t.utils.asString=function(t){return void 0===t||null===t?"":t.toString()},t.EventEmitter=function(){this.events={}},t.EventEmitter.prototype.addListener=function(){var t=Array.prototype.slice.call(arguments),e=t.pop(),n=t;if("function"!=typeof e)throw new TypeError("last argument must be a function");n.forEach(function(t){this.hasHandler(t)||(this.events[t]=[]),this.events[t].push(e)},this)},t.EventEmitter.prototype.removeListener=function(t,e){if(this.hasHandler(t)){var n=this.events[t].indexOf(e);this.events[t].splice(n,1),this.events[t].length||delete this.events[t]}},t.EventEmitter.prototype.emit=function(t){if(this.hasHandler(t)){var e=Array.prototype.slice.call(arguments,1);this.events[t].forEach(function(t){t.apply(void 0,e)})}},t.EventEmitter.prototype.hasHandler=function(t){return t in this.events},t.tokenizer=function(e){return arguments.length&&null!=e&&void 0!=e?Array.isArray(e)?e.map(function(e){return t.utils.asString(e).toLowerCase()}):e.toString().trim().toLowerCase().split(t.tokenizer.seperator):[]},t.tokenizer.seperator=/[\s\-]+/,t.tokenizer.load=function(t){var e=this.registeredFunctions[t];if(!e)throw new Error("Cannot load un-registered function: "+t);return e},t.tokenizer.label="default",t.tokenizer.registeredFunctions={"default":t.tokenizer},t.tokenizer.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing tokenizer: "+n),e.label=n,this.registeredFunctions[n]=e},t.Pipeline=function(){this._stack=[]},t.Pipeline.registeredFunctions={},t.Pipeline.registerFunction=function(e,n){n in this.registeredFunctions&&t.utils.warn("Overwriting existing registered function: "+n),e.label=n,t.Pipeline.registeredFunctions[e.label]=e},t.Pipeline.warnIfFunctionNotRegistered=function(e){var n=e.label&&e.label in this.registeredFunctions;n||t.utils.warn("Function is not registered with pipeline. This may cause problems when serialising the index.\n",e)},t.Pipeline.load=function(e){var n=new t.Pipeline;return e.forEach(function(e){var i=t.Pipeline.registeredFunctions[e];if(!i)throw new Error("Cannot load un-registered function: "+e);n.add(i)}),n},t.Pipeline.prototype.add=function(){var e=Array.prototype.slice.call(arguments);e.forEach(function(e){t.Pipeline.warnIfFunctionNotRegistered(e),this._stack.push(e)},this)},t.Pipeline.prototype.after=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._stack.indexOf(e);if(-1==i)throw new Error("Cannot find existingFn");i+=1,this._stack.splice(i,0,n)},t.Pipeline.prototype.before=function(e,n){t.Pipeline.warnIfFunctionNotRegistered(n);var i=this._stack.indexOf(e);if(-1==i)throw new Error("Cannot find existingFn");this._stack.splice(i,0,n)},t.Pipeline.prototype.remove=function(t){var e=this._stack.indexOf(t);-1!=e&&this._stack.splice(e,1)},t.Pipeline.prototype.run=function(t){for(var e=[],n=t.length,i=this._stack.length,r=0;n>r;r++){for(var o=t[r],s=0;i>s&&(o=this._stack[s](o,r,t),void 0!==o&&""!==o);s++);void 0!==o&&""!==o&&e.push(o)}return e},t.Pipeline.prototype.reset=function(){this._stack=[]},t.Pipeline.prototype.toJSON=function(){return this._stack.map(function(e){return t.Pipeline.warnIfFunctionNotRegistered(e),e.label})},t.Vector=function(){this._magnitude=null,this.list=void 0,this.length=0},t.Vector.Node=function(t,e,n){this.idx=t,this.val=e,this.next=n},t.Vector.prototype.insert=function(e,n){this._magnitude=void 0;var i=this.list;if(!i)return this.list=new t.Vector.Node(e,n,i),this.length++;if(e<i.idx)return this.list=new t.Vector.Node(e,n,i),this.length++;for(var r=i,o=i.next;void 0!=o;){if(e<o.idx)return r.next=new t.Vector.Node(e,n,o),this.length++;r=o,o=o.next}return r.next=new t.Vector.Node(e,n,o),this.length++},t.Vector.prototype.magnitude=function(){if(this._magnitude)return this._magnitude;for(var t,e=this.list,n=0;e;)t=e.val,n+=t*t,e=e.next;return this._magnitude=Math.sqrt(n)},t.Vector.prototype.dot=function(t){for(var e=this.list,n=t.list,i=0;e&&n;)e.idx<n.idx?e=e.next:e.idx>n.idx?n=n.next:(i+=e.val*n.val,e=e.next,n=n.next);return i},t.Vector.prototype.similarity=function(t){return this.dot(t)/(this.magnitude()*t.magnitude())},t.SortedSet=function(){this.length=0,this.elements=[]},t.SortedSet.load=function(t){var e=new this;return e.elements=t,e.length=t.length,e},t.SortedSet.prototype.add=function(){var t,e;for(t=0;t<arguments.length;t++)e=arguments[t],~this.indexOf(e)||this.elements.splice(this.locationFor(e),0,e);this.length=this.elements.length},t.SortedSet.prototype.toArray=function(){return this.elements.slice()},t.SortedSet.prototype.map=function(t,e){return this.elements.map(t,e)},t.SortedSet.prototype.forEach=function(t,e){return this.elements.forEach(t,e)},t.SortedSet.prototype.indexOf=function(t){for(var e=0,n=this.elements.length,i=n-e,r=e+Math.floor(i/2),o=this.elements[r];i>1;){if(o===t)return r;t>o&&(e=r),o>t&&(n=r),i=n-e,r=e+Math.floor(i/2),o=this.elements[r]}return o===t?r:-1},t.SortedSet.prototype.locationFor=function(t){for(var e=0,n=this.elements.length,i=n-e,r=e+Math.floor(i/2),o=this.elements[r];i>1;)t>o&&(e=r),o>t&&(n=r),i=n-e,r=e+Math.floor(i/2),o=this.elements[r];return o>t?r:t>o?r+1:void 0},t.SortedSet.prototype.intersect=function(e){for(var n=new t.SortedSet,i=0,r=0,o=this.length,s=e.length,a=this.elements,h=e.elements;;){if(i>o-1||r>s-1)break;a[i]!==h[r]?a[i]<h[r]?i++:a[i]>h[r]&&r++:(n.add(a[i]),i++,r++)}return n},t.SortedSet.prototype.clone=function(){var e=new t.SortedSet;return e.elements=this.toArray(),e.length=e.elements.length,e},t.SortedSet.prototype.union=function(t){var e,n,i;this.length>=t.length?(e=this,n=t):(e=t,n=this),i=e.clone();for(var r=0,o=n.toArray();r<o.length;r++)i.add(o[r]);return i},t.SortedSet.prototype.toJSON=function(){return this.toArray()},t.Index=function(){this._fields=[],this._ref="id",this.pipeline=new t.Pipeline,this.documentStore=new t.Store,this.tokenStore=new t.TokenStore,this.corpusTokens=new t.SortedSet,this.eventEmitter=new t.EventEmitter,this.tokenizerFn=t.tokenizer,this._idfCache={},this.on("add","remove","update",function(){this._idfCache={}}.bind(this))},t.Index.prototype.on=function(){var t=Array.prototype.slice.call(arguments);return this.eventEmitter.addListener.apply(this.eventEmitter,t)},t.Index.prototype.off=function(t,e){return this.eventEmitter.removeListener(t,e)},t.Index.load=function(e){e.version!==t.version&&t.utils.warn("version mismatch: current "+t.version+" importing "+e.version);var n=new this;return n._fields=e.fields,n._ref=e.ref,n.tokenizer=t.tokenizer.load(e.tokenizer),n.documentStore=t.Store.load(e.documentStore),n.tokenStore=t.TokenStore.load(e.tokenStore),n.corpusTokens=t.SortedSet.load(e.corpusTokens),n.pipeline=t.Pipeline.load(e.pipeline),n},t.Index.prototype.field=function(t,e){var e=e||{},n={name:t,boost:e.boost||1};return this._fields.push(n),this},t.Index.prototype.ref=function(t){return this._ref=t,this},t.Index.prototype.tokenizer=function(e){var n=e.label&&e.label in t.tokenizer.registeredFunctions;return n||t.utils.warn("Function is not a registered tokenizer. This may cause problems when serialising the index"),this.tokenizerFn=e,this},t.Index.prototype.add=function(e,n){var i={},r=new t.SortedSet,o=e[this._ref],n=void 0===n?!0:n;this._fields.forEach(function(t){var n=this.pipeline.run(this.tokenizerFn(e[t.name]));i[t.name]=n;for(var o=0;o<n.length;o++){var s=n[o];r.add(s),this.corpusTokens.add(s)}},this),this.documentStore.set(o,r);for(var s=0;s<r.length;s++){for(var a=r.elements[s],h=0,u=0;u<this._fields.length;u++){var l=this._fields[u],c=i[l.name],f=c.length;if(f){for(var d=0,p=0;f>p;p++)c[p]===a&&d++;h+=d/f*l.boost}}this.tokenStore.add(a,{ref:o,tf:h})}n&&this.eventEmitter.emit("add",e,this)},t.Index.prototype.remove=function(t,e){var n=t[this._ref],e=void 0===e?!0:e;if(this.documentStore.has(n)){var i=this.documentStore.get(n);this.documentStore.remove(n),i.forEach(function(t){this.tokenStore.remove(t,n)},this),e&&this.eventEmitter.emit("remove",t,this)}},t.Index.prototype.update=function(t,e){var e=void 0===e?!0:e;this.remove(t,!1),this.add(t,!1),e&&this.eventEmitter.emit("update",t,this)},t.Index.prototype.idf=function(t){var e="@"+t;if(Object.prototype.hasOwnProperty.call(this._idfCache,e))return this._idfCache[e];var n=this.tokenStore.count(t),i=1;return n>0&&(i=1+Math.log(this.documentStore.length/n)),this._idfCache[e]=i},t.Index.prototype.search=function(e){var n=this.pipeline.run(this.tokenizerFn(e)),i=new t.Vector,r=[],o=this._fields.reduce(function(t,e){return t+e.boost},0),s=n.some(function(t){return this.tokenStore.has(t)},this);if(!s)return[];n.forEach(function(e,n,s){var a=1/s.length*this._fields.length*o,h=this,u=this.tokenStore.expand(e).reduce(function(n,r){var o=h.corpusTokens.indexOf(r),s=h.idf(r),u=1,l=new t.SortedSet;if(r!==e){var c=Math.max(3,r.length-e.length);u=1/Math.log(c)}o>-1&&i.insert(o,a*s*u);for(var f=h.tokenStore.get(r),d=Object.keys(f),p=d.length,v=0;p>v;v++)l.add(f[d[v]].ref);return n.union(l)},new t.SortedSet);r.push(u)},this);var a=r.reduce(function(t,e){return t.intersect(e)});return a.map(function(t){return{ref:t,score:i.similarity(this.documentVector(t))}},this).sort(function(t,e){return e.score-t.score})},t.Index.prototype.documentVector=function(e){for(var n=this.documentStore.get(e),i=n.length,r=new t.Vector,o=0;i>o;o++){var s=n.elements[o],a=this.tokenStore.get(s)[e].tf,h=this.idf(s);r.insert(this.corpusTokens.indexOf(s),a*h)}return r},t.Index.prototype.toJSON=function(){return{version:t.version,fields:this._fields,ref:this._ref,tokenizer:this.tokenizerFn.label,documentStore:this.documentStore.toJSON(),tokenStore:this.tokenStore.toJSON(),corpusTokens:this.corpusTokens.toJSON(),pipeline:this.pipeline.toJSON()}},t.Index.prototype.use=function(t){var e=Array.prototype.slice.call(arguments,1);e.unshift(this),t.apply(this,e)},t.Store=function(){this.store={},this.length=0},t.Store.load=function(e){var n=new this;return n.length=e.length,n.store=Object.keys(e.store).reduce(function(n,i){return n[i]=t.SortedSet.load(e.store[i]),n},{}),n},t.Store.prototype.set=function(t,e){this.has(t)||this.length++,this.store[t]=e},t.Store.prototype.get=function(t){return this.store[t]},t.Store.prototype.has=function(t){return t in this.store},t.Store.prototype.remove=function(t){this.has(t)&&(delete this.store[t],this.length--)},t.Store.prototype.toJSON=function(){return{store:this.store,length:this.length}},t.stemmer=function(){var t={ational:"ate",tional:"tion",enci:"ence",anci:"ance",izer:"ize",bli:"ble",alli:"al",entli:"ent",eli:"e",ousli:"ous",ization:"ize",ation:"ate",ator:"ate",alism:"al",iveness:"ive",fulness:"ful",ousness:"ous",aliti:"al",iviti:"ive",biliti:"ble",logi:"log"},e={icate:"ic",ative:"",alize:"al",iciti:"ic",ical:"ic",ful:"",ness:""},n="[^aeiou]",i="[aeiouy]",r=n+"[^aeiouy]*",o=i+"[aeiou]*",s="^("+r+")?"+o+r,a="^("+r+")?"+o+r+"("+o+")?$",h="^("+r+")?"+o+r+o+r,u="^("+r+")?"+i,l=new RegExp(s),c=new RegExp(h),f=new RegExp(a),d=new RegExp(u),p=/^(.+?)(ss|i)es$/,v=/^(.+?)([^s])s$/,g=/^(.+?)eed$/,m=/^(.+?)(ed|ing)$/,y=/.$/,S=/(at|bl|iz)$/,w=new RegExp("([^aeiouylsz])\\1$"),k=new RegExp("^"+r+i+"[^aeiouwxy]$"),x=/^(.+?[^aeiou])y$/,b=/^(.+?)(ational|tional|enci|anci|izer|bli|alli|entli|eli|ousli|ization|ation|ator|alism|iveness|fulness|ousness|aliti|iviti|biliti|logi)$/,E=/^(.+?)(icate|ative|alize|iciti|ical|ful|ness)$/,F=/^(.+?)(al|ance|ence|er|ic|able|ible|ant|ement|ment|ent|ou|ism|ate|iti|ous|ive|ize)$/,_=/^(.+?)(s|t)(ion)$/,z=/^(.+?)e$/,O=/ll$/,P=new RegExp("^"+r+i+"[^aeiouwxy]$"),T=function(n){var i,r,o,s,a,h,u;if(n.length<3)return n;if(o=n.substr(0,1),"y"==o&&(n=o.toUpperCase()+n.substr(1)),s=p,a=v,s.test(n)?n=n.replace(s,"$1$2"):a.test(n)&&(n=n.replace(a,"$1$2")),s=g,a=m,s.test(n)){var T=s.exec(n);s=l,s.test(T[1])&&(s=y,n=n.replace(s,""))}else if(a.test(n)){var T=a.exec(n);i=T[1],a=d,a.test(i)&&(n=i,a=S,h=w,u=k,a.test(n)?n+="e":h.test(n)?(s=y,n=n.replace(s,"")):u.test(n)&&(n+="e"))}if(s=x,s.test(n)){var T=s.exec(n);i=T[1],n=i+"i"}if(s=b,s.test(n)){var T=s.exec(n);i=T[1],r=T[2],s=l,s.test(i)&&(n=i+t[r])}if(s=E,s.test(n)){var T=s.exec(n);i=T[1],r=T[2],s=l,s.test(i)&&(n=i+e[r])}if(s=F,a=_,s.test(n)){var T=s.exec(n);i=T[1],s=c,s.test(i)&&(n=i)}else if(a.test(n)){var T=a.exec(n);i=T[1]+T[2],a=c,a.test(i)&&(n=i)}if(s=z,s.test(n)){var T=s.exec(n);i=T[1],s=c,a=f,h=P,(s.test(i)||a.test(i)&&!h.test(i))&&(n=i)}return s=O,a=c,s.test(n)&&a.test(n)&&(s=y,n=n.replace(s,"")),"y"==o&&(n=o.toLowerCase()+n.substr(1)),n};return T}(),t.Pipeline.registerFunction(t.stemmer,"stemmer"),t.generateStopWordFilter=function(t){var e=t.reduce(function(t,e){return t[e]=e,t},{});return function(t){return t&&e[t]!==t?t:void 0}},t.stopWordFilter=t.generateStopWordFilter(["a","able","about","across","after","all","almost","also","am","among","an","and","any","are","as","at","be","because","been","but","by","can","cannot","could","dear","did","do","does","either","else","ever","every","for","from","get","got","had","has","have","he","her","hers","him","his","how","however","i","if","in","into","is","it","its","just","least","let","like","likely","may","me","might","most","must","my","neither","no","nor","not","of","off","often","on","only","or","other","our","own","rather","said","say","says","she","should","since","so","some","than","that","the","their","them","then","there","these","they","this","tis","to","too","twas","us","wants","was","we","were","what","when","where","which","while","who","whom","why","will","with","would","yet","you","your"]),t.Pipeline.registerFunction(t.stopWordFilter,"stopWordFilter"),t.trimmer=function(t){return t.replace(/^\W+/,"").replace(/\W+$/,"")},t.Pipeline.registerFunction(t.trimmer,"trimmer"),t.TokenStore=function(){this.root={docs:{}},this.length=0},t.TokenStore.load=function(t){var e=new this;return e.root=t.root,e.length=t.length,e},t.TokenStore.prototype.add=function(t,e,n){var n=n||this.root,i=t.charAt(0),r=t.slice(1);return i in n||(n[i]={docs:{}}),0===r.length?(n[i].docs[e.ref]=e,void(this.length+=1)):this.add(r,e,n[i])},t.TokenStore.prototype.has=function(t){if(!t)return!1;for(var e=this.root,n=0;n<t.length;n++){if(!e[t.charAt(n)])return!1;e=e[t.charAt(n)]}return!0},t.TokenStore.prototype.getNode=function(t){if(!t)return{};for(var e=this.root,n=0;n<t.length;n++){if(!e[t.charAt(n)])return{};e=e[t.charAt(n)]}return e},t.TokenStore.prototype.get=function(t,e){return this.getNode(t,e).docs||{}},t.TokenStore.prototype.count=function(t,e){return Object.keys(this.get(t,e)).length},t.TokenStore.prototype.remove=function(t,e){if(t){for(var n=this.root,i=0;i<t.length;i++){if(!(t.charAt(i)in n))return;n=n[t.charAt(i)]}delete n.docs[e]}},t.TokenStore.prototype.expand=function(t,e){var n=this.getNode(t),i=n.docs||{},e=e||[];return Object.keys(i).length&&e.push(t),Object.keys(n).forEach(function(n){"docs"!==n&&e.concat(this.expand(t+n,e))},this),e},t.TokenStore.prototype.toJSON=function(){return{root:this.root,length:this.length}},function(t,e){"function"==typeof define&&define.amd?define(e):"object"==typeof exports?module.exports=e():t.lunr=e()}(this,function(){return t})}();

diff --git a/js/search.js b/js/search.js
new file mode 100644
index 0000000..958908e
--- /dev/null
+++ b/js/search.js
@@ -0,0 +1,83 @@
+(function() {

+  function displaySearchResults(results, store) {

+    const searchResults = document.getElementById('search-results');

+    const baseURL = "/codewind";

+

+    if (results.length) { // Are there any results?

+      let appendString = '';

+

+      for (let i = 0; i < results.length; i++) {  // Iterate over the results

+        let item = store[results[i].ref];

+        if (item.layout == "newsredirect") {

+          appendString += `

+          <div class="card">

+            <div class="card-header">

+              News

+            </div>

+            <div class="card-body">

+              <h5 class="card-title"><a href="${baseURL}${item.url}">Latest News</a></h5>

+              <p class="card-text">Want to keep up with the latest in codewind? See the latest news...</p>

+            </div>

+          </div>`;

+        } else {

+          appendString += `

+          <div class="card">

+            <div class="card-header">

+              ${item.layout[0].toUpperCase() + item.layout.substring(1)}

+            </div>

+            <div class="card-body">

+              <h5 class="card-title"><a href="${baseURL}${item.url}">${item.title}</a></h5>

+              <p class="card-text">${item.content.substring(0, 147)}...</p>

+            </div>

+          </div>`;

+        }

+      }

+

+      searchResults.innerHTML = appendString;

+    } else {

+      searchResults.innerHTML = '<li class="list-group-item">No results found</li>';

+    }

+  }

+

+  function getQueryVariable(variable) {

+    const query = window.location.search.substring(1);

+    const vars = query.split('&');

+

+    for (let i = 0; i < vars.length; i++) {

+      let pair = vars[i].split('=');

+

+      if (pair[0] === variable) {

+        return decodeURIComponent(pair[1].replace(/\+/g, '%20'));

+      }

+    }

+  }

+

+  const searchTerm = getQueryVariable('query');

+

+  if (searchTerm) {

+    document.getElementById('search-box').setAttribute("value", searchTerm);

+

+    // Initalize lunr with the fields it will be searching on. I've given title

+    // a boost of 10 to indicate matches on this field are more important.

+    const idx = lunr(function () {

+      this.field('id');

+      this.field('title', { boost: 10 });

+      this.field('author');

+      this.field('category');

+      this.field('content');

+    });

+

+    for (let key in window.store) { // Add the data to lunr

+      idx.add({

+        'id': key,

+        'title': window.store[key].title,

+        'author': window.store[key].author,

+        'category': window.store[key].category,

+        'content': window.store[key].content

+      });

+

+      const results = idx.search(searchTerm); // Get lunr to perform a search

+      displaySearchResults(results, window.store); // We'll write this in the next section

+    }

+  }

+})();
\ No newline at end of file
diff --git a/learn.html b/learn.html
index 5f7cc0f..d28c603 100644
--- a/learn.html
+++ b/learn.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
-  <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+  <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
+    <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,282 +583,64 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
   <div id="content-container">
     <div class="learn-container container-fluid">
@@ -583,68 +654,106 @@
       application and runtime environment standards, by extending their
       Integrated Development Environment (IDE).
       <a href="overview.html">Learn more</a> or
-      <a href="want-to-get-a-microservice-up-and-running-super-quickly-try-codewind.html">see it in action</a>.
+      <a
+        href="want-to-get-a-microservice-up-and-running-super-quickly-try-codewind.html"
+        >see it in action</a
+      >.
     </div>
-    <div class="card-deck w-100">
-      <div class="card learn-card">
-        <div class="card-header">
-          <div class="d-flex align-items-center justify-content-between">
-            <h5 class="my-2">
-              Desktop and remote
-            </h5>
-            <div>
-              <img alt="Cloud icon" title="cloud icon" src="images/learn/icon_cloud.svg" />
-              <img alt="Desktop icon" title="desktop icon" src="images/learn/icon_desktop.svg" />
+    <div class="row equal-height w-100">
+      <div class="col-12 col-lg-6 py-3 py-lg-0">
+        <div class="card learn-card">
+          <div class="card-header">
+            <div class="d-flex align-items-center justify-content-between">
+              <h5 class="my-2">
+                Desktop and remote
+              </h5>
+              <div>
+                <img
+                  alt="Cloud icon"
+                  title="cloud icon"
+                  src="images/learn/icon_cloud.svg"
+                />
+                <img
+                  alt="Desktop icon"
+                  title="desktop icon"
+                  src="images/learn/icon_desktop.svg"
+                />
+              </div>
+            </div>
+          </div>
+          <div class="card-body d-flex flex-column">
+            <p>
+              Download to develop, build and run on your desktop, or to develop
+              on your desktop but build and run on the cloud. Follow
+              step-by-step instructions for
+              <a href="vsc-getting-started.html">VS Code</a>,
+              <a href="eclipse-getting-started.html">Eclipse</a>, or
+              <a href="intellij-getting-started.html">IntelliJ</a>.
+              Read more about <a href="gettingstarted-overview.html">local, remote, and browser-based configurations</a>.
+            </p>
+            <div
+              class="col d-flex justify-content-start flex-column flex-xl-row"
+            >
+              <a
+                href="https://marketplace.visualstudio.com/items?itemName=IBM.codewind"
+                class="mt-auto btn btn-primary m-2"
+                role="button"
+              >
+                VS Code
+                <i class="fa fa-download button-icon"></i>
+              </a>
+              <a
+                href="https://marketplace.eclipse.org/content/codewind"
+                class="mt-auto btn btn-primary m-2"
+                role="button"
+              >
+                Eclipse
+                <i class="fa fa-download button-icon"></i>
+              </a>
+              <a
+                href="https://plugins.jetbrains.com/plugin/13839-codewind"
+                class="mt-auto btn btn-primary m-2"
+                role="button"
+              >
+                IntelliJ
+                <i class="fa fa-download button-icon"></i>
+              </a>
             </div>
           </div>
         </div>
-        <div class="card-body d-flex flex-column">
-          <p>
-            Download to develop, build and run on your desktop, or to develop on
-            your desktop but build and run on the cloud. Follow step-by-step
-            instructions for <a href="vsc-getting-started.html">VS Code</a>,
-            <a href="eclipse-getting-started.html">Eclipse</a>, or
-            <a href="intellij-getting-started.html">IntelliJ</a>.
-          </p>
-          <div class="col d-flex justify-content-start flex-column flex-xl-row">
-            <a href="https://marketplace.visualstudio.com/items?itemName=IBM.codewind"
-              class="mt-auto btn btn-primary m-2" role="button">
-              VS Code
-              <i class="fa fa-download button-icon"></i>
-            </a>
-            <a href="https://marketplace.eclipse.org/content/codewind" class="mt-auto btn btn-primary m-2"
-              role="button">
-              Eclipse
-              <i class="fa fa-download button-icon"></i>
-            </a>
-            <a href="https://plugins.jetbrains.com/plugin/13839-codewind" class="mt-auto btn btn-primary m-2"
-              role="button">
-              IntelliJ
-              <i class="fa fa-download button-icon"></i>
-            </a>
-          </div>
-        </div>
       </div>
-      <div class="card learn-card">
-        <div class="card-header">
-          <div class="d-flex align-items-center justify-content-between">
-            <h5 class="my-2">
-              Browser based
-            </h5>
-            <img alt="Cloud icon" title="cloud icon" src="images/learn/icon_cloud.svg" />
+      <div class="col-12 col-lg-6 py-3 py-lg-0">
+        <div class="card learn-card">
+          <div class="card-header">
+            <div class="d-flex align-items-center justify-content-between">
+              <h5 class="my-2">
+                Browser based
+              </h5>
+              <img
+                alt="Cloud icon"
+                title="cloud icon"
+                src="images/learn/icon_cloud.svg"
+              />
+            </div>
           </div>
-        </div>
-        <div class="card-body d-flex flex-column justify-content-between">
-          <p>
-            Download to develop, build and run entirely on the cloud,
-            <a href="che-installinfo.html ">step-by-step instructions</a>.
-          </p>
-          <div class="col d-flex justify-content-start flex-column flex-xl-row">
-            <a href="https://github.com/eclipse/codewind-che-plugin/blob/0.13.0/setup/install_che/che-operator/codewind-checluster.yaml"
-              class="mt-auto btn btn-primary m-2" role="button">
-              Eclipse Che
-              <i class="fa fa-download button-icon"></i>
-            </a>
+          <div class="card-body d-flex flex-column justify-content-between">
+            <p>
+              Download to develop, build and run entirely on the cloud. Follow
+              <a href="che-installinfo.html ">step-by-step instructions</a> for Eclipse Che.
+              Read more about <a href="gettingstarted-overview.html">local, remote, and browser-based configurations</a>.
+            </p>
+            <div
+              class="col d-flex justify-content-start flex-column flex-xl-row"
+            >
+              <a
+                href="https://github.com/eclipse/codewind-che-plugin/blob/0.13.0/setup/install_che/che-operator/codewind-checluster.yaml"
+                class="mt-auto btn btn-primary m-2"
+                role="button"
+              >
+                Eclipse Che
+                <i class="fa fa-download button-icon"></i>
+              </a>
+            </div>
           </div>
         </div>
       </div>
@@ -653,51 +762,73 @@
 
   <div class="row p-5">
     <h3 class="mt-0 mb-4">Get started by job role</h3>
-    <div class="card-deck w-100">
-      <div class="card learn-card">
-        <div class="card-body">
-          <div class="d-flex align-items-center mb-2">
-            <img alt="Developer icon" title="developer icon" src="images/learn/icon_roleDeveloper.svg" />
-            <h5 class="my-2">
-              Developer
-            </h5>
+    <div class="row equal-height">
+      <div class="col-12 col-lg-4 py-3 py-lg-0">
+        <div class="card learn-card">
+          <div class="card-body">
+            <div class="d-flex align-items-center mb-2">
+              <img
+                alt="Developer icon"
+                title="developer icon"
+                src="images/learn/icon_roleDeveloper.svg"
+              />
+              <h5 class="my-2">
+                Developer
+              </h5>
+            </div>
+            <p>
+              If you are a developer, learn how to set up and start using
+              Codewind on <a href="vsc-getting-started.html">VS Code</a>,
+              <a href="eclipse-getting-started.html">Eclipse</a>,
+              <a href="intellij-getting-started.html">IntelliJ</a>, or
+              <a href="che-installinfo.html">Eclipse Che</a>.
+            </p>
           </div>
-          <p>
-            If you are a developer, learn how to set up and start using Codewind
-            on <a href="vsc-getting-started.html">VS Code</a>,
-            <a href="eclipse-getting-started.html">Eclipse</a>,
-            <a href="intellij-getting-started.html">IntelliJ</a>, or
-            <a href="che-installinfo.html">Eclipse Che</a>.
-          </p>
         </div>
       </div>
-      <div class="card learn-card">
-        <div class="card-body">
-          <div class="d-flex align-items-center mb-2">
-            <img alt="SysAdmin icon" title="sysAdmin icon" src="images/learn/icon_roleSysAdmin.svg" />
-            <h5 class="my-2">
-              SysAdmin or Devops
-            </h5>
+      <div class="col-12 col-lg-4 py-3 py-lg-0">
+        <div class="card learn-card">
+          <div class="card-body">
+            <div class="d-flex align-items-center mb-2">
+              <img
+                alt="SysAdmin icon"
+                title="sysAdmin icon"
+                src="images/learn/icon_roleSysAdmin.svg"
+              />
+              <h5 class="my-2">
+                SysAdmin or Devops
+              </h5>
+            </div>
+            <p>
+              If you are a sysadmin or DevOps engineer, learn how to
+              <a href="remote-deploying-codewind.html">deploy Codewind remotely</a>, or learn how to
+              <a href="che-installinfo.html">
+                install Codewind for Eclipse Che
+              </a>.
+            </p>
           </div>
-          <p>
-            If you are a sysadmin or DevOps engineer, learn how to
-            <a href="remote-deploying-codewind.html">deploy Codewind remotely</a>.
-          </p>
         </div>
       </div>
-      <div class="card learn-card">
-        <div class="card-body">
-          <div class="d-flex align-items-center mb-2">
-            <img alt="Architect icon" title="architect icon" src="images/learn/icon_roleArchitect.svg" />
-            <h5 class="my-2">
-              Solution Architect
-            </h5>
+      <div class="col-12 col-lg-4 py-3 py-lg-0">
+        <div class="card learn-card">
+          <div class="card-body">
+            <div class="d-flex align-items-center mb-2">
+              <img
+                alt="Architect icon"
+                title="architect icon"
+                src="images/learn/icon_roleArchitect.svg"
+              />
+              <h5 class="my-2">
+                Solution Architect
+              </h5>
+            </div>
+            <p>
+              If you are responsible for defining standards for the application
+              and runtime environments, such as framework and software levels
+              see,
+              <a href="workingwithtemplates.html">Working with templates</a>.
+            </p>
           </div>
-          <p>
-            If you are responsible for defining standards for the application
-            and runtime environments, such as framework and software levels see,
-            <a href="workingwithtemplates.html">Working with templates</a>.
-          </p>
         </div>
       </div>
     </div>
@@ -707,77 +838,102 @@
     <a href="guides.html">
       <h3 class="mt-0 mb-4">Quick guides</h3>
     </a>
-    <div class="card-deck w-100">
+    <div class="row equal-height w-100">
       
-      <div class="card learn-card">
-        <div class="card-body">
-          <div class="d-flex align-items-center">
-            <h5 class="my-2">
-              <a href="codewind-crw-quick-guide.html">
-                Getting Started with Codewind in CodeReady Workspaces
-              </a>
-            </h5>
-            <img alt="Guide icon" class="pl-2" title="guide icon" src="images/learn/icon_cloud.svg" />
+      <div class="col-12 col-lg-4 py-3 py-lg-0">
+        <div class="card learn-card">
+          <div class="card-body">
+            <div class="d-flex align-items-center">
+              <h5 class="my-2">
+                <a href="codewind-crw-quick-guide.html">
+                  Getting Started with Codewind in CodeReady Workspaces
+                </a>
+              </h5>
+              <img
+                alt="Guide icon"
+                class="pl-2"
+                title="guide icon"
+                src="images/learn/icon_cloud.svg"
+              />
+            </div>
+            <ul>
+              
+              <li>
+                Install CodeReady Workspaces and Codewind.
+              </li>
+              
+              <li>
+                Create a Codewind workspace within CodeReady Workspaces.
+              </li>
+              
+              <li>
+                Develop a simple microservice with the Codewind workspace.
+              </li>
+              
+            </ul>
           </div>
-          <ul>
-            
-            <li>
-              Install CodeReady Workspaces and Codewind.
-            </li>
-            
-            <li>
-              Create a Codewind workspace within CodeReady Workspaces.
-            </li>
-            
-          </ul>
         </div>
       </div>
       
-      <div class="card learn-card">
-        <div class="card-body">
-          <div class="d-flex align-items-center">
-            <h5 class="my-2">
-              <a href="codewind-eclipse-quick-guide.html">
-                Getting Started with Codewind in Eclipse
-              </a>
-            </h5>
-            <img alt="Guide icon" class="pl-2" title="guide icon" src="images/learn/icon_logoEclipse.svg" />
+      <div class="col-12 col-lg-4 py-3 py-lg-0">
+        <div class="card learn-card">
+          <div class="card-body">
+            <div class="d-flex align-items-center">
+              <h5 class="my-2">
+                <a href="codewind-eclipse-quick-guide.html">
+                  Getting Started with Codewind in Eclipse
+                </a>
+              </h5>
+              <img
+                alt="Guide icon"
+                class="pl-2"
+                title="guide icon"
+                src="images/learn/icon_logoEclipse.svg"
+              />
+            </div>
+            <ul>
+              
+              <li>
+                Install Eclipse and Codewind.
+              </li>
+              
+              <li>
+                Develop a simple microservice that uses Eclipse Codewind in Eclipse.
+              </li>
+              
+            </ul>
           </div>
-          <ul>
-            
-            <li>
-              Install Eclipse and Codewind.
-            </li>
-            
-            <li>
-              Develop a simple microservice that uses Eclipse Codewind in Eclipse.
-            </li>
-            
-          </ul>
         </div>
       </div>
       
-      <div class="card learn-card">
-        <div class="card-body">
-          <div class="d-flex align-items-center">
-            <h5 class="my-2">
-              <a href="codewind-vscode-quick-guide.html">
-                Getting Started with Codewind in VS Code
-              </a>
-            </h5>
-            <img alt="Guide icon" class="pl-2" title="guide icon" src="images/learn/icon_logoVScode.svg" />
+      <div class="col-12 col-lg-4 py-3 py-lg-0">
+        <div class="card learn-card">
+          <div class="card-body">
+            <div class="d-flex align-items-center">
+              <h5 class="my-2">
+                <a href="codewind-vscode-quick-guide.html">
+                  Getting Started with Codewind in VS Code
+                </a>
+              </h5>
+              <img
+                alt="Guide icon"
+                class="pl-2"
+                title="guide icon"
+                src="images/learn/icon_logoVScode.svg"
+              />
+            </div>
+            <ul>
+              
+              <li>
+                Install Visual Studio Code (VS Code) and Codewind.
+              </li>
+              
+              <li>
+                Develop a simple microservice that uses Eclipse Codewind in VS Code.
+              </li>
+              
+            </ul>
           </div>
-          <ul>
-            
-            <li>
-              Install Visual Studio Code (VS Code) and Codewind.
-            </li>
-            
-            <li>
-              Develop a simple microservice that uses Eclipse Codewind in VS Code.
-            </li>
-            
-          </ul>
         </div>
       </div>
       
@@ -786,8 +942,7 @@
 
   <div class="row learn-row p-5">
     <div class="row w-100">
-      
-      
+       
       <div class="col-lg-6">
         <a href="blog.html">
           <h3 class="mt-0 mb-4">
@@ -796,7 +951,12 @@
         </a>
         <div class="card learn-media-card">
           <div class="embed-responsive embed-responsive-16by9">
-            <img class="blog-image" alt="Blog image" title="blog-image" src="images/blog/sneakpeakremotedevelopment.jpeg" />
+            <img
+              class="blog-image"
+              alt="Blog image"
+              title="blog-image"
+              src="images/blog/sneakpeakremotedevelopment.jpeg"
+            />
           </div>
           <div class="card-body">
             <p class="card-text text-right">
@@ -828,22 +988,27 @@
         </a>
         <div class="card learn-media-card">
           <div class="embed-responsive embed-responsive-16by9">
-            <iframe title="Codewind youtube video" src="https://www.youtube.com/embed/nhW7Qb4ojH8" class="embed-responsive-item"
-              allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
+            <iframe
+              title="Codewind youtube video"
+              src="https://www.youtube.com/embed/kNmGYDvgXZ8"
+              class="embed-responsive-item"
+              allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"
+              allowfullscreen
+            ></iframe>
           </div>
           <div style class="card-body">
             <p class="card-text text-right">
               <small class="text-muted">
-                April 07, 2020
+                July 09, 2020
               </small>
             </p>
             <h5 class="card-title">
-              <a href="https://www.youtube.com/watch?v=nhW7Qb4ojH8">
-                Codewind Node.js code profiler
+              <a href="https://www.youtube.com/watch?v=kNmGYDvgXZ8">
+                Codewind Project Linking
               </a>
             </h5>
             <p class="card-text">
-              In this video you can see how the Eclipse Codewind Node.js profiler plugin for VS Code allows a cloud native developer to profile their Node.js applications, and quickly identify potential bottlenecks and where most of the time is spent executing their code.
+              In this feature in under a minute video for Project Linking you can see how Eclipse Codewind provides the ability to simply allow two separate microservices to communicate with each other with no complicated setup or service discovery.
 
             </p>
           </div>
@@ -857,6 +1022,7 @@
     </div>
   </div>
 </div>
+
   </div>
 </div>
 <!-- footer row -->
@@ -1030,6 +1196,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/linking-your-projects.html b/linking-your-projects.html
new file mode 100644
index 0000000..ce2b579
--- /dev/null
+++ b/linking-your-projects.html
@@ -0,0 +1,930 @@
+<!DOCTYPE html>
+<html lang="en">
+<!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112407000-2"></script>
+<script>
+    window.dataLayer = window.dataLayer || [];
+
+    function gtag() {
+        dataLayer.push(arguments);
+    }
+    gtag('js', new Date());
+
+    gtag('config', 'UA-112407000-2');
+</script>
+
+<!-- Google Tag Manager -->
+<script>
+    (function (w, d, s, l, i) {
+        w[l] = w[l] || [];
+        w[l].push({
+            'gtm.start': new Date().getTime(),
+            event: 'gtm.js'
+        });
+        var f = d.getElementsByTagName(s)[0],
+            j = d.createElement(s),
+            dl = l != 'dataLayer' ? '&l=' + l : '';
+        j.async = true;
+        j.src =
+            'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
+        f.parentNode.insertBefore(j, f);
+    })(window, document, 'script', 'dataLayer', 'GTM-KS8HHSF');
+</script>
+<!-- End Google Tag Manager -->
+
+<head>
+    	<title>Linking your projects | Codewind</title>
+	<meta charset="utf-8">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<meta name="description" content="Linking your projects">
+	<meta name="keywords" content="project actions, attach, build, disable, enable, validate, refresh, link, linking your projects, VS Code, Eclipse"/>
+	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
+	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
+	<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,600&display=swap" rel="stylesheet">
+	<!-- Bootstrap CSS CDN -->
+	<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
+	integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
+	<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
+	<link rel="stylesheet" href="css/styles.css">
+	<link rel="stylesheet" href="css/docs.css">
+	<link rel="stylesheet" href="css/learn.css">
+	<link rel="stylesheet" href="css/blog.css">
+	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
+	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
+
+
+</head>
+
+<body data-spy="scroll" data-target="#toc">
+    <!-- Google Tag Manager (noscript) -->
+    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KS8HHSF"
+        height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+        <!-- End Google Tag Manager (noscript) -->
+    <div class="main">
+    <!-- Bootstrap NavBar -->
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
+    		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
+            data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
+            aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <a class="navbar-brand" href="/codewind/">
+            <img alt="Codewind logo image"  title="Codewind logo image" src="images/header/header-logo.svg" class="cw-header-logo" alt="">
+        </a>
+        <div class="collapse navbar-collapse justify-content-end cw-navbar-padding" id="navbarNavDropdown">
+            <ul class="navbar-nav cw-navbar-nav">
+
+                <li class="nav-item cw-navbar-item cw-header-link-docs">
+                    <a class="nav-link cw-nav-link cw-header-link-text" href="learn.html">Learn</a>
+                </li>
+                <li class="nav-item cw-navbar-item cw-header-link-news">
+                    <a class="nav-link cw-nav-link cw-header-link-text" href="news.html">News</a>
+                </li>
+
+                <li class="nav-item cw-navbar-item cw-header-link-blog">
+                    <a class="nav-link cw-nav-link cw-header-link-text" href="blog.html">Blog</a>
+                </li>
+
+                <li class="nav-item cw-navbar-item cw-header-link-guides">
+                    <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
+                </li>
+
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
+                 <li class="nav-item cw-navbar-item cw-header-link">
+                    <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
+                </li>
+
+                <li class="nav-item cw-navbar-item cw-header-link">
+                    <a class="nav-link cw-nav-link" href="https://twitter.com/EclipseCodewind"><img alt="Codewind Twitter"  class="banner-image" title="Codewind Twitter" src="images/header/twitter.png"/></a>
+                </li>
+                 <li class="nav-item cw-navbar-item cw-header-link">
+                    <a class="nav-link cw-nav-link" href="https://mattermost.eclipse.org/eclipse/channels/eclipse-codewind"><img alt="Codewind Mattermost"  class="banner-image"  title="Codewind Mattermost" src="images/header/mattermost.png"/></a>
+                </li>
+                <li class="nav-item cw-navbar-item cw-header-link">
+                    <a class="nav-link cw-nav-link" href="https://www.youtube.com/channel/UCnKCVK6RFDyHFqUmXlAhCHQ"><img alt="Codewind YouTube"  class="banner-image" title="Codewind YouTube" src="images/header/youtube.png"/></a>
+                </li>
+
+
+                <!-- li class="nav-item cw-navbar-item" id="download-li">
+                    <button onClick="window.location.href='https://microclimate.dev/download/codewind';" type="button" class="btn cw-download-button">Download</button>
+                    <a href="https://microclimate.dev/download/codewind" class="nav-link cw-nav-link cw-download-link" href="#">Download</a>
+                </li>  -->
+
+
+
+                <!-- Smaller devices menu END -->
+
+            </ul>
+        </div>
+
+    	</nav>
+    	<!-- End Bootstrap NavBar -->
+<!-- Bootstrap row -->
+<div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
+    <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
+
+                
+
+                
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
+
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
+
+                
+
+                
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
+                
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
+
+                
+
+                
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
+                
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
+
+                
+
+                
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
+            
+
+            
+
+            
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
+            
+
+            
+
+        </ul>
+        <!-- List Group END-->
+    </div>
+</div>
+    <!-- MAIN -->
+    <div id="content-container">
+        <div class="py-5 px-5">
+            <div role="main"><h1 id="linking-your-projects">Linking your projects</h1>
+
+<p>You can link your projects when you are using Codewind. This feature is available in the <a href="#linking-your-projects-in-vs-code">VS Code</a> and <a href="#linking-your-projects-in-eclipse">Eclipse</a> IDEs. Project linking is supported by all Codewind project types and extensions except for the ODO Devfile extension.</p>
+
+<p>For example, use this feature to link a front-end Node.js project to a back-end database. You have a web page front-end Node.js project without a link:</p>
+
+<p><img src="images/linking-feature/unlinked_project.png" alt="Image of unlinked project" width="650px" /></p>
+
+<p>You then link it to a back-end Node.js database project:</p>
+
+<p><img src="images/linking-feature/linked_project.png" alt="Image of linked project" width="650px" /></p>
+
+<h2 id="linking-your-projects-in-vs-code">Linking your projects in VS Code</h2>
+
+<p>To link your projects in VS Code, follow these steps where project <code class="highlighter-rouge">frontend-nodejs</code> is the source project and project <code class="highlighter-rouge">database-nodejs</code> is the target project. Both projects must be running to create a link.</p>
+
+<p>1. Right-click project <code class="highlighter-rouge">frontend-nodejs</code> in the <strong>Codewind</strong> view, select <strong>Project Overview</strong>, and then select the <strong>Links</strong> tab.</p>
+
+<p>2. Click <strong>Create Link</strong>:</p>
+
+<p><img src="images/linking-feature/vscode_add_project_link.png" alt="Image of managing VS Code project links" width="650px" /></p>
+
+<p>3. Select the target project and press <strong>Enter</strong>.</p>
+
+<p><img src="images/linking-feature/vscode_select_target_project.png" alt="Image of selecting VS Code target project" width="650px" /></p>
+
+<p>4. Enter a name for the environment variable and press <strong>Enter</strong>:</p>
+
+<p><img src="images/linking-feature/vscode_enter_environment_variable.png" alt="Image of entering VS Code environment variable" width="650px" /></p>
+
+<p>5. The link is created and is shown in the <strong>Project Links</strong> section of the <strong>Project Overview</strong>:</p>
+
+<p><img src="images/linking-feature/vscode_manage_project_links_step_4.png" alt="Image of VS Code project links section" width="650px" /></p>
+
+<p>6. Use the environment variable in your code as needed, for example:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>axios.get(`http://$DATABASE/api/v1/populations`);
+</code></pre></div></div>
+
+<p>Where <code class="highlighter-rouge">DATABASE</code> is the name of the environment variable that you added in step 4.</p>
+
+<p>7. If you choose to remove the target project of a link, the <strong>Remove Projects</strong> dialog reminds you that if you remove the project, the link is also removed. If the source project for a link is removed, the link is also removed.</p>
+
+<p><img src="images/linking-feature/vscode_remove_projects.png" alt="Image of removing projects" width="650px" /></p>
+
+<h2 id="linking-your-projects-in-eclipse">Linking your projects in Eclipse</h2>
+
+<p>To link your projects in Eclipse, follow these steps where project <code class="highlighter-rouge">frontend-nodejs</code> is the source project and project <code class="highlighter-rouge">database-nodejs</code> is the target project. Both projects must be running to create a link.</p>
+
+<p>1. Right-click project <code class="highlighter-rouge">frontend-nodejs</code> in the <strong>Codewind Explorer</strong> view and select <strong>Manage Project Links</strong>.</p>
+
+<p>2. Click <strong>Add</strong>:</p>
+
+<p><img src="images/linking-feature/eclipse_manage_project_links.png" alt="Image of managing Eclipse project links" height="550px" width="650px" /></p>
+
+<p>3. Select the target project, enter a name for the <strong>Environment variable</strong>, and then click <strong>OK</strong>:</p>
+
+<p><img src="images/linking-feature/eclipse_add_project_link.png" alt="Image of selecting target project" width="650px" /></p>
+
+<p>4. The link is displayed in the <strong>Manage Project Links</strong> dialog. Click <strong>OK</strong> to create the link:</p>
+
+<p><img src="images/linking-feature/eclipse_manage_project_links_step_4.png" alt="Image of managing links for the front-end project" height="550px" width="650px" /></p>
+
+<p>5. Use the environment variable in your code as needed, for example:</p>
+
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>axios.get(`http://$DATABASE/api/v1/populations`);
+</code></pre></div></div>
+
+<p>Where <code class="highlighter-rouge">DATABASE</code> is the name of the environment variable that you added in step 3.</p>
+
+<p>6. For convenience, project links are displayed in the <strong>Project Overview</strong> page:</p>
+
+<p><img src="images/linking-feature/eclipse_application_overview.png" alt="Image of Eclipse application overview" width="650px" /></p>
+
+<p>7. If you choose to remove the target project of a link, the <strong>Remove Projects</strong> dialog reminds you that if you remove the project, the link is also removed. If the source project for a link is removed, the link is also removed.</p>
+
+<p><img src="images/linking-feature/eclipse_remove_projects.png" alt="Image of removing projects" width="650px" /></p>
+</div>
+        </div>
+
+        <div class="py-5 px-5 text-right">
+            Last update: Jun 29, 2020
+        </div>
+
+    </div>
+</div>
+<!-- footer row -->
+<footer>
+
+<div id="footer-div-mobile">
+        
+        <div class="row">
+	        <div class="col-sm-12 text-center">
+		        <span>Useful Links:</span>
+		        <br/><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org">Eclipse Foundation</a><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org/legal/termsofuse.php">Website Terms of Use</a><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org/legal">Legal</a><br/>
+		    </div>
+        </div>
+        <div class="cw_footer_display_flex cw-footer-same-height cw-footer-center">
+        
+        <div class="cw_footer_display_icons row">
+    		<div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="mailto:codewind-dev@eclipse.org"><img alt="Send us an email"  title="Send us an email" src="images/footer/email-icon.svg" class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="https://twitter.com/EclipseCodewind"><img alt="Codewind Twitter"  title="Codewind Twitter" src="images/footer/twitter-logo.svg" class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+        <div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  title="Codewind Github" src="images/footer/github-logo.svg"
+                            class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+
+        <div class=" cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="https://mattermost.eclipse.org/eclipse/channels/eclipse-codewind"><img alt="Codewind Mattermost"  title="Codewind Mattermost" src="images/footer/mattermost-logo.png" class="cw-logo-mm" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="https://www.youtube.com/channel/UCnKCVK6RFDyHFqUmXlAhCHQ"><img alt="Codewind YouTube"  title="Codewind YouTube" src="images/footer/youtube-logo-dark.svg"
+                            class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    
+                    <a href="http://www.eclipse.org"><img class="cw-logo-eclipse-mobile" alt="Eclipse"  title="Eclipse" src="images/footer/eclipse.svg"/></a>
+                </div>
+            </div>
+        </div>
+        </div>
+        
+		</div>
+		
+    </div>
+    
+    
+    <div class="row cw-footer-desktop" id="footer-div">
+        <div class="cw-footer-left">
+        		<div class="px-5 cw-font-12>
+	        <span class="cw-font-14">Useful Links:</span>
+	        <br/><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org">Eclipse Foundation</a><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org/legal/termsofuse.php">Website Terms of Use</a><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org/legal">Legal</a><br/>
+	        </div>
+	        
+        </div>
+        <div class="cw-footer-border-right"></div>
+        <div class="cw_footer_display_flex cw-footer-same-height cw-footer-center">
+        <div class="cw_footer_display_icons">
+    		<div class="cw-footer-col text-center">
+            <div>
+                <div>
+                    <a href="mailto:codewind-dev@eclipse.org"><img alt="Send us an email"  title="Send us an email" src="images/footer/email-icon.svg" class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center">
+            <div>
+                <div>
+                    <a href="https://twitter.com/EclipseCodewind"><img alt="Codewind Twitter"  title="Codewind Twitter" src="images/footer/twitter-logo.svg" class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+        <div class="cw-footer-col text-center">
+            <div>
+                <div>
+                    <a href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  title="Codewind Github" src="images/footer/github-logo.svg"
+                            class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+
+        <div class=" cw-footer-col text-center">
+            <div class="cw-logo-mm" >
+                <div class="cw-logo-mm" >
+                    <a href="https://mattermost.eclipse.org/eclipse/channels/eclipse-codewind"><img alt="Codewind Mattermost"  title="Codewind Mattermost" src="images/footer/mattermost-logo.png" class="cw-logo-mm" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center">
+            <div>
+                <div>
+                    <a href="https://www.youtube.com/channel/UCnKCVK6RFDyHFqUmXlAhCHQ"><img alt="Codewind YouTube"   title="Codewind YouTube" src="images/footer/youtube-logo-dark.svg"
+                            class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+        </div>
+        
+		</div>
+		<div class="cw-footer-border-right"></div>
+		<div class="cw-footer-right cw-footer-same-height cw-footer-vcenter">
+		<div class="cw-footer-eclipse-img cw-footer-same-height px-5 ">
+	        
+		<a href="http://www.eclipse.org">
+		<img alt="Eclipse"  title="Eclipse" src="images/footer/eclipse.svg"/>
+		</a>
+	        </div>
+		</div>
+    </div>
+</footer>
+<!-- footer row END -->
+<!-- Main Col END -->
+<!-- Jquery -->
+<script
+  src="https://code.jquery.com/jquery-3.4.1.min.js"
+  integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
+  crossorigin="anonymous"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
+    integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
+</script>
+
+
+
+<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
+    integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
+</script>
+
+
+<!-- Font Awesome JS -->
+<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/solid.js"
+    integrity="sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ" crossorigin="anonymous">
+</script>
+<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/fontawesome.js"
+    integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
+</script>
+
+
+<script src="js/jquery.matchHeight-min.js"></script>
+<script src="js/index.js"></script>
+<script src="js/docs.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/prism.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-docker.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-json.min.js"></script>
+
+</div>
+</body>
+
+</html>
+
+
+
+<script src="https://cdnjs.cloudflare.com/ajax/libs/anchor-js/4.2.0/anchor.min.js"></script>
+<script>
+    $(document).ready(function () {
+
+        anchors.options.placement = 'left';
+        anchors.add('h1');
+        anchors.add('h2');
+        anchors.add('h3');
+        anchors.add('h4');
+    });
+</script>
\ No newline at end of file
diff --git a/metrics-dashboard.html b/metrics-dashboard.html
index b834980..81679cd 100644
--- a/metrics-dashboard.html
+++ b/metrics-dashboard.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="understanding-the-metrics-dashboard">Understanding the Metrics Dashboard</h1>
 
 <p>Application Metrics instruments Java, Node.js, and Swift runtimes for performance monitoring and provides the monitoring data through an API. The Metrics Dashboard is a method for you to visualize this data.</p>
@@ -712,7 +782,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Jun 02, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -888,6 +958,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/my-first-cloud-native-node-js-microservice-from-nothing-to-running-immediately.html b/my-first-cloud-native-node-js-microservice-from-nothing-to-running-immediately.html
index 529096a..b0e2ca8 100644
--- a/my-first-cloud-native-node-js-microservice-from-nothing-to-running-immediately.html
+++ b/my-first-cloud-native-node-js-microservice-from-nothing-to-running-immediately.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Eclipse Codewind">
+	<meta name="description" content="Having read about the virtues of 12-factor Apps, I knew I wanted to develop a new microservice — something that would handle one task really well and be easy...">
 	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,7 +134,7 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
             <h1>My first cloud-native Node.js microservice, from nothing to running, immediately</h1>
             <p>18 Oct 2019 - Nik Canvin</p>
@@ -334,6 +345,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/news.html b/news.html
index fdcc48b..9eb2fcc 100644
--- a/news.html
+++ b/news.html
@@ -2,6 +2,6 @@
 <html>
 
   <head>
-    <meta http-equiv="Refresh" content="0; url=news13.html" />
+    <meta http-equiv="Refresh" content="0; url=news14.html" />
   </head>
 </html>
\ No newline at end of file
diff --git a/news03.html b/news03.html
index 0759152..bd628e2 100644
--- a/news03.html
+++ b/news03.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,163 +133,154 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
-    <!-- Sidebar -->
-    
-    
+  <!-- Sidebar -->
+  <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander"
+      data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+      Contents
+    </button>
+    <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
+      <!-- Bootstrap List Group -->
+      <ul class="list-group bg-light">
 
-    <div id="sidebar-container" class="bg-light"  role="navigation" aria-label="sidebar">
-        <!-- Bootstrap List Group -->
-        <ul class="list-group sticky-top bg-light cw-sticky-offset">
-            
-            <!-- Hard coded TOC -->
-            <!-- Start single page getting started -->
-            
-            
-		      
-			  
-				<a href="news13.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.13.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news12.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.12.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news11.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.11.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news09.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.9.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news08.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.8.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news07.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.7.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news06.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.6.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news05.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.5.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news04.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.4.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news03.html" 
-				    
-				    
-					
-					class="cw-current-page bg-light list-group-item list-group-item-action">
-					Codewind 0.3.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="newstechpreview.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind tech preview
-	            </a>
-	            
-			  
-			
-			
-			<!-- END hard coded TOC -->
+        <!-- Hard coded TOC -->
+        <!-- Start single page getting started -->
 
-            
-        </ul>
-        <!-- List Group END-->
+        
+        
+
+        <a href="news14.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.14.0
+        </a>
+
+        
+        
+        
+
+        <a href="news13.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.13.0
+        </a>
+
+        
+        
+        
+
+        <a href="news12.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.12.0
+        </a>
+
+        
+        
+        
+
+        <a href="news11.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.11.0
+        </a>
+
+        
+        
+        
+
+        <a href="news09.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.9.0
+        </a>
+
+        
+        
+        
+
+        <a href="news08.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.8.0
+        </a>
+
+        
+        
+        
+
+        <a href="news07.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.7.0
+        </a>
+
+        
+        
+        
+
+        <a href="news06.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.6.0
+        </a>
+
+        
+        
+        
+
+        <a href="news05.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.5.0
+        </a>
+
+        
+        
+        
+
+        <a href="news04.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.4.0
+        </a>
+
+        
+        
+        
+
+        <a href="news03.html" 
+           
+          class="cw-current-page bg-light list-group-item list-group-item-action">
+          Codewind 0.3.0
+        </a>
+
+        
+        
+        
+
+        <a href="newstechpreview.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind tech preview
+        </a>
+
+        
+        
+
+        <!-- END hard coded TOC -->
+
+
+      </ul>
+      <!-- List Group END-->
     </div>
     <!-- sidebar-container END -->
-    <!-- MAIN -->
-    <div id="content-container">
-    		<div class="py-5 px-5">
-    		    <div class="cw-docs-spacer"></div>
-        		<div role="main"><h2 id="codewind-030">Codewind 0.3.0</h2>
+  </div>
+  <!-- MAIN -->
+  <div id="content-container">
+    <div class="py-5 px-5">
+      <div class="cw-docs-spacer"></div>
+      <div role="main"><h2 id="codewind-030">Codewind 0.3.0</h2>
 <p>Codewind 0.3.0 includes Appsody and Tekton.</p>
 
 <h4 id="codewind-appsody-updates-for-030">Codewind Appsody updates for 0.3.0</h4>
@@ -289,10 +291,10 @@
   <li>IDE support is improved with better compiling and getting the project free of errors in the IDE.</li>
 </ul>
 </div>
-        </div>
-        
     </div>
-    
+
+  </div>
+
 </div>
 <!-- footer row -->
 <footer>
@@ -441,7 +443,7 @@
 </footer>
 <!-- footer row END -->
 <!-- Main Col END -->
- <!-- Jquery -->
+<!-- Jquery -->
 <script
   src="https://code.jquery.com/jquery-3.4.1.min.js"
   integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
@@ -465,6 +467,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/news04.html b/news04.html
index b1285ec..6072830 100644
--- a/news04.html
+++ b/news04.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,163 +133,154 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
-    <!-- Sidebar -->
-    
-    
+  <!-- Sidebar -->
+  <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander"
+      data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+      Contents
+    </button>
+    <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
+      <!-- Bootstrap List Group -->
+      <ul class="list-group bg-light">
 
-    <div id="sidebar-container" class="bg-light"  role="navigation" aria-label="sidebar">
-        <!-- Bootstrap List Group -->
-        <ul class="list-group sticky-top bg-light cw-sticky-offset">
-            
-            <!-- Hard coded TOC -->
-            <!-- Start single page getting started -->
-            
-            
-		      
-			  
-				<a href="news13.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.13.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news12.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.12.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news11.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.11.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news09.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.9.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news08.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.8.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news07.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.7.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news06.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.6.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news05.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.5.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news04.html" 
-				    
-				    
-					
-					class="cw-current-page bg-light list-group-item list-group-item-action">
-					Codewind 0.4.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news03.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.3.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="newstechpreview.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind tech preview
-	            </a>
-	            
-			  
-			
-			
-			<!-- END hard coded TOC -->
+        <!-- Hard coded TOC -->
+        <!-- Start single page getting started -->
 
-            
-        </ul>
-        <!-- List Group END-->
+        
+        
+
+        <a href="news14.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.14.0
+        </a>
+
+        
+        
+        
+
+        <a href="news13.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.13.0
+        </a>
+
+        
+        
+        
+
+        <a href="news12.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.12.0
+        </a>
+
+        
+        
+        
+
+        <a href="news11.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.11.0
+        </a>
+
+        
+        
+        
+
+        <a href="news09.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.9.0
+        </a>
+
+        
+        
+        
+
+        <a href="news08.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.8.0
+        </a>
+
+        
+        
+        
+
+        <a href="news07.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.7.0
+        </a>
+
+        
+        
+        
+
+        <a href="news06.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.6.0
+        </a>
+
+        
+        
+        
+
+        <a href="news05.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.5.0
+        </a>
+
+        
+        
+        
+
+        <a href="news04.html" 
+           
+          class="cw-current-page bg-light list-group-item list-group-item-action">
+          Codewind 0.4.0
+        </a>
+
+        
+        
+        
+
+        <a href="news03.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.3.0
+        </a>
+
+        
+        
+        
+
+        <a href="newstechpreview.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind tech preview
+        </a>
+
+        
+        
+
+        <!-- END hard coded TOC -->
+
+
+      </ul>
+      <!-- List Group END-->
     </div>
     <!-- sidebar-container END -->
-    <!-- MAIN -->
-    <div id="content-container">
-    		<div class="py-5 px-5">
-    		    <div class="cw-docs-spacer"></div>
-        		<div role="main"><h2 id="codewind-040">Codewind 0.4.0</h2>
+  </div>
+  <!-- MAIN -->
+  <div id="content-container">
+    <div class="py-5 px-5">
+      <div class="cw-docs-spacer"></div>
+      <div role="main"><h2 id="codewind-040">Codewind 0.4.0</h2>
 <p>Friday 20 September 2019</p>
 
 <h4 id="appsody">Appsody</h4>
@@ -314,10 +316,10 @@
 </ul>
 
 </div>
-        </div>
-        
     </div>
-    
+
+  </div>
+
 </div>
 <!-- footer row -->
 <footer>
@@ -466,7 +468,7 @@
 </footer>
 <!-- footer row END -->
 <!-- Main Col END -->
- <!-- Jquery -->
+<!-- Jquery -->
 <script
   src="https://code.jquery.com/jquery-3.4.1.min.js"
   integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
@@ -490,6 +492,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/news05.html b/news05.html
index 57b6d7e..2be2899 100644
--- a/news05.html
+++ b/news05.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,163 +133,154 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
-    <!-- Sidebar -->
-    
-    
+  <!-- Sidebar -->
+  <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander"
+      data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+      Contents
+    </button>
+    <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
+      <!-- Bootstrap List Group -->
+      <ul class="list-group bg-light">
 
-    <div id="sidebar-container" class="bg-light"  role="navigation" aria-label="sidebar">
-        <!-- Bootstrap List Group -->
-        <ul class="list-group sticky-top bg-light cw-sticky-offset">
-            
-            <!-- Hard coded TOC -->
-            <!-- Start single page getting started -->
-            
-            
-		      
-			  
-				<a href="news13.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.13.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news12.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.12.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news11.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.11.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news09.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.9.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news08.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.8.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news07.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.7.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news06.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.6.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news05.html" 
-				    
-				    
-					
-					class="cw-current-page bg-light list-group-item list-group-item-action">
-					Codewind 0.5.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news04.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.4.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news03.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.3.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="newstechpreview.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind tech preview
-	            </a>
-	            
-			  
-			
-			
-			<!-- END hard coded TOC -->
+        <!-- Hard coded TOC -->
+        <!-- Start single page getting started -->
 
-            
-        </ul>
-        <!-- List Group END-->
+        
+        
+
+        <a href="news14.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.14.0
+        </a>
+
+        
+        
+        
+
+        <a href="news13.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.13.0
+        </a>
+
+        
+        
+        
+
+        <a href="news12.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.12.0
+        </a>
+
+        
+        
+        
+
+        <a href="news11.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.11.0
+        </a>
+
+        
+        
+        
+
+        <a href="news09.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.9.0
+        </a>
+
+        
+        
+        
+
+        <a href="news08.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.8.0
+        </a>
+
+        
+        
+        
+
+        <a href="news07.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.7.0
+        </a>
+
+        
+        
+        
+
+        <a href="news06.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.6.0
+        </a>
+
+        
+        
+        
+
+        <a href="news05.html" 
+           
+          class="cw-current-page bg-light list-group-item list-group-item-action">
+          Codewind 0.5.0
+        </a>
+
+        
+        
+        
+
+        <a href="news04.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.4.0
+        </a>
+
+        
+        
+        
+
+        <a href="news03.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.3.0
+        </a>
+
+        
+        
+        
+
+        <a href="newstechpreview.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind tech preview
+        </a>
+
+        
+        
+
+        <!-- END hard coded TOC -->
+
+
+      </ul>
+      <!-- List Group END-->
     </div>
     <!-- sidebar-container END -->
-    <!-- MAIN -->
-    <div id="content-container">
-    		<div class="py-5 px-5">
-    		    <div class="cw-docs-spacer"></div>
-        		<div role="main"><h2 id="codewind-050">Codewind 0.5.0</h2>
+  </div>
+  <!-- MAIN -->
+  <div id="content-container">
+    <div class="py-5 px-5">
+      <div class="cw-docs-spacer"></div>
+      <div role="main"><h2 id="codewind-050">Codewind 0.5.0</h2>
 <p>Thursday 24 October 2019</p>
 
 <h4 id="appsody">Appsody</h4>
@@ -320,10 +322,10 @@
   <li>Code phrases and code blocks appear with grey backgrounds and syntax coloring for easier visibility.</li>
 </ul>
 </div>
-        </div>
-        
     </div>
-    
+
+  </div>
+
 </div>
 <!-- footer row -->
 <footer>
@@ -472,7 +474,7 @@
 </footer>
 <!-- footer row END -->
 <!-- Main Col END -->
- <!-- Jquery -->
+<!-- Jquery -->
 <script
   src="https://code.jquery.com/jquery-3.4.1.min.js"
   integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
@@ -496,6 +498,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/news06.html b/news06.html
index 451eec9..45b6be6 100644
--- a/news06.html
+++ b/news06.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,163 +133,154 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
-    <!-- Sidebar -->
-    
-    
+  <!-- Sidebar -->
+  <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander"
+      data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+      Contents
+    </button>
+    <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
+      <!-- Bootstrap List Group -->
+      <ul class="list-group bg-light">
 
-    <div id="sidebar-container" class="bg-light"  role="navigation" aria-label="sidebar">
-        <!-- Bootstrap List Group -->
-        <ul class="list-group sticky-top bg-light cw-sticky-offset">
-            
-            <!-- Hard coded TOC -->
-            <!-- Start single page getting started -->
-            
-            
-		      
-			  
-				<a href="news13.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.13.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news12.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.12.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news11.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.11.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news09.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.9.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news08.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.8.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news07.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.7.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news06.html" 
-				    
-				    
-					
-					class="cw-current-page bg-light list-group-item list-group-item-action">
-					Codewind 0.6.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news05.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.5.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news04.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.4.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news03.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.3.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="newstechpreview.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind tech preview
-	            </a>
-	            
-			  
-			
-			
-			<!-- END hard coded TOC -->
+        <!-- Hard coded TOC -->
+        <!-- Start single page getting started -->
 
-            
-        </ul>
-        <!-- List Group END-->
+        
+        
+
+        <a href="news14.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.14.0
+        </a>
+
+        
+        
+        
+
+        <a href="news13.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.13.0
+        </a>
+
+        
+        
+        
+
+        <a href="news12.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.12.0
+        </a>
+
+        
+        
+        
+
+        <a href="news11.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.11.0
+        </a>
+
+        
+        
+        
+
+        <a href="news09.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.9.0
+        </a>
+
+        
+        
+        
+
+        <a href="news08.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.8.0
+        </a>
+
+        
+        
+        
+
+        <a href="news07.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.7.0
+        </a>
+
+        
+        
+        
+
+        <a href="news06.html" 
+           
+          class="cw-current-page bg-light list-group-item list-group-item-action">
+          Codewind 0.6.0
+        </a>
+
+        
+        
+        
+
+        <a href="news05.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.5.0
+        </a>
+
+        
+        
+        
+
+        <a href="news04.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.4.0
+        </a>
+
+        
+        
+        
+
+        <a href="news03.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.3.0
+        </a>
+
+        
+        
+        
+
+        <a href="newstechpreview.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind tech preview
+        </a>
+
+        
+        
+
+        <!-- END hard coded TOC -->
+
+
+      </ul>
+      <!-- List Group END-->
     </div>
     <!-- sidebar-container END -->
-    <!-- MAIN -->
-    <div id="content-container">
-    		<div class="py-5 px-5">
-    		    <div class="cw-docs-spacer"></div>
-        		<div role="main"><h2 id="codewind-060">Codewind 0.6.0</h2>
+  </div>
+  <!-- MAIN -->
+  <div id="content-container">
+    <div class="py-5 px-5">
+      <div class="cw-docs-spacer"></div>
+      <div role="main"><h2 id="codewind-060">Codewind 0.6.0</h2>
 <p>Monday 25 November 2019</p>
 
 <h4 id="codewind-workspace-updates">Codewind workspace updates</h4>
@@ -329,10 +331,10 @@
 
 <p><img src="images/cdt-vsc/output_view.png" alt="Image of VS Code output" /><br /></p>
 </div>
-        </div>
-        
     </div>
-    
+
+  </div>
+
 </div>
 <!-- footer row -->
 <footer>
@@ -481,7 +483,7 @@
 </footer>
 <!-- footer row END -->
 <!-- Main Col END -->
- <!-- Jquery -->
+<!-- Jquery -->
 <script
   src="https://code.jquery.com/jquery-3.4.1.min.js"
   integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
@@ -505,6 +507,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/news07.html b/news07.html
index 6c9f9ab..7a8afd3 100644
--- a/news07.html
+++ b/news07.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,163 +133,154 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
-    <!-- Sidebar -->
-    
-    
+  <!-- Sidebar -->
+  <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander"
+      data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+      Contents
+    </button>
+    <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
+      <!-- Bootstrap List Group -->
+      <ul class="list-group bg-light">
 
-    <div id="sidebar-container" class="bg-light"  role="navigation" aria-label="sidebar">
-        <!-- Bootstrap List Group -->
-        <ul class="list-group sticky-top bg-light cw-sticky-offset">
-            
-            <!-- Hard coded TOC -->
-            <!-- Start single page getting started -->
-            
-            
-		      
-			  
-				<a href="news13.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.13.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news12.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.12.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news11.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.11.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news09.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.9.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news08.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.8.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news07.html" 
-				    
-				    
-					
-					class="cw-current-page bg-light list-group-item list-group-item-action">
-					Codewind 0.7.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news06.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.6.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news05.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.5.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news04.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.4.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news03.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.3.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="newstechpreview.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind tech preview
-	            </a>
-	            
-			  
-			
-			
-			<!-- END hard coded TOC -->
+        <!-- Hard coded TOC -->
+        <!-- Start single page getting started -->
 
-            
-        </ul>
-        <!-- List Group END-->
+        
+        
+
+        <a href="news14.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.14.0
+        </a>
+
+        
+        
+        
+
+        <a href="news13.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.13.0
+        </a>
+
+        
+        
+        
+
+        <a href="news12.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.12.0
+        </a>
+
+        
+        
+        
+
+        <a href="news11.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.11.0
+        </a>
+
+        
+        
+        
+
+        <a href="news09.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.9.0
+        </a>
+
+        
+        
+        
+
+        <a href="news08.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.8.0
+        </a>
+
+        
+        
+        
+
+        <a href="news07.html" 
+           
+          class="cw-current-page bg-light list-group-item list-group-item-action">
+          Codewind 0.7.0
+        </a>
+
+        
+        
+        
+
+        <a href="news06.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.6.0
+        </a>
+
+        
+        
+        
+
+        <a href="news05.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.5.0
+        </a>
+
+        
+        
+        
+
+        <a href="news04.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.4.0
+        </a>
+
+        
+        
+        
+
+        <a href="news03.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.3.0
+        </a>
+
+        
+        
+        
+
+        <a href="newstechpreview.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind tech preview
+        </a>
+
+        
+        
+
+        <!-- END hard coded TOC -->
+
+
+      </ul>
+      <!-- List Group END-->
     </div>
     <!-- sidebar-container END -->
-    <!-- MAIN -->
-    <div id="content-container">
-    		<div class="py-5 px-5">
-    		    <div class="cw-docs-spacer"></div>
-        		<div role="main"><h2 id="codewind-070">Codewind 0.7.0</h2>
+  </div>
+  <!-- MAIN -->
+  <div id="content-container">
+    <div class="py-5 px-5">
+      <div class="cw-docs-spacer"></div>
+      <div role="main"><h2 id="codewind-070">Codewind 0.7.0</h2>
 <p>Wednesday 18 December 2019</p>
 
 <h4 id="-remote-deploy-with-codewind-tech-preview-">✨ Remote Deploy with Codewind: Tech Preview ✨</h4>
@@ -322,10 +324,10 @@
   <li>Other security fixes</li>
 </ul>
 </div>
-        </div>
-        
     </div>
-    
+
+  </div>
+
 </div>
 <!-- footer row -->
 <footer>
@@ -474,7 +476,7 @@
 </footer>
 <!-- footer row END -->
 <!-- Main Col END -->
- <!-- Jquery -->
+<!-- Jquery -->
 <script
   src="https://code.jquery.com/jquery-3.4.1.min.js"
   integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
@@ -498,6 +500,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/news08.html b/news08.html
index f74a8b3..e26bf5c 100644
--- a/news08.html
+++ b/news08.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,163 +133,154 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
-    <!-- Sidebar -->
-    
-    
+  <!-- Sidebar -->
+  <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander"
+      data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+      Contents
+    </button>
+    <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
+      <!-- Bootstrap List Group -->
+      <ul class="list-group bg-light">
 
-    <div id="sidebar-container" class="bg-light"  role="navigation" aria-label="sidebar">
-        <!-- Bootstrap List Group -->
-        <ul class="list-group sticky-top bg-light cw-sticky-offset">
-            
-            <!-- Hard coded TOC -->
-            <!-- Start single page getting started -->
-            
-            
-		      
-			  
-				<a href="news13.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.13.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news12.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.12.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news11.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.11.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news09.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.9.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news08.html" 
-				    
-				    
-					
-					class="cw-current-page bg-light list-group-item list-group-item-action">
-					Codewind 0.8.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news07.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.7.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news06.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.6.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news05.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.5.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news04.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.4.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news03.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.3.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="newstechpreview.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind tech preview
-	            </a>
-	            
-			  
-			
-			
-			<!-- END hard coded TOC -->
+        <!-- Hard coded TOC -->
+        <!-- Start single page getting started -->
 
-            
-        </ul>
-        <!-- List Group END-->
+        
+        
+
+        <a href="news14.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.14.0
+        </a>
+
+        
+        
+        
+
+        <a href="news13.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.13.0
+        </a>
+
+        
+        
+        
+
+        <a href="news12.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.12.0
+        </a>
+
+        
+        
+        
+
+        <a href="news11.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.11.0
+        </a>
+
+        
+        
+        
+
+        <a href="news09.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.9.0
+        </a>
+
+        
+        
+        
+
+        <a href="news08.html" 
+           
+          class="cw-current-page bg-light list-group-item list-group-item-action">
+          Codewind 0.8.0
+        </a>
+
+        
+        
+        
+
+        <a href="news07.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.7.0
+        </a>
+
+        
+        
+        
+
+        <a href="news06.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.6.0
+        </a>
+
+        
+        
+        
+
+        <a href="news05.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.5.0
+        </a>
+
+        
+        
+        
+
+        <a href="news04.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.4.0
+        </a>
+
+        
+        
+        
+
+        <a href="news03.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.3.0
+        </a>
+
+        
+        
+        
+
+        <a href="newstechpreview.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind tech preview
+        </a>
+
+        
+        
+
+        <!-- END hard coded TOC -->
+
+
+      </ul>
+      <!-- List Group END-->
     </div>
     <!-- sidebar-container END -->
-    <!-- MAIN -->
-    <div id="content-container">
-    		<div class="py-5 px-5">
-    		    <div class="cw-docs-spacer"></div>
-        		<div role="main"><h2 id="codewind-080">Codewind 0.8.0</h2>
+  </div>
+  <!-- MAIN -->
+  <div id="content-container">
+    <div class="py-5 px-5">
+      <div class="cw-docs-spacer"></div>
+      <div role="main"><h2 id="codewind-080">Codewind 0.8.0</h2>
 <p>Thursday 23 January 2020</p>
 
 <h4 id="-new-features-and-highlights-for-080-">✨ New Features and Highlights for 0.8.0 ✨</h4>
@@ -316,10 +318,10 @@
   <li><a href="https://github.com/eclipse/codewind/issues/1641">VS Code no longer stores the remote connection in extension data</a>. VS Code now recognizes remote connections created in the Eclipse IDE.</li>
 </ul>
 </div>
-        </div>
-        
     </div>
-    
+
+  </div>
+
 </div>
 <!-- footer row -->
 <footer>
@@ -468,7 +470,7 @@
 </footer>
 <!-- footer row END -->
 <!-- Main Col END -->
- <!-- Jquery -->
+<!-- Jquery -->
 <script
   src="https://code.jquery.com/jquery-3.4.1.min.js"
   integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
@@ -492,6 +494,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/news09.html b/news09.html
index 24826cb..e3455be 100644
--- a/news09.html
+++ b/news09.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,163 +133,154 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
-    <!-- Sidebar -->
-    
-    
+  <!-- Sidebar -->
+  <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander"
+      data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+      Contents
+    </button>
+    <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
+      <!-- Bootstrap List Group -->
+      <ul class="list-group bg-light">
 
-    <div id="sidebar-container" class="bg-light"  role="navigation" aria-label="sidebar">
-        <!-- Bootstrap List Group -->
-        <ul class="list-group sticky-top bg-light cw-sticky-offset">
-            
-            <!-- Hard coded TOC -->
-            <!-- Start single page getting started -->
-            
-            
-		      
-			  
-				<a href="news13.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.13.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news12.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.12.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news11.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.11.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news09.html" 
-				    
-				    
-					
-					class="cw-current-page bg-light list-group-item list-group-item-action">
-					Codewind 0.9.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news08.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.8.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news07.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.7.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news06.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.6.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news05.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.5.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news04.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.4.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news03.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.3.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="newstechpreview.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind tech preview
-	            </a>
-	            
-			  
-			
-			
-			<!-- END hard coded TOC -->
+        <!-- Hard coded TOC -->
+        <!-- Start single page getting started -->
 
-            
-        </ul>
-        <!-- List Group END-->
+        
+        
+
+        <a href="news14.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.14.0
+        </a>
+
+        
+        
+        
+
+        <a href="news13.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.13.0
+        </a>
+
+        
+        
+        
+
+        <a href="news12.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.12.0
+        </a>
+
+        
+        
+        
+
+        <a href="news11.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.11.0
+        </a>
+
+        
+        
+        
+
+        <a href="news09.html" 
+           
+          class="cw-current-page bg-light list-group-item list-group-item-action">
+          Codewind 0.9.0
+        </a>
+
+        
+        
+        
+
+        <a href="news08.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.8.0
+        </a>
+
+        
+        
+        
+
+        <a href="news07.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.7.0
+        </a>
+
+        
+        
+        
+
+        <a href="news06.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.6.0
+        </a>
+
+        
+        
+        
+
+        <a href="news05.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.5.0
+        </a>
+
+        
+        
+        
+
+        <a href="news04.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.4.0
+        </a>
+
+        
+        
+        
+
+        <a href="news03.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.3.0
+        </a>
+
+        
+        
+        
+
+        <a href="newstechpreview.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind tech preview
+        </a>
+
+        
+        
+
+        <!-- END hard coded TOC -->
+
+
+      </ul>
+      <!-- List Group END-->
     </div>
     <!-- sidebar-container END -->
-    <!-- MAIN -->
-    <div id="content-container">
-    		<div class="py-5 px-5">
-    		    <div class="cw-docs-spacer"></div>
-        		<div role="main"><h2 id="codewind-090">Codewind 0.9.0</h2>
+  </div>
+  <!-- MAIN -->
+  <div id="content-container">
+    <div class="py-5 px-5">
+      <div class="cw-docs-spacer"></div>
+      <div role="main"><h2 id="codewind-090">Codewind 0.9.0</h2>
 <p>Thursday, 20 February 2020</p>
 
 <h4 id="-new-features-and-highlights-for-090-">✨ New Features and Highlights for 0.9.0 ✨</h4>
@@ -325,10 +327,10 @@
   <li>Che extension startup behaviour has improved, and you should not see the “Codewind connected but was not ready after 90 seconds” anymore (unless the network is very slow).</li>
 </ul>
 </div>
-        </div>
-        
     </div>
-    
+
+  </div>
+
 </div>
 <!-- footer row -->
 <footer>
@@ -477,7 +479,7 @@
 </footer>
 <!-- footer row END -->
 <!-- Main Col END -->
- <!-- Jquery -->
+<!-- Jquery -->
 <script
   src="https://code.jquery.com/jquery-3.4.1.min.js"
   integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
@@ -501,6 +503,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/news11.html b/news11.html
index 70f579d..74ec766 100644
--- a/news11.html
+++ b/news11.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,163 +133,154 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
-    <!-- Sidebar -->
-    
-    
+  <!-- Sidebar -->
+  <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander"
+      data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+      Contents
+    </button>
+    <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
+      <!-- Bootstrap List Group -->
+      <ul class="list-group bg-light">
 
-    <div id="sidebar-container" class="bg-light"  role="navigation" aria-label="sidebar">
-        <!-- Bootstrap List Group -->
-        <ul class="list-group sticky-top bg-light cw-sticky-offset">
-            
-            <!-- Hard coded TOC -->
-            <!-- Start single page getting started -->
-            
-            
-		      
-			  
-				<a href="news13.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.13.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news12.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.12.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news11.html" 
-				    
-				    
-					
-					class="cw-current-page bg-light list-group-item list-group-item-action">
-					Codewind 0.11.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news09.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.9.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news08.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.8.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news07.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.7.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news06.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.6.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news05.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.5.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news04.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.4.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news03.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.3.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="newstechpreview.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind tech preview
-	            </a>
-	            
-			  
-			
-			
-			<!-- END hard coded TOC -->
+        <!-- Hard coded TOC -->
+        <!-- Start single page getting started -->
 
-            
-        </ul>
-        <!-- List Group END-->
+        
+        
+
+        <a href="news14.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.14.0
+        </a>
+
+        
+        
+        
+
+        <a href="news13.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.13.0
+        </a>
+
+        
+        
+        
+
+        <a href="news12.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.12.0
+        </a>
+
+        
+        
+        
+
+        <a href="news11.html" 
+           
+          class="cw-current-page bg-light list-group-item list-group-item-action">
+          Codewind 0.11.0
+        </a>
+
+        
+        
+        
+
+        <a href="news09.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.9.0
+        </a>
+
+        
+        
+        
+
+        <a href="news08.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.8.0
+        </a>
+
+        
+        
+        
+
+        <a href="news07.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.7.0
+        </a>
+
+        
+        
+        
+
+        <a href="news06.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.6.0
+        </a>
+
+        
+        
+        
+
+        <a href="news05.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.5.0
+        </a>
+
+        
+        
+        
+
+        <a href="news04.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.4.0
+        </a>
+
+        
+        
+        
+
+        <a href="news03.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.3.0
+        </a>
+
+        
+        
+        
+
+        <a href="newstechpreview.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind tech preview
+        </a>
+
+        
+        
+
+        <!-- END hard coded TOC -->
+
+
+      </ul>
+      <!-- List Group END-->
     </div>
     <!-- sidebar-container END -->
-    <!-- MAIN -->
-    <div id="content-container">
-    		<div class="py-5 px-5">
-    		    <div class="cw-docs-spacer"></div>
-        		<div role="main"><h2 id="codewind-0110">Codewind 0.11.0</h2>
+  </div>
+  <!-- MAIN -->
+  <div id="content-container">
+    <div class="py-5 px-5">
+      <div class="cw-docs-spacer"></div>
+      <div role="main"><h2 id="codewind-0110">Codewind 0.11.0</h2>
 <p>Friday, 17 April 2020</p>
 
 <p>You might have noticed we skipped 0.10.0, but it’s because we are committed to making the best tooling available to you. Our last development cycle just needed a little more love. 💕</p>
@@ -361,10 +363,10 @@
   <li><a href="https://github.com/eclipse/codewind/issues/2279">General improvements were made to the remote connections page</a>.</li>
 </ul>
 </div>
-        </div>
-        
     </div>
-    
+
+  </div>
+
 </div>
 <!-- footer row -->
 <footer>
@@ -513,7 +515,7 @@
 </footer>
 <!-- footer row END -->
 <!-- Main Col END -->
- <!-- Jquery -->
+<!-- Jquery -->
 <script
   src="https://code.jquery.com/jquery-3.4.1.min.js"
   integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
@@ -537,6 +539,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/news12.html b/news12.html
index be1eb41..0795ac4 100644
--- a/news12.html
+++ b/news12.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,163 +133,154 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
-    <!-- Sidebar -->
-    
-    
+  <!-- Sidebar -->
+  <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander"
+      data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+      Contents
+    </button>
+    <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
+      <!-- Bootstrap List Group -->
+      <ul class="list-group bg-light">
 
-    <div id="sidebar-container" class="bg-light"  role="navigation" aria-label="sidebar">
-        <!-- Bootstrap List Group -->
-        <ul class="list-group sticky-top bg-light cw-sticky-offset">
-            
-            <!-- Hard coded TOC -->
-            <!-- Start single page getting started -->
-            
-            
-		      
-			  
-				<a href="news13.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.13.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news12.html" 
-				    
-				    
-					
-					class="cw-current-page bg-light list-group-item list-group-item-action">
-					Codewind 0.12.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news11.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.11.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news09.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.9.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news08.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.8.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news07.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.7.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news06.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.6.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news05.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.5.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news04.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.4.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news03.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.3.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="newstechpreview.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind tech preview
-	            </a>
-	            
-			  
-			
-			
-			<!-- END hard coded TOC -->
+        <!-- Hard coded TOC -->
+        <!-- Start single page getting started -->
 
-            
-        </ul>
-        <!-- List Group END-->
+        
+        
+
+        <a href="news14.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.14.0
+        </a>
+
+        
+        
+        
+
+        <a href="news13.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.13.0
+        </a>
+
+        
+        
+        
+
+        <a href="news12.html" 
+           
+          class="cw-current-page bg-light list-group-item list-group-item-action">
+          Codewind 0.12.0
+        </a>
+
+        
+        
+        
+
+        <a href="news11.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.11.0
+        </a>
+
+        
+        
+        
+
+        <a href="news09.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.9.0
+        </a>
+
+        
+        
+        
+
+        <a href="news08.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.8.0
+        </a>
+
+        
+        
+        
+
+        <a href="news07.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.7.0
+        </a>
+
+        
+        
+        
+
+        <a href="news06.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.6.0
+        </a>
+
+        
+        
+        
+
+        <a href="news05.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.5.0
+        </a>
+
+        
+        
+        
+
+        <a href="news04.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.4.0
+        </a>
+
+        
+        
+        
+
+        <a href="news03.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.3.0
+        </a>
+
+        
+        
+        
+
+        <a href="newstechpreview.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind tech preview
+        </a>
+
+        
+        
+
+        <!-- END hard coded TOC -->
+
+
+      </ul>
+      <!-- List Group END-->
     </div>
     <!-- sidebar-container END -->
-    <!-- MAIN -->
-    <div id="content-container">
-    		<div class="py-5 px-5">
-    		    <div class="cw-docs-spacer"></div>
-        		<div role="main"><h2 id="codewind-0120">Codewind 0.12.0</h2>
+  </div>
+  <!-- MAIN -->
+  <div id="content-container">
+    <div class="py-5 px-5">
+      <div class="cw-docs-spacer"></div>
+      <div role="main"><h2 id="codewind-0120">Codewind 0.12.0</h2>
 <p>Thursday 14, May 2020</p>
 
 <h4 id="-new-features-and-highlights-for-0120-">✨ New Features and Highlights for 0.12.0 ✨</h4>
@@ -350,10 +352,10 @@
 </ul>
 
 </div>
-        </div>
-        
     </div>
-    
+
+  </div>
+
 </div>
 <!-- footer row -->
 <footer>
@@ -502,7 +504,7 @@
 </footer>
 <!-- footer row END -->
 <!-- Main Col END -->
- <!-- Jquery -->
+<!-- Jquery -->
 <script
   src="https://code.jquery.com/jquery-3.4.1.min.js"
   integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
@@ -526,6 +528,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/news13.html b/news13.html
index 37ca448..5033b37 100644
--- a/news13.html
+++ b/news13.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,163 +133,154 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
-    <!-- Sidebar -->
-    
-    
+  <!-- Sidebar -->
+  <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander"
+      data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+      Contents
+    </button>
+    <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
+      <!-- Bootstrap List Group -->
+      <ul class="list-group bg-light">
 
-    <div id="sidebar-container" class="bg-light"  role="navigation" aria-label="sidebar">
-        <!-- Bootstrap List Group -->
-        <ul class="list-group sticky-top bg-light cw-sticky-offset">
-            
-            <!-- Hard coded TOC -->
-            <!-- Start single page getting started -->
-            
-            
-		      
-			  
-				<a href="news13.html" 
-				    
-				    
-					
-					class="cw-current-page bg-light list-group-item list-group-item-action">
-					Codewind 0.13.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news12.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.12.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news11.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.11.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news09.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.9.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news08.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.8.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news07.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.7.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news06.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.6.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news05.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.5.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news04.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.4.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news03.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.3.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="newstechpreview.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind tech preview
-	            </a>
-	            
-			  
-			
-			
-			<!-- END hard coded TOC -->
+        <!-- Hard coded TOC -->
+        <!-- Start single page getting started -->
 
-            
-        </ul>
-        <!-- List Group END-->
+        
+        
+
+        <a href="news14.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.14.0
+        </a>
+
+        
+        
+        
+
+        <a href="news13.html" 
+           
+          class="cw-current-page bg-light list-group-item list-group-item-action">
+          Codewind 0.13.0
+        </a>
+
+        
+        
+        
+
+        <a href="news12.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.12.0
+        </a>
+
+        
+        
+        
+
+        <a href="news11.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.11.0
+        </a>
+
+        
+        
+        
+
+        <a href="news09.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.9.0
+        </a>
+
+        
+        
+        
+
+        <a href="news08.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.8.0
+        </a>
+
+        
+        
+        
+
+        <a href="news07.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.7.0
+        </a>
+
+        
+        
+        
+
+        <a href="news06.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.6.0
+        </a>
+
+        
+        
+        
+
+        <a href="news05.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.5.0
+        </a>
+
+        
+        
+        
+
+        <a href="news04.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.4.0
+        </a>
+
+        
+        
+        
+
+        <a href="news03.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.3.0
+        </a>
+
+        
+        
+        
+
+        <a href="newstechpreview.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind tech preview
+        </a>
+
+        
+        
+
+        <!-- END hard coded TOC -->
+
+
+      </ul>
+      <!-- List Group END-->
     </div>
     <!-- sidebar-container END -->
-    <!-- MAIN -->
-    <div id="content-container">
-    		<div class="py-5 px-5">
-    		    <div class="cw-docs-spacer"></div>
-        		<div role="main"><h2 id="codewind-0130">Codewind 0.13.0</h2>
+  </div>
+  <!-- MAIN -->
+  <div id="content-container">
+    <div class="py-5 px-5">
+      <div class="cw-docs-spacer"></div>
+      <div role="main"><h2 id="codewind-0130">Codewind 0.13.0</h2>
 <p>Friday 12, June 2020</p>
 
 <h4 id="-new-features-and-highlights-for-0130-">✨ New Features and Highlights for 0.13.0 ✨</h4>
@@ -357,10 +359,10 @@
 </ul>
 
 </div>
-        </div>
-        
     </div>
-    
+
+  </div>
+
 </div>
 <!-- footer row -->
 <footer>
@@ -509,7 +511,7 @@
 </footer>
 <!-- footer row END -->
 <!-- Main Col END -->
- <!-- Jquery -->
+<!-- Jquery -->
 <script
   src="https://code.jquery.com/jquery-3.4.1.min.js"
   integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
@@ -533,6 +535,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/news14.html b/news14.html
new file mode 100644
index 0000000..cd98ff5
--- /dev/null
+++ b/news14.html
@@ -0,0 +1,517 @@
+<!DOCTYPE html>
+<html lang="en">
+<!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112407000-2"></script>
+<script>
+    window.dataLayer = window.dataLayer || [];
+
+    function gtag() {
+        dataLayer.push(arguments);
+    }
+    gtag('js', new Date());
+
+    gtag('config', 'UA-112407000-2');
+</script>
+
+<!-- Google Tag Manager -->
+<script>
+    (function (w, d, s, l, i) {
+        w[l] = w[l] || [];
+        w[l].push({
+            'gtm.start': new Date().getTime(),
+            event: 'gtm.js'
+        });
+        var f = d.getElementsByTagName(s)[0],
+            j = d.createElement(s),
+            dl = l != 'dataLayer' ? '&l=' + l : '';
+        j.async = true;
+        j.src =
+            'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
+        f.parentNode.insertBefore(j, f);
+    })(window, document, 'script', 'dataLayer', 'GTM-KS8HHSF');
+</script>
+<!-- End Google Tag Manager -->
+
+<head>
+    	<title>New for Codewind 0.14.0 | Codewind</title>
+	<meta charset="utf-8">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<meta name="description" content="New for Codewind 0.14.0">
+	<meta name="keywords" content="news, new, updates, update, version"/>
+	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
+	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
+	<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,600&display=swap" rel="stylesheet">
+	<!-- Bootstrap CSS CDN -->
+	<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
+	integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
+	<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
+	<link rel="stylesheet" href="css/styles.css">
+	<link rel="stylesheet" href="css/docs.css">
+	<link rel="stylesheet" href="css/learn.css">
+	<link rel="stylesheet" href="css/blog.css">
+	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
+	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
+
+
+</head>
+
+<body data-spy="scroll" data-target="#toc">
+    <!-- Google Tag Manager (noscript) -->
+    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KS8HHSF"
+        height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+        <!-- End Google Tag Manager (noscript) -->
+    <div class="main">
+    <!-- Bootstrap NavBar -->
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
+    		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
+            data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
+            aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <a class="navbar-brand" href="/codewind/">
+            <img alt="Codewind logo image"  title="Codewind logo image" src="images/header/header-logo.svg" class="cw-header-logo" alt="">
+        </a>
+        <div class="collapse navbar-collapse justify-content-end cw-navbar-padding" id="navbarNavDropdown">
+            <ul class="navbar-nav cw-navbar-nav">
+
+                <li class="nav-item cw-navbar-item cw-header-link-docs">
+                    <a class="nav-link cw-nav-link cw-header-link-text" href="learn.html">Learn</a>
+                </li>
+                <li class="nav-item cw-navbar-item cw-header-link-news">
+                    <a class="nav-link cw-nav-link cw-header-link-text" href="news.html">News</a>
+                </li>
+
+                <li class="nav-item cw-navbar-item cw-header-link-blog">
+                    <a class="nav-link cw-nav-link cw-header-link-text" href="blog.html">Blog</a>
+                </li>
+
+                <li class="nav-item cw-navbar-item cw-header-link-guides">
+                    <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
+                </li>
+
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
+                 <li class="nav-item cw-navbar-item cw-header-link">
+                    <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
+                </li>
+
+                <li class="nav-item cw-navbar-item cw-header-link">
+                    <a class="nav-link cw-nav-link" href="https://twitter.com/EclipseCodewind"><img alt="Codewind Twitter"  class="banner-image" title="Codewind Twitter" src="images/header/twitter.png"/></a>
+                </li>
+                 <li class="nav-item cw-navbar-item cw-header-link">
+                    <a class="nav-link cw-nav-link" href="https://mattermost.eclipse.org/eclipse/channels/eclipse-codewind"><img alt="Codewind Mattermost"  class="banner-image"  title="Codewind Mattermost" src="images/header/mattermost.png"/></a>
+                </li>
+                <li class="nav-item cw-navbar-item cw-header-link">
+                    <a class="nav-link cw-nav-link" href="https://www.youtube.com/channel/UCnKCVK6RFDyHFqUmXlAhCHQ"><img alt="Codewind YouTube"  class="banner-image" title="Codewind YouTube" src="images/header/youtube.png"/></a>
+                </li>
+
+
+                <!-- li class="nav-item cw-navbar-item" id="download-li">
+                    <button onClick="window.location.href='https://microclimate.dev/download/codewind';" type="button" class="btn cw-download-button">Download</button>
+                    <a href="https://microclimate.dev/download/codewind" class="nav-link cw-nav-link cw-download-link" href="#">Download</a>
+                </li>  -->
+
+
+
+                <!-- Smaller devices menu END -->
+
+            </ul>
+        </div>
+
+    	</nav>
+    	<!-- End Bootstrap NavBar -->
+<!-- Bootstrap row -->
+<div class="row" id="body-row">
+  <!-- Sidebar -->
+  <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander"
+      data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+      Contents
+    </button>
+    <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
+      <!-- Bootstrap List Group -->
+      <ul class="list-group bg-light">
+
+        <!-- Hard coded TOC -->
+        <!-- Start single page getting started -->
+
+        
+        
+
+        <a href="news14.html" 
+           
+          class="cw-current-page bg-light list-group-item list-group-item-action">
+          Codewind 0.14.0
+        </a>
+
+        
+        
+        
+
+        <a href="news13.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.13.0
+        </a>
+
+        
+        
+        
+
+        <a href="news12.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.12.0
+        </a>
+
+        
+        
+        
+
+        <a href="news11.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.11.0
+        </a>
+
+        
+        
+        
+
+        <a href="news09.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.9.0
+        </a>
+
+        
+        
+        
+
+        <a href="news08.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.8.0
+        </a>
+
+        
+        
+        
+
+        <a href="news07.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.7.0
+        </a>
+
+        
+        
+        
+
+        <a href="news06.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.6.0
+        </a>
+
+        
+        
+        
+
+        <a href="news05.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.5.0
+        </a>
+
+        
+        
+        
+
+        <a href="news04.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.4.0
+        </a>
+
+        
+        
+        
+
+        <a href="news03.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.3.0
+        </a>
+
+        
+        
+        
+
+        <a href="newstechpreview.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind tech preview
+        </a>
+
+        
+        
+
+        <!-- END hard coded TOC -->
+
+
+      </ul>
+      <!-- List Group END-->
+    </div>
+    <!-- sidebar-container END -->
+  </div>
+  <!-- MAIN -->
+  <div id="content-container">
+    <div class="py-5 px-5">
+      <div class="cw-docs-spacer"></div>
+      <div role="main"><h2 id="codewind-0140">Codewind 0.14.0</h2>
+<p>Thursday 9, July 2020</p>
+
+<h4 id="-new-features-and-highlights-for-0140-">✨ New Features and Highlights for 0.14.0 ✨</h4>
+
+<h5 id="eclipse-intellij-and-vs-code">Eclipse, IntelliJ, and VS Code</h5>
+<ul>
+  <li>With <a href="https://github.com/eclipse/codewind/issues/2647">secure template sources</a>, add template sources that require authentication.
+    <ul>
+      <li>When you add a template source repository, provide authentication with a username and password or use an access token.</li>
+      <li>You can also edit template sources to update credentials.</li>
+    </ul>
+  </li>
+</ul>
+
+<h5 id="eclipse-and-vs-code">Eclipse and VS Code</h5>
+<ul>
+  <li>Link Codewind projects with <a href="https://github.com/eclipse/codewind/issues/2852">project linking</a>.
+    <ul>
+      <li>When you link a project to another project, the project that is the link target has the other project’s hostname exposed in an environment variable that you define.</li>
+      <li>For more information, see <a href="./linking-your-projects.html">Linking your projects</a>.</li>
+    </ul>
+  </li>
+</ul>
+
+<h5 id="intellij">IntelliJ</h5>
+<ul>
+  <li><a href="https://github.com/eclipse/codewind/issues/985">Manage template sources in IntelliJ</a>.</li>
+</ul>
+
+<h5 id="vs-code">VS Code</h5>
+<ul>
+  <li>The <a href="https://github.com/eclipse/codewind-vscode/wiki/Changelog#0140-july-2020">changelog</a> file is updated for Codewind 0.14.0.</li>
+  <li>The Project Overview page underwent <a href="https://github.com/eclipse/codewind-vscode/pull/620">another visual update</a>.</li>
+  <li>You can <a href="https://github.com/eclipse/codewind/issues/1153">right-click many fields</a> in the Project Overview and Template Sources pages to copy the values.</li>
+</ul>
+
+<h4 id="list-of-fixes">List of Fixes</h4>
+<ul>
+  <li>In Codewind for VS Code:
+    <ul>
+      <li><a href="https://github.com/eclipse/codewind/issues/3165">After you manually edit the template sources in the Template Source Manager, you won’t be prompted to select one in the Command Palette</a>.</li>
+      <li><a href="https://github.com/eclipse/codewind/issues/3158">The error no longer occurs if you create a remote Node.js Express application in Codewind 0.13.0</a>.</li>
+    </ul>
+  </li>
+</ul>
+</div>
+    </div>
+
+  </div>
+
+</div>
+<!-- footer row -->
+<footer>
+
+<div id="footer-div-mobile">
+        
+        <div class="row">
+	        <div class="col-sm-12 text-center">
+		        <span>Useful Links:</span>
+		        <br/><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org">Eclipse Foundation</a><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org/legal/termsofuse.php">Website Terms of Use</a><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org/legal">Legal</a><br/>
+		    </div>
+        </div>
+        <div class="cw_footer_display_flex cw-footer-same-height cw-footer-center">
+        
+        <div class="cw_footer_display_icons row">
+    		<div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="mailto:codewind-dev@eclipse.org"><img alt="Send us an email"  title="Send us an email" src="images/footer/email-icon.svg" class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="https://twitter.com/EclipseCodewind"><img alt="Codewind Twitter"  title="Codewind Twitter" src="images/footer/twitter-logo.svg" class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+        <div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  title="Codewind Github" src="images/footer/github-logo.svg"
+                            class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+
+        <div class=" cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="https://mattermost.eclipse.org/eclipse/channels/eclipse-codewind"><img alt="Codewind Mattermost"  title="Codewind Mattermost" src="images/footer/mattermost-logo.png" class="cw-logo-mm" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="https://www.youtube.com/channel/UCnKCVK6RFDyHFqUmXlAhCHQ"><img alt="Codewind YouTube"  title="Codewind YouTube" src="images/footer/youtube-logo-dark.svg"
+                            class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    
+                    <a href="http://www.eclipse.org"><img class="cw-logo-eclipse-mobile" alt="Eclipse"  title="Eclipse" src="images/footer/eclipse.svg"/></a>
+                </div>
+            </div>
+        </div>
+        </div>
+        
+		</div>
+		
+    </div>
+    
+    
+    <div class="row cw-footer-desktop" id="footer-div">
+        <div class="cw-footer-left">
+        		<div class="px-5 cw-font-12>
+	        <span class="cw-font-14">Useful Links:</span>
+	        <br/><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org">Eclipse Foundation</a><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org/legal/termsofuse.php">Website Terms of Use</a><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org/legal">Legal</a><br/>
+	        </div>
+	        
+        </div>
+        <div class="cw-footer-border-right"></div>
+        <div class="cw_footer_display_flex cw-footer-same-height cw-footer-center">
+        <div class="cw_footer_display_icons">
+    		<div class="cw-footer-col text-center">
+            <div>
+                <div>
+                    <a href="mailto:codewind-dev@eclipse.org"><img alt="Send us an email"  title="Send us an email" src="images/footer/email-icon.svg" class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center">
+            <div>
+                <div>
+                    <a href="https://twitter.com/EclipseCodewind"><img alt="Codewind Twitter"  title="Codewind Twitter" src="images/footer/twitter-logo.svg" class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+        <div class="cw-footer-col text-center">
+            <div>
+                <div>
+                    <a href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  title="Codewind Github" src="images/footer/github-logo.svg"
+                            class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+
+        <div class=" cw-footer-col text-center">
+            <div class="cw-logo-mm" >
+                <div class="cw-logo-mm" >
+                    <a href="https://mattermost.eclipse.org/eclipse/channels/eclipse-codewind"><img alt="Codewind Mattermost"  title="Codewind Mattermost" src="images/footer/mattermost-logo.png" class="cw-logo-mm" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center">
+            <div>
+                <div>
+                    <a href="https://www.youtube.com/channel/UCnKCVK6RFDyHFqUmXlAhCHQ"><img alt="Codewind YouTube"   title="Codewind YouTube" src="images/footer/youtube-logo-dark.svg"
+                            class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+        </div>
+        
+		</div>
+		<div class="cw-footer-border-right"></div>
+		<div class="cw-footer-right cw-footer-same-height cw-footer-vcenter">
+		<div class="cw-footer-eclipse-img cw-footer-same-height px-5 ">
+	        
+		<a href="http://www.eclipse.org">
+		<img alt="Eclipse"  title="Eclipse" src="images/footer/eclipse.svg"/>
+		</a>
+	        </div>
+		</div>
+    </div>
+</footer>
+<!-- footer row END -->
+<!-- Main Col END -->
+<!-- Jquery -->
+<script
+  src="https://code.jquery.com/jquery-3.4.1.min.js"
+  integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
+  crossorigin="anonymous"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
+    integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
+</script>
+
+
+
+<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
+    integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
+</script>
+
+
+<!-- Font Awesome JS -->
+<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/solid.js"
+    integrity="sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ" crossorigin="anonymous">
+</script>
+<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/fontawesome.js"
+    integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
+</script>
+
+
+<script src="js/jquery.matchHeight-min.js"></script>
+<script src="js/index.js"></script>
+<script src="js/docs.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/prism.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-docker.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-json.min.js"></script>
+
+</div>
+</body>
+
+</html>
\ No newline at end of file
diff --git a/newstechpreview.html b/newstechpreview.html
index 7ae6e78..689d2ad 100644
--- a/newstechpreview.html
+++ b/newstechpreview.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,163 +133,154 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
-    <!-- Sidebar -->
-    
-    
+  <!-- Sidebar -->
+  <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander"
+      data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+      Contents
+    </button>
+    <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
+      <!-- Bootstrap List Group -->
+      <ul class="list-group bg-light">
 
-    <div id="sidebar-container" class="bg-light"  role="navigation" aria-label="sidebar">
-        <!-- Bootstrap List Group -->
-        <ul class="list-group sticky-top bg-light cw-sticky-offset">
-            
-            <!-- Hard coded TOC -->
-            <!-- Start single page getting started -->
-            
-            
-		      
-			  
-				<a href="news13.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.13.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news12.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.12.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news11.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.11.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news09.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.9.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news08.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.8.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news07.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.7.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news06.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.6.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news05.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.5.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news04.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.4.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="news03.html" 
-				    
-				    
-					
-					class="bg-light list-group-item list-group-item-action">
-					Codewind 0.3.0
-	            </a>
-	            
-			  
-			
-		      
-			  
-				<a href="newstechpreview.html" 
-				    
-				    
-					
-					class="cw-current-page bg-light list-group-item list-group-item-action">
-					Codewind tech preview
-	            </a>
-	            
-			  
-			
-			
-			<!-- END hard coded TOC -->
+        <!-- Hard coded TOC -->
+        <!-- Start single page getting started -->
 
-            
-        </ul>
-        <!-- List Group END-->
+        
+        
+
+        <a href="news14.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.14.0
+        </a>
+
+        
+        
+        
+
+        <a href="news13.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.13.0
+        </a>
+
+        
+        
+        
+
+        <a href="news12.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.12.0
+        </a>
+
+        
+        
+        
+
+        <a href="news11.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.11.0
+        </a>
+
+        
+        
+        
+
+        <a href="news09.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.9.0
+        </a>
+
+        
+        
+        
+
+        <a href="news08.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.8.0
+        </a>
+
+        
+        
+        
+
+        <a href="news07.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.7.0
+        </a>
+
+        
+        
+        
+
+        <a href="news06.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.6.0
+        </a>
+
+        
+        
+        
+
+        <a href="news05.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.5.0
+        </a>
+
+        
+        
+        
+
+        <a href="news04.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.4.0
+        </a>
+
+        
+        
+        
+
+        <a href="news03.html" 
+           
+          class="bg-light list-group-item list-group-item-action">
+          Codewind 0.3.0
+        </a>
+
+        
+        
+        
+
+        <a href="newstechpreview.html" 
+           
+          class="cw-current-page bg-light list-group-item list-group-item-action">
+          Codewind tech preview
+        </a>
+
+        
+        
+
+        <!-- END hard coded TOC -->
+
+
+      </ul>
+      <!-- List Group END-->
     </div>
     <!-- sidebar-container END -->
-    <!-- MAIN -->
-    <div id="content-container">
-    		<div class="py-5 px-5">
-    		    <div class="cw-docs-spacer"></div>
-        		<div role="main"><h2 id="may-2019">May 2019</h2>
+  </div>
+  <!-- MAIN -->
+  <div id="content-container">
+    <div class="py-5 px-5">
+      <div class="cw-docs-spacer"></div>
+      <div role="main"><h2 id="may-2019">May 2019</h2>
 
 <p>In the tech preview, Codewind includes the following supported functions with the included extensions:</p>
 <ul>
@@ -319,10 +321,10 @@
   <li>Landing page updates include a docs section and a Codewind introduction video.</li>
 </ul>
 </div>
-        </div>
-        
     </div>
-    
+
+  </div>
+
 </div>
 <!-- footer row -->
 <footer>
@@ -471,7 +473,7 @@
 </footer>
 <!-- footer row END -->
 <!-- Main Col END -->
- <!-- Jquery -->
+<!-- Jquery -->
 <script
   src="https://code.jquery.com/jquery-3.4.1.min.js"
   integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
@@ -495,6 +497,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/offline-codewind.html b/offline-codewind.html
index ceed9fd..0c59632 100644
--- a/offline-codewind.html
+++ b/offline-codewind.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="using-codewind-offline">Using Codewind offline</h1>
 <p>When you have limited or no internet access, you can continue to work on projects in Codewind if you meet these conditions:</p>
 <ul>
@@ -586,7 +656,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Apr 22, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -762,6 +832,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/open-api-tools-for-eclipse.html b/open-api-tools-for-eclipse.html
index 4e66a92..b7d975d 100644
--- a/open-api-tools-for-eclipse.html
+++ b/open-api-tools-for-eclipse.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="codewind-openapi-tools-for-eclipse">Codewind OpenAPI Tools for Eclipse</h1>
 
 <p>The Codewind OpenAPI Tools for Eclipse includes wizards that invoke the OpenAPI Generator to create API clients, server stubs, and HTML documentation from OpenAPI definitions. The tools are integrated and customized to work with Codewind for Eclipse, but they also work with a base Eclipse IDE for Java EE Developers installation.</p>
@@ -621,7 +691,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 20, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -797,6 +867,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/open-api-tools-for-vscode.html b/open-api-tools-for-vscode.html
index 776f4fc..fe61612 100644
--- a/open-api-tools-for-vscode.html
+++ b/open-api-tools-for-vscode.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="codewind-openapi-tools-for-vs-code">Codewind OpenAPI Tools for VS Code</h1>
 
 <p>The Codewind OpenAPI Tools for VS Code provides commands that invoke the OpenAPI Generator to create API clients, server stubs, and HTML documentation from OpenAPI definitions. The tools are integrated and customized to work with Codewind for VS Code, but they can also work without the Codewind extension.</p>
@@ -648,7 +718,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Nov 12, 2019
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -824,6 +894,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/openshiftregistry.html b/openshiftregistry.html
index e0a4814..9f0643c 100644
--- a/openshiftregistry.html
+++ b/openshiftregistry.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="adding-the-openshift-internal-registry-with-codewind">Adding the OpenShift internal registry with Codewind</h1>
 
 <h2 id="prerequisites">Prerequisites</h2>
@@ -605,7 +675,7 @@
       <li>Example: <code class="highlighter-rouge">oc policy add-role-to-user system:image-builder system:serviceaccount:pushed:pusher</code></li>
     </ul>
   </li>
-  <li>Retrieve the secret containing the service account token.
+  <li>Retrieve the secret that contains the service account token.
     <ul>
       <li>Run: <code class="highlighter-rouge">oc describe sa &lt;serviceaccount&gt;</code></li>
       <li>Example output:
@@ -621,7 +691,7 @@
  Events:              &lt;none&gt;
 </code></pre></div>        </div>
       </li>
-      <li>In this example, <code class="highlighter-rouge">pusher-token-hhd2g</code> and <code class="highlighter-rouge">pusher-token-zfqbv</code> are the secrets containing the service account token.</li>
+      <li>In this example, <code class="highlighter-rouge">pusher-token-hhd2g</code> and <code class="highlighter-rouge">pusher-token-zfqbv</code> are the secrets that contain the service account token.</li>
     </ul>
   </li>
   <li>Select one of the token secrets and retrieve the token from it.
@@ -657,15 +727,23 @@
   <li>Run the command, <code class="highlighter-rouge">Codewind: Image Registry Manager</code>.</li>
   <li>Enter <code class="highlighter-rouge">docker-registry.default.svc:5000</code> as the <code class="highlighter-rouge">Address</code> (<code class="highlighter-rouge">image-registry.openshift-image-registry.svc:5000</code> for OCP version 4).</li>
   <li>Enter the service account name as the <code class="highlighter-rouge">username</code>.</li>
-  <li>Enter the token retrieved from the service account token secret as the <code class="highlighter-rouge">password</code>.</li>
+  <li>Enter the token that is retrieved from the service account token secret as the <code class="highlighter-rouge">password</code>.</li>
   <li>Enter <code class="highlighter-rouge">&lt;project&gt;</code> as <code class="highlighter-rouge">namespace</code>, where <code class="highlighter-rouge">&lt;project&gt;</code> is the OpenShift project where you created the service account.</li>
   <li>Click <strong>Enter</strong>.</li>
 </ol>
+
+<h3 id="next-steps">Next Steps</h3>
+
+<p>You have added the OpenShift internal registry with Codewind.</p>
+
+<p>Continue to instructions for how to use Codewind with Che workspaces to develop your application in a single location. For more information, see <a href="che-createcodewindworkspace.html">Creating a Codewind workspace in Che</a>.</p>
+
+<p>Or create a project in VS Code or Eclipse that you can develop locally but build and run remotely. For more information, see <a href="remotedeploy-projects-vscode.html">Creating and importing projects in VS Code</a> or <a href="remotedeploy-projects-eclipse.html">Creating and importing projects in Eclipse</a>.</p>
 </div>
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Feb 13, 2020
+            Last update: Jun 30, 2020
         </div>
 
     </div>
@@ -841,6 +919,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/overview.html b/overview.html
index e7b8e2c..582c632 100644
--- a/overview.html
+++ b/overview.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,372 +583,152 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
-            <div role="main"><h1 id="overview-getting-started">Overview: Getting started</h1>
+            <div role="main"><h1 id="what-is-codewind">What is Codewind?</h1>
 
-<h3 id="what-is-codewind">What is Codewind?</h3>
+<h3 id="what-is-codewind-1">What is Codewind?</h3>
 
-<p>Developing and building a cloud-native, containerized application can be challenging.</p>
+<p>Built from the ground up, Codewind, an <a href="https://github.com/eclipse/codewind">open-source project</a>, supports developers to develop cloud-native applications by extending their Integrated Development Environment (IDE).</p>
 
-<p>First, you need to create your own application stack for a containerized microservice that also fits your preferred language and project type.</p>
+<h3 id="what-is-involved-in-developing-cloud-native-containerized-applications">What is involved in developing cloud-native, containerized applications?</h3>
 
-<p>If you are a software developer, there are many actions you take as you develop, build, run, and test your code. You need to build images, assess build status, create containers, open application endpoints, debug, analyze the different logs, assess performance metrics, and rebuild the containers with each code change.</p>
+<p>You need to create your own application stack for a containerized microservice that also fits your preferred language and project type.</p>
 
-<p>If you are responsible for defining standards for application and runtime environments, such as framework and software levels, you need to implement and maintain your standards across the whole development team, ensuring consistency and reliability.</p>
+<p>If you’re a software developer, you need to perform many actions as you develop, build, run, and test your code. You need to build images, assess build status, create containers, open application endpoints, debug, analyze the different logs, assess performance metrics, and rebuild the containers with each code change.</p>
 
-<p>Built from the ground up, Codewind, an <a href="https://github.com/eclipse/codewind">open-source project</a>, helps you to achieve all of the above by extending your Integrated Development Environment (IDE). Container development flow feels like a traditional application flow, and <a href="workingwithtemplates.html">project templates</a> can be used across your development teams. Support for rapid iteration of your code is achieved using features including automatic updating of containers with code changes, pre-supplied container-based <a href="workingwithtemplates.html">project templates</a>, and a user interface that exposes metrics, logs, and load testing at the click of a button. Your own standardized <a href="workingwithtemplates.html">project templates</a> can be accessed by your developers using their IDE of choice.</p>
+<p>Also, you often need to have a certain amount of knowledge in the area of cloud-native, containerized application just to get going.</p>
 
-<p>Different development flows are supported, so you can choose whether you want to use a desktop-based or cloud-based IDE, and whether you want to build and run your containers on your desktop or in the cloud.</p>
+<p>Finally, if you’re responsible for defining standards for application and runtime environments, such as framework and software levels, you need to implement and maintain your standards across the whole development team, ensuring consistency and reliability.</p>
 
-<p>Codewind can be used to build and run Docker-containerized applications on <a href="https://kubernetes.io/">Kubernetes</a> container orchestration applications, including <a href="https://www.openshift.com/">OpenShift</a>, without the need for in-depth knowledge of container technology.</p>
+<h3 id="how-codewind-provides-a-solution">How Codewind provides a solution</h3>
 
-<h3 id="how-does-codewind-help-me-develop-containerized-applications">How does Codewind help me develop containerized applications?</h3>
+<p>Codewind extends IDEs to offer a container development flow that feels like a traditional application flow, and <a href="workingwithtemplates.html">project templates</a> that can be used across development teams. Support for rapid iteration of your code is achieved with features that include automatic updating of containers with code changes, pre-supplied container-based <a href="workingwithtemplates.html">project templates</a>, and a user interface that exposes metrics, logs, and load testing at the click of a button.</p>
+
+<p>Using their IDE of choice, developers can access their team’s standardized <a href="workingwithtemplates.html">project templates</a>.</p>
+
+<p>Different development flows are supported. You can choose whether you want to use a desktop-based or cloud-based IDE, and whether you want to build and run your containers on your desktop or in the cloud.</p>
+
+<p>Codewind can be used to build and run Docker-containerized applications on <a href="https://kubernetes.io/"><strong>Kubernetes</strong></a> container orchestration applications, including <a href="https://www.openshift.com/"><strong>OpenShift</strong></a>, without the need for in-depth knowledge of container technology.</p>
+
+<h3 id="codewinds-inner-loop-experience">Codewind’s Inner Loop experience</h3>
 <p>Codewind improves your inner loop experience, enabling you to create a microservice quickly, rapidly iterate on changes, and make improvements to performance thanks to the following features:</p>
 
 <ol>
   <li>
-    <p><strong>Access to preconfigured containerized project templates:</strong> Codewind provides preconfigured, Docker-containerized <a href="workingwithtemplates.html">project templates</a> covering several languages, including <a href="https://nodejs.dev/">Node.js</a>, <a href="https://www.java.com/">Java</a>, <a href="https://www.python.org/">Python</a>, and <a href="https://swift.org/">Swift</a>, and several frameworks, such as <a href="https://expressjs.com/">Express</a>, <a href="https://spring.io/projects/spring-boot">Spring Boot</a>, and <a href="https://openliberty.io/">Open Liberty</a>. <a href="https://www.youtube.com/watch?v=zKMggp10gq4&amp;t=12s">Quickly create and deploy microservices</a> in languages and frameworks that you’re familiar with. Modify the preconfigured projects to develop your customized microservice.</p>
+    <p><strong>Access to preconfigured containerized project templates</strong> Codewind provides preconfigured, Docker-containerized <a href="workingwithtemplates.html">project templates</a> covering several languages, including <a href="https://nodejs.dev/">Node.js</a>, <a href="https://www.java.com/">Java<sup>TM</sup></a>, <a href="https://www.python.org/">Python</a>, and <a href="https://swift.org/">Swift</a>, and several frameworks, such as <a href="https://expressjs.com/">Express</a>, <a href="https://spring.io/projects/spring-boot">Spring Boot</a>, and <a href="https://openliberty.io/">Open Liberty</a>. <a href="https://www.youtube.com/watch?v=zKMggp10gq4&amp;t=12s">Quickly create and deploy microservices</a> in languages and frameworks that you’re familiar with. Modify the preconfigured projects to develop your customized microservice.</p>
   </li>
   <li>
-    <p><strong>Ability to add your own standardized project templates:</strong> Create your own <a href="workingwithtemplates.html">project templates</a>, and your development teams can access them within their IDE.</p>
+    <p><strong>Ability to add your own standardized project templates</strong> Create your own <a href="workingwithtemplates.html">project templates</a>, and your development teams can access them within their IDE.</p>
   </li>
   <li>
-    <p><strong>Ability to add your own applications:</strong> Access the seamless container development and deployment experience on your IDE that Codewind offers for your current projects.</p>
+    <p><strong>Ability to add your own applications</strong> Access the seamless container development and deployment experience on your IDE that Codewind offers for your current projects.</p>
   </li>
   <li>
-    <p><strong>Auto-build-and-run on code changes:</strong> As you develop, Codewind automatically pushes your code changes to your container as efficiently as possible.</p>
+    <p><strong>Auto-build-and-run on code changes</strong> As you develop, Codewind automatically pushes your code changes to your container as efficiently as possible.</p>
   </li>
   <li>
-    <p><strong>Ability to toggle between auto-build and manual build settings:</strong> Have control over when you want to implement Codewind’s auto-build feature.</p>
+    <p><strong>Ability to toggle between auto-build and manual build settings</strong> Have control over when you want to implement Codewind’s auto-build feature.</p>
   </li>
   <li>
-    <p><strong>Project details displayed in a user-friendly panel on your IDE:</strong> Use Codewind’s Project Overview interface to instantly view the endpoint, container ID, location on disk, build and run status, and ports.</p>
+    <p><strong>Project details that are displayed in a user-friendly panel on your IDE</strong> Use Codewind’s Project Overview interface to instantly view the endpoint, container ID, location on disk, build and run status, and ports.</p>
   </li>
   <li>
-    <p><strong>Access application, build, and container logs and run commands from within the container without leaving your IDE:</strong> Codewind integrates with your IDE’s terminal window and Problems and Output panels for a smooth test and debug experience. Additionally, you can open a shell session inside your container with a simple click.</p>
+    <p><strong>Access application, build, and container logs and run commands from within the container without leaving your IDE</strong> Codewind integrates with your IDE’s terminal window and Problems and Output panels for a smooth test and debug experience. Additionally, you can open a shell session inside your container with a simple click.</p>
   </li>
   <li>
-    <p><strong>Support for your IDE’s debug features (where supported):</strong> Full compatibility with the debug functionality of your IDE.</p>
+    <p><strong>Support for your IDE’s debug features (where supported)</strong> Full compatibility with the debug functionality of your IDE.</p>
   </li>
   <li>
-    <p><strong>Visualize your container application’s footprint, such as CPU and memory usage (where supported):</strong> Codewind’s Application Metrics Dashboard exposes your microservice’s core metrics, including HTTP(S) request and throughput information, as well as CPU usage, memory footprint, and heap.</p>
+    <p><strong>Visualize your container application’s footprint, such as CPU and memory usage (where supported)</strong> Codewind’s Application Metrics Dashboard exposes your microservice’s core metrics, including HTTP(S) request and throughput information, as well as CPU usage, memory footprint, and heap.</p>
   </li>
   <li>
-    <p><strong>Integrated load-testing (where supported):</strong> Configure and run load tests against your microservices using <a href="https://www.youtube.com/watch?v=nfJt3f5TUvc">Codewind’s performance dashboard</a>. Use the graphs to compare your repeated load test results and iterate on performance improvements.</p>
+    <p><strong>Integrated load-testing (where supported)</strong> Configure and run load tests against your microservices by using <a href="https://www.youtube.com/watch?v=nfJt3f5TUvc">Codewind’s performance dashboard</a>. Use the graphs to compare your repeated load test results and iterate on performance improvements.</p>
   </li>
 </ol>
 
 <h3 id="what-integrated-development-environments-ides-does-codewind-support">What Integrated Development Environments (IDEs) does Codewind support?</h3>
 
-<p>Codewind is available as a desktop IDE extension for <a href="https://marketplace.eclipse.org/content/codewind"><strong>Eclipse</strong></a>, <a href="https://plugins.jetbrains.com/plugin/13839-codewind"><strong>IntelliJ</strong></a>, and <a href="https://marketplace.visualstudio.com/items?itemName=IBM.codewind"><strong>VS Code</strong></a> and as a cloud-based IDE extension for <a href="https://www.eclipse.org/codewind/che-installinfo.html"><strong>Eclipse Che</strong></a>.</p>
+<p>Codewind is available as a desktop IDE extension for <a href="https://marketplace.visualstudio.com/items?itemName=IBM.codewind"><strong>VS Code</strong></a>, <a href="https://www.jetbrains.com/idea/download"><strong>IntelliJ</strong></a> and <a href="https://marketplace.eclipse.org/content/codewind"><strong>Eclipse</strong></a>, and as a cloud-based IDE extension for <a href="https://www.eclipse.org/codewind/che-installinfo.html"><strong>Eclipse Che</strong></a>.</p>
 
-<h3 id="what-cloud-native-technology-does-codewind-support">What cloud-native technology does Codewind support?</h3>
+<h3 id="what-cloud-native-technology-does-codewind-support">What cloud-native technology does Codewind support</h3>
 <p>Codewind supports <a href="https://kubernetes.io/">Kubernetes</a> and <a href="https://www.openshift.com/">OpenShift</a> for container orchestration.</p>
 
-<h3 id="architecture">Architecture</h3>
-<p><strong>Where do I develop my code? Where can I build and run my containers? How does Codewind support my development flow?</strong></p>
-
-<p>Codewind supports different configurations for developing your containerized applications, so you can use Codewind with whichever development flow you choose. You can develop containerized applications on your desktop, directly in the cloud, or a combination of both:</p>
-
-<ol>
-  <li>
-    <p><strong><a href="gettingstarted.html">Use Codewind locally:</a></strong> Your IDE, with the Codewind extension installed, and Docker Desktop or your local Docker Engine and Docker Compose installations if you’re using Linux, is all you need to build and run containerized applications on your desktop.</p>
-  </li>
-  <li>
-    <p><strong><a href="./che-installinfo.html">Use Codewind as a hosted application on your cloud:</a></strong> Both your IDE with the Codewind extension installed and your containerized applications are located in your cloud environment.</p>
-  </li>
-  <li>
-    <p><strong><a href="./remote-codewind-overview.html">Use Codewind remotely:</a></strong> Your IDE with the Codewind extension installed is hosted on your desktop, but the building and running of your microservice take place in your cloud environment. Using secure HTTPS connections, you connect to your multiple cloud-hosted microservices from the Codewind panel in your desktop-hosted IDE.</p>
-  </li>
-</ol>
+<h3 id="where-do-i-develop-my-code-where-can-i-build-and-run-my-containers-how-does-codewind-support-my-development-flow">Where do I develop my code? Where can I build and run my containers? How does Codewind support my development flow?</h3>
+<p>Codewind supports different configurations for developing your containerized applications, so you can use Codewind with whichever development flow you choose. You can develop containerized applications on your desktop, directly in the cloud, or a combination of both. To find out more about the three ways of using Codewind - locally, remotely, or as a hosted application on your cloud - see <a href="./gettingstarted-overview.html">Getting Started</a>.</p>
 
 <h3 id="what-preconfigured-containerized-projects-does-codewind-provide">What preconfigured containerized projects does Codewind provide?</h3>
-<p>Codewind provides preconfigured <a href="workingwithtemplates.html">project templates</a> covering several languages, including <a href="https://nodejs.dev/">Node.js</a>, <a href="https://www.java.com/">Java</a>, <a href="https://www.python.org/">Python</a>, and <a href="https://swift.org/">Swift</a> and several frameworks, such as <a href="https://expressjs.com/">Express</a>, <a href="https://spring.io/projects/spring-boot">Spring Boot</a>, and <a href="https://openliberty.io/">Open Liberty</a>.</p>
-
-<p>Codewind also supplies <a href="https://appsody.dev/">Appsody</a> <a href="workingwithtemplates.html">project templates</a> for many languages and frameworks.</p>
+<ul>
+  <li>
+    <p>Codewind provides preconfigured <a href="workingwithtemplates.html">project templates</a> covering several languages, including <a href="https://nodejs.dev/">Node.js</a>, <a href="https://www.java.com/">Java<sup>TM</sup></a>, <a href="https://www.python.org/">Python</a>, and <a href="https://swift.org/">Swift</a> and several frameworks, such as <a href="https://expressjs.com/">Express</a>, <a href="https://spring.io/projects/spring-boot">Spring Boot</a>, and <a href="https://openliberty.io/">Open Liberty</a>.</p>
+  </li>
+  <li>
+    <p>Codewind also supplies <a href="https://appsody.dev/">Appsody</a> <a href="workingwithtemplates.html">project templates</a> for many languages and frameworks.</p>
+  </li>
+</ul>
 
 <h3 id="what-are-the-prerequisites-for-codewind">What are the prerequisites for Codewind?</h3>
-<p>Codewind requires Docker Desktop for Windows or Mac, or Docker Engine, Docker Compose for Linux and your favorite IDE.</p>
+<p>Codewind requires Docker Desktop for Windows<sup>TM</sup> or Mac, or Docker Engine, Docker Compose for Linux<sup>TM</sup> and your favorite IDE.</p>
 
 <h3 id="can-i-contribute-to-the-project">Can I contribute to the project?</h3>
 <p>Codewind is an <a href="https://github.com/eclipse/codewind">open-source Eclipse project</a>.</p>
@@ -670,7 +739,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 13, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -846,6 +915,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/performance.html b/performance.html
index b098c6f..247bd08 100644
--- a/performance.html
+++ b/performance.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="monitoring-applications-with-the-performance-dashboard">Monitoring applications with the Performance Dashboard</h1>
 
 <p>Learn how to monitor and improve application performance with the Performance Dashboard.</p>
@@ -673,7 +743,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Jun 01, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -849,6 +919,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/private-registries.html b/private-registries.html
index 897fdb7..fb6cc6a 100644
--- a/private-registries.html
+++ b/private-registries.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="developing-with-packages-from-private-registries-and-repositories">Developing with packages from private registries and repositories</h1>
 
 <p>Packages, reusable pieces of software, help you build and reduce development time. Sometimes, the packages for your application must be installed from an external private registry or one hosted by your organization. Registries help you manage your code and dependencies. Codewind supports two private registry types: NPM registries for Node.js projects and Maven repositories for Java projects.</p>
@@ -613,7 +683,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Apr 29, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -789,6 +859,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/project-actions.html b/project-actions.html
index e606cae..6ae1a05 100644
--- a/project-actions.html
+++ b/project-actions.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="project-actions">Project actions</h1>
 
 <p>The following actions are available by right-clicking the project in the <strong>Codewind Explorer</strong> view. Most actions function only if the project is enabled.</p>
@@ -616,7 +686,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 12, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -792,6 +862,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/project-settings.html b/project-settings.html
index 254b27c..1591479 100644
--- a/project-settings.html
+++ b/project-settings.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="project-settings">Project settings</h1>
 
 <p>Project settings tell Codewind more about the specifics of your project and can affect the status or behavior of your application. Project settings can be configured from the <code class="highlighter-rouge">Project Overview</code> page that is accessible from a project’s context menu. You can also find the project settings in the <code class="highlighter-rouge">.cw-settings</code> file of the project, which you can edit from the IDE. The workspace automatically picks up changes to these fields.</p>
@@ -674,7 +744,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 07, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -850,6 +920,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/referencing-files.html b/referencing-files.html
index b01eaa3..3078017 100644
--- a/referencing-files.html
+++ b/referencing-files.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="referencing-files-external-to-a-project">Referencing files external to a project</h1>
 
 <p>You can define references to files that reside outside of a project.</p>
@@ -606,7 +676,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 13, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -782,6 +852,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/remote-codewind-overview.html b/remote-codewind-overview.html
index c60387f..6c33772 100644
--- a/remote-codewind-overview.html
+++ b/remote-codewind-overview.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="overview-using-codewind-remotely">Overview: Using Codewind remotely</h1>
 
 <p>Codewind can be used in one of three ways: <a href="./gettingstarted.html">locally</a>, <a href="./che-installinfo.html">hosted</a> as an application on the cloud, or remotely.</p>
@@ -618,7 +688,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Jun 03, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -794,6 +864,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/remote-deploying-codewind.html b/remote-deploying-codewind.html
index ee9e8a5..50bb3ad 100644
--- a/remote-deploying-codewind.html
+++ b/remote-deploying-codewind.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="deploying-codewind-remotely">Deploying Codewind remotely</h1>
 
 <p>Codewind can be used in one of three ways: <a href="./gettingstarted.html">locally</a>, <a href="./che-installinfo.html">hosted</a> as an application on the cloud, or remotely.</p>
@@ -765,14 +835,28 @@
 
 <p><strong>Note:</strong> When you are installing on Windows, the script runs and then closes the Git Bash window. To retrieve the Access URLs for Codewind, enter the following command:</p>
 
-<p><code class="highlighter-rouge">$ kubectl get codewind -n codewind</code></p>
+<p><code class="highlighter-rouge">$ kubectl get codewinds -n codewind</code></p>
 
 <p>This command returns output in the format of the following example:</p>
 
-<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>NAME       USERNAME   NAMESPACE   AGE    KEYCLOAK   REGISTRATION   ACCESSURL
-devex001   jane       codewind    119m   devex001   Complete       https://codewind-gatekeeper-devex001.&lt;ingress-domain&gt;
+<div class="highlighter-rouge"><div class="highlight"><pre class="highlight"><code>NAME    USERNAME   NAMESPACE   WORKSPACE      AGE    KEYCLOAK   REGISTRATION   ACCESSURL
+jane1   jane       codewind    kbc3b0x2qins   119m   devex001   Complete       https://codewind-gatekeeper-kbc3b0x2qins.codewind.&lt;ingress-domain&gt;
 </code></pre></div></div>
 
+<p>For the 0.14.0 release of Codewind, a new <code class="highlighter-rouge">WORKSPACE</code> field appears in the output. This field is a randomly generated set of characters that are used in both the URL of the Gatekeeper and the names of the pods and resources.</p>
+
+<p>To help you to determine the unique resources for your deployment, you can use the <code class="highlighter-rouge">NAME</code> field or you can use the new workspace ID given in the <code class="highlighter-rouge">WORKSPACE</code> field. All of your Codewind deployments have both the <code class="highlighter-rouge">NAME</code> and <code class="highlighter-rouge">WORKSPACE</code> as labels for you to use.</p>
+
+<p>Also, new for 0.14.0, the <code class="highlighter-rouge">codewind</code> namespace appears in the <code class="highlighter-rouge">ACCESSURL</code>. In the example, it appears just before <code class="highlighter-rouge">&lt;ingress-domain&gt;</code>.</p>
+
+<p>If you deployed remote Codewind instances before the Codewind 0.14.0 release, you must regenerate the connections to the deployments:</p>
+<ol>
+  <li>Delete all the Codewind deployments in the Codewind namespace. <strong>Important:</strong> You must do this action before you delete the Codewind namespace. If you do not, your Codewind deployments might go into pending state and not be removed. If you delete the Codewind namespace before you delete your deployments, you can run the following command to clear them manually: <code class="highlighter-rouge">$ kubectl patch codewind {codewindName}  -p '{"metadata":{"finalizers": []}}' --type=merge</code>.</li>
+  <li>Delete the Codewind namespace.</li>
+  <li>Re-create your deployments.</li>
+  <li>Configure your IDE to connect to Codewind in the cloud. For more information about configuring your IDE, see <a href="remotedeploy-vscode.html">Connecting your VS Code to remote Codewind</a> or <a href="./remotedeploy-eclipse.html">Connecting your Eclipse to remote Codewind</a>.</li>
+</ol>
+
 <h2 id="next-steps">Next steps</h2>
 
 <p>You finished installing the Codewind operator and deployed a Codewind instance.</p>
@@ -786,7 +870,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Jun 02, 2020
+            Last update: Jun 23, 2020
         </div>
 
     </div>
@@ -962,6 +1046,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/remote-setupregistries.html b/remote-setupregistries.html
index 6f0b9e2..a172e52 100644
--- a/remote-setupregistries.html
+++ b/remote-setupregistries.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,300 +583,88 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
-            <div role="main"><h1 id="adding-an-image-registry-in-remote-codewind">Adding an image registry in remote Codewind</h1>
+            <div role="main"><h1 id="about-image-registries">About image registries</h1>
 
-<h2 id="determining-if-you-need-to-set-an-image-registry">Determining if you need to set an image registry</h2>
-<p>You need to set credentials for an image registry if you:</p>
+<p>An image registry is an online service that stores Docker images. Docker images are either images that you build yourself, or images from third parties that you want to consume, for example, a base image of Node.js or a base image of Java. The image registry is also the place where Kubernetes and OpenShift download from when they deploy the application for ongoing development or testing within each of those environments.</p>
+
+<p>Some registries are protected and limit access to authenticated users only. You might use one or multiple image registries each having different credentials. In the following section we’ll discuss when you’ll need a registry configured within Codewind, and how to store your credentials for use when the registry has been secured.</p>
+
+<h2 id="when-you-need-to-define-an-image-registry">When you need to define an image registry</h2>
+<p>You need to enter configuration details for the image registry for any of the following conditions:</p>
 <ul>
-  <li>Build a project with a dockerfile that pulls from a non-public image registry.</li>
-  <li>Work with Appsody projects that pull stack images from a non-public image registry.</li>
-  <li>Use Codewind remotely. Set at least one image registry that Codewind can push built project images to. If you have multiple registries configured, you can select one of them to be the push registry.</li>
+  <li>Building a project with a Dockerfile that pulls from a protected image registry that requires authentication.</li>
+  <li>Working with Appsody projects that pull stack images from a protected image registry that requires authentication.</li>
+  <li>When you are using Codewind remotely</li>
+  <li>When you are using Che to build Codewind style projects</li>
 </ul>
 
 <p>When you add an image registry, Codewind logs you into the image registry on your local machine as if you had locally run <code class="highlighter-rouge">docker login</code>.</p>
 
-<h2 id="adding-an-image-registry-in-codewind">Adding an image registry in Codewind</h2>
+<h2 id="adding-your-first-image-registry-entry-to-codewind">Adding your first image registry entry to Codewind</h2>
+<p>Adding an image registry and connection details is done using your IDE (local/remote) or by way of the Che IDE when running in Che.</p>
+
 <p>After your IDE is started and running, add the image registry to be used with Codewind.</p>
 <ol>
   <li>From your IDE, open the window for adding your image registry.
@@ -648,12 +725,12 @@
 <h2 id="adding-registries-to-okd-and-openshift">Adding registries to OKD and OpenShift</h2>
 <p>To use the OpenShift internal container registry with Codewind, see <a href="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>.</p>
 
-<p>Next step: <a href="remotedeploy-projects-vscode.html">Creating and importing projects</a></p>
+<p>Next step: Continue to instructions for <a href="remotedeploy-projects-vscode.html">Creating and importing projects</a>.</p>
 </div>
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Apr 08, 2020
+            Last update: Jul 01, 2020
         </div>
 
     </div>
@@ -829,6 +906,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/remotedeploy-eclipse.html b/remotedeploy-eclipse.html
index 0697aa0..2f3557b 100644
--- a/remotedeploy-eclipse.html
+++ b/remotedeploy-eclipse.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="connecting-eclipse-to-remote-codewind">Connecting Eclipse to remote Codewind</h1>
 
 <p>Complete the <a href="./remote-codewind-overview.html">prerequisites</a>.</p>
@@ -677,7 +747,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 27, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -853,6 +923,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/remotedeploy-projects-eclipse.html b/remotedeploy-projects-eclipse.html
index 8a56668..6beb3e5 100644
--- a/remotedeploy-projects-eclipse.html
+++ b/remotedeploy-projects-eclipse.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="creating-and-importing-projects">Creating and importing projects</h1>
 
 <p>Now that you have configured Codewind to be used remotely, you are ready to create a project that you can develop locally but build and run remotely.</p>
@@ -637,11 +707,10 @@
 <p>You have now:</p>
 
 <ol>
-  <li>Deployed a new Codewind installation into OpenShift.</li>
-  <li>Configured your IDE to use this new deployment.</li>
-  <li>Registered all the necessary security parameters.</li>
+  <li>Configured your local IDE’s Codewind extension to connect to Codewind in the cloud.</li>
+  <li>Registered all necessary security parameters.</li>
   <li>Created a project that builds and runs in the cloud.</li>
-  <li>Copied an existing local project to build and run in the cloud.</li>
+  <li>Built and run an existing project in the cloud.</li>
 </ol>
 
 <p>To understand more about how you can use project templates in Codewind, including using pre-supplied templates and creating your own, see <a href="./workingwithtemplates.html">Working with templates</a>.</p>
@@ -649,7 +718,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Jun 09, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -825,6 +894,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/remotedeploy-projects-vscode.html b/remotedeploy-projects-vscode.html
index c073859..808efab 100644
--- a/remotedeploy-projects-vscode.html
+++ b/remotedeploy-projects-vscode.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="creating-and-importing-projects">Creating and importing projects</h1>
 
 <p>Now that you have configured Codewind to be used remotely, you are ready to create a project that you can develop locally but build and run remotely.</p>
@@ -620,19 +690,18 @@
 <p>You have now:</p>
 
 <ol>
-  <li>Deployed a new Codewind install into OpenShift.</li>
-  <li>Configured your IDE to use this new deployment.</li>
-  <li>Registered all the necessary security parameters.</li>
-  <li>Created a new project that builds and runs in the cloud.</li>
-  <li>Copied an existing local project to build and run in the cloud.</li>
+  <li>Configured your local IDE’s Codewind extension to connect to Codewind in the cloud.</li>
+  <li>Registered all necessary security parameters.</li>
+  <li>Created a project that builds and runs in the cloud.</li>
+  <li>Built and run an existing project in the cloud.</li>
 </ol>
 
-<p>To understand more about how you can use project templates in Codewind, including using pre-supplied templates and creating your own, see <a href="./workingwithtemplates.html">Working with Templates</a></p>
+<p>To understand more about how you can use project templates in Codewind, including using pre-supplied templates and creating your own, see <a href="./workingwithtemplates.html">Working with templates</a>.</p>
 </div>
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Jun 04, 2020
+            Last update: Jul 09, 2020
         </div>
 
     </div>
@@ -808,6 +877,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/remotedeploy-projects.html b/remotedeploy-projects.html
index 2782c78..b9d654e 100644
--- a/remotedeploy-projects.html
+++ b/remotedeploy-projects.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="creating-and-importing-projects">Creating and importing projects</h1>
 <p>Now that you have configured Codewind to be used remotely, you are now ready to:</p>
 
@@ -635,7 +705,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 04, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -811,6 +881,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/remotedeploy-vscode.html b/remotedeploy-vscode.html
index cc2b949..55e3e8c 100644
--- a/remotedeploy-vscode.html
+++ b/remotedeploy-vscode.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="connecting-vs-code-to-remote-codewind">Connecting VS Code to remote Codewind</h1>
 
 <p>Complete the <a href="./remote-codewind-overview.html">prerequisites</a>.</p>
@@ -650,7 +720,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 27, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -826,6 +896,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/search.html b/search.html
new file mode 100644
index 0000000..11a2e89
--- /dev/null
+++ b/search.html
@@ -0,0 +1,1251 @@
+<!DOCTYPE html>
+<html lang="en">
+<!-- Global site tag (gtag.js) - Google Analytics -->
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-112407000-2"></script>
+<script>
+    window.dataLayer = window.dataLayer || [];
+
+    function gtag() {
+        dataLayer.push(arguments);
+    }
+    gtag('js', new Date());
+
+    gtag('config', 'UA-112407000-2');
+</script>
+
+<!-- Google Tag Manager -->
+<script>
+    (function (w, d, s, l, i) {
+        w[l] = w[l] || [];
+        w[l].push({
+            'gtm.start': new Date().getTime(),
+            event: 'gtm.js'
+        });
+        var f = d.getElementsByTagName(s)[0],
+            j = d.createElement(s),
+            dl = l != 'dataLayer' ? '&l=' + l : '';
+        j.async = true;
+        j.src =
+            'https://www.googletagmanager.com/gtm.js?id=' + i + dl;
+        f.parentNode.insertBefore(j, f);
+    })(window, document, 'script', 'dataLayer', 'GTM-KS8HHSF');
+</script>
+<!-- End Google Tag Manager -->
+
+<head>
+    	<title>Search | Codewind</title>
+	<meta charset="utf-8">
+	<meta name="viewport" content="width=device-width, initial-scale=1.0">
+    <meta http-equiv="X-UA-Compatible" content="IE=edge">
+	<meta name="viewport" content="width=device-width, initial-scale=1">
+	<meta name="description" content="Eclipse Codewind">
+	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
+	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
+	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
+	<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans:300,400,600&display=swap" rel="stylesheet">
+	<!-- Bootstrap CSS CDN -->
+	<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
+	integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
+	<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet" />
+	<link rel="stylesheet" href="css/styles.css">
+	<link rel="stylesheet" href="css/docs.css">
+	<link rel="stylesheet" href="css/learn.css">
+	<link rel="stylesheet" href="css/blog.css">
+	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
+	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
+
+
+</head>
+
+<body data-spy="scroll" data-target="#toc">
+    <!-- Google Tag Manager (noscript) -->
+    <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KS8HHSF"
+        height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
+        <!-- End Google Tag Manager (noscript) -->
+    <div class="main">
+    <!-- Bootstrap NavBar -->
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
+    		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
+            data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
+            aria-label="Toggle navigation">
+            <span class="navbar-toggler-icon"></span>
+        </button>
+        <a class="navbar-brand" href="/codewind/">
+            <img alt="Codewind logo image"  title="Codewind logo image" src="images/header/header-logo.svg" class="cw-header-logo" alt="">
+        </a>
+        <div class="collapse navbar-collapse justify-content-end cw-navbar-padding" id="navbarNavDropdown">
+            <ul class="navbar-nav cw-navbar-nav">
+
+                <li class="nav-item cw-navbar-item cw-header-link-docs">
+                    <a class="nav-link cw-nav-link cw-header-link-text" href="learn.html">Learn</a>
+                </li>
+                <li class="nav-item cw-navbar-item cw-header-link-news">
+                    <a class="nav-link cw-nav-link cw-header-link-text" href="news.html">News</a>
+                </li>
+
+                <li class="nav-item cw-navbar-item cw-header-link-blog">
+                    <a class="nav-link cw-nav-link cw-header-link-text" href="blog.html">Blog</a>
+                </li>
+
+                <li class="nav-item cw-navbar-item cw-header-link-guides">
+                    <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
+                </li>
+
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
+                 <li class="nav-item cw-navbar-item cw-header-link">
+                    <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
+                </li>
+
+                <li class="nav-item cw-navbar-item cw-header-link">
+                    <a class="nav-link cw-nav-link" href="https://twitter.com/EclipseCodewind"><img alt="Codewind Twitter"  class="banner-image" title="Codewind Twitter" src="images/header/twitter.png"/></a>
+                </li>
+                 <li class="nav-item cw-navbar-item cw-header-link">
+                    <a class="nav-link cw-nav-link" href="https://mattermost.eclipse.org/eclipse/channels/eclipse-codewind"><img alt="Codewind Mattermost"  class="banner-image"  title="Codewind Mattermost" src="images/header/mattermost.png"/></a>
+                </li>
+                <li class="nav-item cw-navbar-item cw-header-link">
+                    <a class="nav-link cw-nav-link" href="https://www.youtube.com/channel/UCnKCVK6RFDyHFqUmXlAhCHQ"><img alt="Codewind YouTube"  class="banner-image" title="Codewind YouTube" src="images/header/youtube.png"/></a>
+                </li>
+
+
+                <!-- li class="nav-item cw-navbar-item" id="download-li">
+                    <button onClick="window.location.href='https://microclimate.dev/download/codewind';" type="button" class="btn cw-download-button">Download</button>
+                    <a href="https://microclimate.dev/download/codewind" class="nav-link cw-nav-link cw-download-link" href="#">Download</a>
+                </li>  -->
+
+
+
+                <!-- Smaller devices menu END -->
+
+            </ul>
+        </div>
+
+    	</nav>
+    	<!-- End Bootstrap NavBar -->

+

+<div id="background-container">

+

+        <div class="row">

+

+            <div class="col-lg-12">

+

+                <h1 class="header">Search</h1>

+                

+

+<form class="form-inline my-2 my-lg-0 page-search" action="/codewind/search.html" method="get">

+    <input class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">

+    <button class="btn btn-outline-primary my-2 my-sm-0" type="submit" value="search">Search</button>

+</form>

+  

+

+<br>

+

+<div id="search-results">

+</div>

+

+<script>

+window.store = {

+    

+    

+    "che-codechange-html": {

+        "title": "Making a code change with Codewind for Eclipse Che",

+        "author": "",

+        "category": "",

+        "content": "  From the Explorer Projects view, find the project you want to edit and open the file you want to change.",

+        "url": "/che-codechange.html",

+        "layout": "docs",

+        "description": "Making a code change with Codewind for Eclipse Che"

+    }

+    ,

+    

+    

+    "che-createcodewindworkspace-html": {

+        "title": "Creating a Codewind workspace in Che",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/che-createcodewindworkspace.html",

+        "layout": "docs",

+        "description": "Creating a Codewind workspace in Che"

+    }

+    ,

+    

+    

+    "che-createfirstproject-html": {

+        "title": "Creating your first Codewind project with Codewind for Eclipse Che",

+        "author": "",

+        "category": "",

+        "content": "Note: If you already have projects in your Che workspace, such as from your devfile, add them to Codewind with the Add Existing Project command instead of the Create New Project command.",

+        "url": "/che-createfirstproject.html",

+        "layout": "docs",

+        "description": "Creating your first Codewind project with Codewind for Eclipse Che"

+    }

+    ,

+    

+    

+    "che-installinfo-html": {

+        "title": "Installing Codewind for Eclipse Che",

+        "author": "",

+        "category": "",

+        "content": "Codewind is supported on Eclipse Che, removing the need to install an IDE on your local machine to develop your microservices.",

+        "url": "/che-installinfo.html",

+        "layout": "docs",

+        "description": "Installing Codewind for Eclipse Che"

+    }

+    ,

+    

+    

+    "che-odo-support-html": {

+        "title": "OpenShift Do (odo) support in Codewind",

+        "author": "",

+        "category": "",

+        "content": "The Codewind odo extension supports OpenShift Do (odo). You can use the extension to efficiently write, build, and deploy components on an OpenShift or OKD cluster.",

+        "url": "/che-odo-support.html",

+        "layout": "docs",

+        "description": "OpenShift Do (odo) support in Codewind"

+    }

+    ,

+    

+    

+    "che-setupregistries-html": {

+        "title": "Adding image registries in Codewind for Che",

+        "author": "",

+        "category": "",

+        "content": "An image registry is an online service that stores Docker images. Docker images are either images that you build yourself, or images from third parties that you want to consume, for example, a base image of Node.js or a base image of Java. The image registry is also the place where Kubernetes and OpenShift download from when they deploy the application for ongoing development or testing within each of those environments.",

+        "url": "/che-setupregistries.html",

+        "layout": "docs",

+        "description": "Adding image registries in Codewind for Che"

+    }

+    ,

+    

+    

+    "che-tektonpipelines-html": {

+        "title": "Installing Codewind on the Cloud",

+        "author": "",

+        "category": "",

+        "content": "If you want to use existing Tekton installations with Codewind, from your command line, enter the following commands:",

+        "url": "/che-tektonpipelines.html",

+        "layout": "docs",

+        "description": "Installing Codewind on the Cloud"

+    }

+    ,

+    

+    

+    "che-uninstall-html": {

+        "title": "Uninstalling Codewind for Eclipse Che",

+        "author": "",

+        "category": "",

+        "content": "To uninstall Codewind for Eclipse Che, follow these instructions:",

+        "url": "/che-uninstall.html",

+        "layout": "docs",

+        "description": "How to uninstall Codewind from Eclipse Che. Uninstalling Codewind comprises two steps. First, uninstall Codewind. Then, proceed to uninstall Che."

+    }

+    ,

+    

+    

+    "checkingstatuses-html": {

+        "title": "Understanding application and build statuses",

+        "author": "",

+        "category": "",

+        "content": "Builds automatically begin when Codewind detects changes or when you initiate a build by clicking the Build button on a project.",

+        "url": "/checkingstatuses.html",

+        "layout": "docs",

+        "description": "Understanding application and build statuses"

+    }

+    ,

+    

+    

+    "open-api-tools-for-eclipse-html": {

+        "title": "Codewind OpenAPI Tools for Eclipse",

+        "author": "",

+        "category": "",

+        "content": "The Codewind OpenAPI Tools for Eclipse includes wizards that invoke the OpenAPI Generator to create API clients, server stubs, and HTML documentation from OpenAPI definitions. The tools are integrated and customized to work with Codewind for Eclipse, but they also work with a base Eclipse IDE for Java EE Developers installation.",

+        "url": "/open-api-tools-for-eclipse.html",

+        "layout": "docs",

+        "description": "How to work with the OpenAPI tools in Eclipse"

+    }

+    ,

+    

+    

+    "open-api-tools-for-vscode-html": {

+        "title": "Codewind OpenAPI Tools for VS Code",

+        "author": "",

+        "category": "",

+        "content": "The Codewind OpenAPI Tools for VS Code provides commands that invoke the OpenAPI Generator to create API clients, server stubs, and HTML documentation from OpenAPI definitions. The tools are integrated and customized to work with Codewind for VS Code, but they can also work without the Codewind extension.",

+        "url": "/open-api-tools-for-vscode.html",

+        "layout": "docs",

+        "description": "How to work with the OpenAPI tools in VS Code"

+    }

+    ,

+    

+    

+    "debugging-html": {

+        "title": "Debugging in Codewind",

+        "author": "",

+        "category": "",

+        "content": "Complete the following steps to debug in Codewind applications:",

+        "url": "/debugging.html",

+        "layout": "docs",

+        "description": "Debugging in Codewind"

+    }

+    ,

+    

+    

+    "eclipse-codechange-html": {

+        "title": "Making a code change with Eclipse",

+        "author": "",

+        "category": "",

+        "content": "Codewind automatically builds and redeploys your application whenever you make a code change and save the file.",

+        "url": "/eclipse-codechange.html",

+        "layout": "docs",

+        "description": "Making a code change with Eclipse"

+    }

+    ,

+    

+    

+    "eclipse-firstproject-html": {

+        "title": "Creating your first Codewind project with Codewind for Eclipse",

+        "author": "",

+        "category": "",

+        "content": "To create your first project:",

+        "url": "/eclipse-firstproject.html",

+        "layout": "docs",

+        "description": "Creating your first Codewind project with Codewind for Eclipse"

+    }

+    ,

+    

+    

+    "eclipse-getting-started-html": {

+        "title": "Installing Codewind for Eclipse",

+        "author": "",

+        "category": "",

+        "content": "There are three ways of using Codewind - locally, remotely or as a hosted application on the cloud. To get started, you can try out Codewind by using the local configuration. In this configuration, you create, develop, build and run your containerised applications on your local machine using your local IDE.",

+        "url": "/eclipse-getting-started.html",

+        "layout": "docs",

+        "description": "Installing Codewind for Eclipse"

+    }

+    ,

+    

+    

+    "eclipse-uninstall-html": {

+        "title": "Uninstalling Codewind for Eclipse",

+        "author": "",

+        "category": "",

+        "content": "To uninstall Codewind for Eclipse, follow these instructions:",

+        "url": "/eclipse-uninstall.html",

+        "layout": "docs",

+        "description": "How to uninstall Codewind from Eclipse. Uninstalling Codewind comprises two steps. First, remove the Codewind containers and images. Then, proceed to uninstall Codewind."

+    }

+    ,

+    

+    

+    "eclipseche-codewind-overview-html": {

+        "title": "Overview Using Codewind with Eclipse Che",

+        "author": "",

+        "category": "",

+        "content": "Codewind can be used in one of three ways - locally, hosted as an application on a cloud, or remotely.",

+        "url": "/eclipseche-codewind-overview.html",

+        "layout": "docs",

+        "description": "Overview Using Codewind with Eclipse Che"

+    }

+    ,

+    

+    

+    "gettingstarted-overview-html": {

+        "title": "Getting Started Overview",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/gettingstarted-overview.html",

+        "layout": "docs",

+        "description": "Get started with Codewind by selecting the configuration of Codewind you want to install. Understand the different configurations available - local, remote or browser-based - and select the most appropriate instructions."

+    }

+    ,

+    

+    

+    "importing-existing-projects-html": {

+        "title": "Importing existing projects",

+        "author": "",

+        "category": "",

+        "content": "Configure a project to run in Codewind.",

+        "url": "/importing-existing-projects.html",

+        "layout": "docs",

+        "description": "Importing existing projects"

+    }

+    ,

+    

+    

+    "intellij-codechange-html": {

+        "title": "Making a code change with IntelliJ",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/intellij-codechange.html",

+        "layout": "docs",

+        "description": "Making a code change with IntelliJ"

+    }

+    ,

+    

+    

+    "intellij-firstproject-html": {

+        "title": "Creating your first Codewind project with Codewind for IntelliJ",

+        "author": "",

+        "category": "",

+        "content": "Creating your first project from a template",

+        "url": "/intellij-firstproject.html",

+        "layout": "docs",

+        "description": "Creating your first Codewind project with Codewind for IntelliJ"

+    }

+    ,

+    

+    

+    "intellij-getting-started-html": {

+        "title": "Installing Codewind for IntelliJ",

+        "author": "",

+        "category": "",

+        "content": "Important: Codewind for Intellij is currently a Tech Preview",

+        "url": "/intellij-getting-started.html",

+        "layout": "docs",

+        "description": "Installing Codewind for IntelliJ"

+    }

+    ,

+    

+    

+    "linking-your-projects-html": {

+        "title": "Linking your projects",

+        "author": "",

+        "category": "",

+        "content": "You can link your projects when you are using Codewind. This feature is available in the VS Code and Eclipse IDEs. Project linking is supported by all Codewind project types and extensions except for the ODO Devfile extension.",

+        "url": "/linking-your-projects.html",

+        "layout": "docs",

+        "description": "Linking your projects"

+    }

+    ,

+    

+    

+    "metrics-dashboard-html": {

+        "title": "Understanding the Metrics Dashboard",

+        "author": "",

+        "category": "",

+        "content": "Application Metrics instruments Java, Node.js, and Swift runtimes for performance monitoring and provides the monitoring data through an API. The Metrics Dashboard is a method for you to visualize this data.",

+        "url": "/metrics-dashboard.html",

+        "layout": "docs",

+        "description": "Understanding the Metrics Dashboard"

+    }

+    ,

+    

+    

+    "offline-codewind-html": {

+        "title": "Using Codewind offline",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/offline-codewind.html",

+        "layout": "docs",

+        "description": "Using Codewind offline"

+    }

+    ,

+    

+    

+    "openshiftregistry-html": {

+        "title": "Adding the OpenShift internal registry with Codewind",

+        "author": "",

+        "category": "",

+        "content": "Prerequisites",

+        "url": "/openshiftregistry.html",

+        "layout": "docs",

+        "description": "Adding the OpenShift internal registry with Codewind"

+    }

+    ,

+    

+    

+    "overview-html": {

+        "title": "What is Codewind?",

+        "author": "",

+        "category": "",

+        "content": "What is Codewind?",

+        "url": "/overview.html",

+        "layout": "docs",

+        "description": "What is Codewind?"

+    }

+    ,

+    

+    

+    "performance-html": {

+        "title": "Monitoring your applications with the performance dashboard",

+        "author": "",

+        "category": "",

+        "content": "Learn how to monitor and improve application performance with the Performance Dashboard.",

+        "url": "/performance.html",

+        "layout": "docs",

+        "description": "Monitoring your applications with the performance dashboard"

+    }

+    ,

+    

+    

+    "private-registries-html": {

+        "title": "Developing with packages from private registries and repositories",

+        "author": "",

+        "category": "",

+        "content": "Packages, reusable pieces of software, help you build and reduce development time. Sometimes, the packages for your application must be installed from an external private registry or one hosted by your organization. Registries help you manage your code and dependencies. Codewind supports two private registry types: NPM registries for Node.js projects and Maven repositories for Java projects.",

+        "url": "/private-registries.html",

+        "layout": "docs",

+        "description": "Developing with packages from private registries and repositories"

+    }

+    ,

+    

+    

+    "project-actions-html": {

+        "title": "Project actions",

+        "author": "",

+        "category": "",

+        "content": "The following actions are available by right-clicking the project in the Codewind Explorer view. Most actions function only if the project is enabled.",

+        "url": "/project-actions.html",

+        "layout": "docs",

+        "description": "Project actions"

+    }

+    ,

+    

+    

+    "project-settings-html": {

+        "title": "Project settings",

+        "author": "",

+        "category": "",

+        "content": "Project settings tell Codewind more about the specifics of your project and can affect the status or behavior of your application. Project settings can be configured from the Project Overview page that is accessible from a project’s context menu. You can also find the project settings in the .cw-settings file of the project, which you can edit from the IDE. The workspace automatically picks up changes to these fields.",

+        "url": "/project-settings.html",

+        "layout": "docs",

+        "description": "Project settings tell Codewind the specifics of your project and application"

+    }

+    ,

+    

+    

+    "referencing-files-html": {

+        "title": "Referencing files external to a project",

+        "author": "",

+        "category": "",

+        "content": "You can define references to files that reside outside of a project.",

+        "url": "/referencing-files.html",

+        "layout": "docs",

+        "description": "Referencing files external to a project"

+    }

+    ,

+    

+    

+    "remote-codewind-overview-html": {

+        "title": "Overview Using Codewind remotely",

+        "author": "",

+        "category": "",

+        "content": "Codewind can be used in one of three ways: locally, hosted as an application on the cloud, or remotely.",

+        "url": "/remote-codewind-overview.html",

+        "layout": "docs",

+        "description": "Overview Using Codewind remotely"

+    }

+    ,

+    

+    

+    "remote-deploying-codewind-html": {

+        "title": "Deploying Codewind remotely",

+        "author": "",

+        "category": "",

+        "content": "Codewind can be used in one of three ways: locally, hosted as an application on the cloud, or remotely.",

+        "url": "/remote-deploying-codewind.html",

+        "layout": "docs",

+        "description": "Deploying Codewind remotely"

+    }

+    ,

+    

+    

+    "remote-setupregistries-html": {

+        "title": "Adding an image registry in remote Codewind",

+        "author": "",

+        "category": "",

+        "content": "An image registry is an online service that stores Docker images. Docker images are either images that you build yourself, or images from third parties that you want to consume, for example, a base image of Node.js or a base image of Java. The image registry is also the place where Kubernetes and OpenShift download from when they deploy the application for ongoing development or testing within each of those environments.",

+        "url": "/remote-setupregistries.html",

+        "layout": "docs",

+        "description": "Adding an image registry in remote Codewind"

+    }

+    ,

+    

+    

+    "remotedeploy-eclipse-html": {

+        "title": "Connecting Eclipse to remote Codewind",

+        "author": "",

+        "category": "",

+        "content": "Complete the prerequisites.",

+        "url": "/remotedeploy-eclipse.html",

+        "layout": "docs",

+        "description": "Connecting Eclipse to remote Codewind"

+    }

+    ,

+    

+    

+    "remotedeploy-projects-eclipse-html": {

+        "title": "Eclipse",

+        "author": "",

+        "category": "",

+        "content": "Now that you have configured Codewind to be used remotely, you are ready to create a project that you can develop locally but build and run remotely.",

+        "url": "/remotedeploy-projects-eclipse.html",

+        "layout": "docs",

+        "description": "Creating and importing projects"

+    }

+    ,

+    

+    

+    "remotedeploy-projects-vscode-html": {

+        "title": "VS Code",

+        "author": "",

+        "category": "",

+        "content": "Now that you have configured Codewind to be used remotely, you are ready to create a project that you can develop locally but build and run remotely.",

+        "url": "/remotedeploy-projects-vscode.html",

+        "layout": "docs",

+        "description": "Creating and importing projects"

+    }

+    ,

+    

+    

+    "remotedeploy-projects-html": {

+        "title": "Projects in the cloud",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/remotedeploy-projects.html",

+        "layout": "docs",

+        "description": "Projects in the cloud"

+    }

+    ,

+    

+    

+    "remotedeploy-vscode-html": {

+        "title": "Connecting VS Code to remote Codewind",

+        "author": "",

+        "category": "",

+        "content": "Complete the prerequisites.",

+        "url": "/remotedeploy-vscode.html",

+        "layout": "docs",

+        "description": "Connecting VS Code to remote Codewind"

+    }

+    ,

+    

+    

+    "troubleshooting-html": {

+        "title": "Troubleshooting",

+        "author": "",

+        "category": "",

+        "content": "Troubleshooting",

+        "url": "/troubleshooting.html",

+        "layout": "docs",

+        "description": "Troubleshooting Codewind"

+    }

+    ,

+    

+    

+    "vsc-codechange-html": {

+        "title": "Making a code change with VS Code",

+        "author": "",

+        "category": "",

+        "content": "Codewind automatically builds and redeploys your application whenever you make a code change and save the file.",

+        "url": "/vsc-codechange.html",

+        "layout": "docs",

+        "description": "Making a code change with VS Code"

+    }

+    ,

+    

+    

+    "vsc-commands-overview-html": {

+        "title": "Commands overview: Tools for VS Code",

+        "author": "",

+        "category": "",

+        "content": "All commands provided by this extension are available in the Command Palette. You can also right-click the Codewind view to invoke most commands with the context menu.",

+        "url": "/vsc-commands-overview.html",

+        "layout": "docs",

+        "description": "Commands Overview: Tools for VS Code"

+    }

+    ,

+    

+    

+    "vsc-firstproject-html": {

+        "title": "Creating your first Codewind project with Codewind for VS Code",

+        "author": "",

+        "category": "",

+        "content": "To create your first project:",

+        "url": "/vsc-firstproject.html",

+        "layout": "docs",

+        "description": "Creating your first Codewind project with Codewind for VS Code"

+    }

+    ,

+    

+    

+    "vsc-getting-started-html": {

+        "title": "Installing Codewind for VS Code",

+        "author": "",

+        "category": "",

+        "content": "There are three ways of using Codewind - locally, remotely or as a hosted application on the cloud. To get started, you can try out Codewind by using the local configuration. In this configuration, you create, develop, build and run your containerised applications on your local machine using your local IDE.",

+        "url": "/vsc-getting-started.html",

+        "layout": "docs",

+        "description": "Installing Codewind for VS Code"

+    }

+    ,

+    

+    

+    "vsc-nodejsprofiling-html": {

+        "title": "Installing and running the Codewind language server for Node.js profiling",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/vsc-nodejsprofiling.html",

+        "layout": "docs",

+        "description": "Installing and running the Codewind language server for Node.js profiling"

+    }

+    ,

+    

+    

+    "vsc-uninstall-html": {

+        "title": "Uninstalling Codewind for VS Code",

+        "author": "",

+        "category": "",

+        "content": "To uninstall Codewind for VS Code, follow these instructions:",

+        "url": "/vsc-uninstall.html",

+        "layout": "docs",

+        "description": "How to uninstall Codewind from VS Code. Uninstalling Codewind comprises two steps. First, remove the Codewind containers and images. Then, proceed to uninstall Codewind."

+    }

+    ,

+    

+    

+    "workingwithtemplates-html": {

+        "title": "Working with templates",

+        "author": "",

+        "category": "",

+        "content": "Use Codewind to code and develop in languages of your choice by using templates. Templates make application development easier by providing a structure and boilerplate code, or framework, to help you start a new project. Templates appear as a new language and project type within the Codewind user interface.",

+        "url": "/workingwithtemplates.html",

+        "layout": "docs",

+        "description": "Working with templates"

+    }

+    

+    

+

+    

+    

+    ,"introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster-html": {

+        "title": "Introduction to Eclipse Codewind: Build high-quality cloud-native applications faster",

+        "author": "Andy Watson",

+        "category": "",

+        "content": "Easy to get started",

+        "url": "/introduction-to-eclipse-codewind-build-high-quality-cloud-native-applications-faster.html",

+        "layout": "post",

+        "description": "Eclipse Codewind is an open source project that makes it easier for developers to create cloud-native applications within their favorite IDE. Codewind initially supports Visual Studio Code, Eclipse..."

+    }

+    

+    

+    ,"great-conversations-about-the-kabanero-io-html": {

+        "title": "Great conversations about the Kabanero.io microservice end-to-end develop/deploy experience at ThinkLondon 2019.",

+        "author": "Nik Canvin",

+        "category": "",

+        "content": "",

+        "url": "/great-conversations-about-the-kabanero-io.html",

+        "layout": "post",

+        "description": "Developers and CTOs alike, shared both enthusiasm and validation for the microservice develop-deploy stories in Kabanero.io at IBM’s ThinkLondon summit yesterday..."

+    }

+    

+    

+    ,"my-first-cloud-native-node-js-microservice-from-nothing-to-running-immediately-html": {

+        "title": "My first cloud-native Node.js microservice, from nothing to running, immediately",

+        "author": "Nik Canvin",

+        "category": "",

+        "content": "",

+        "url": "/my-first-cloud-native-node-js-microservice-from-nothing-to-running-immediately.html",

+        "layout": "post",

+        "description": "Having read about the virtues of 12-factor Apps, I knew I wanted to develop a new microservice — something that would handle one task really well and be easy to deploy to any cloud, but did not have..."

+    }

+    

+    

+    ,"a-new-microservice-to-provide-node-js-sub-dependency-license-insights-html": {

+        "title": "A new microservice to provide ‘Node.js sub-dependency license insights’",

+        "author": "Nik Canvin",

+        "category": "",

+        "content": "Note: I covered the pain points and manual remedies associated with Node.js sub-dependency identification and licensing in a previous blog. You may also be interested in a lower level technical autopsy of this containerized microservice in this next blog.",

+        "url": "/a-new-microservice-to-provide-node-js-sub-dependency-license-insights.html",

+        "layout": "post",

+        "description": "An overview and demonstration of a microservice that automates some Node.js sub-dependency management pain-points, developed using Eclipse Codewind. Note: I covered the pain points and manual..."

+    }

+    

+    

+    ,"a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application-html": {

+        "title": "A technical autopsy of a containerized ‘Node.js dependency insights’ microservice application",

+        "author": "Nik Canvin",

+        "category": "",

+        "content": "Note: To see a quick overview and demonstration of the running microservice from an end users point of view, you may like this previous blog.",

+        "url": "/a-technical-autopsy-of-a-containerized-node-js-dependency-insights-microservice-application.html",

+        "layout": "post",

+        "description": "This blog focuses on the code to implement a cloud-native serverless Node.js microservice developed using Eclispe Codewind."

+    }

+    

+    

+    ,"checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution-html": {

+        "title": "Checking Node.js sub-dependencies licenses for usage and redistribution",

+        "author": "Nik Canvin",

+        "category": "",

+        "content": "",

+        "url": "/checking-node-js-sub-dependencies-licenses-for-usage-and-redistribution.html",

+        "layout": "post",

+        "description": "Reusing Node.js modules from NPM is technically easy, but understanding the commercial legal usage and redistribution implications can be a ‘black art’."

+    }

+    

+    

+    ,"enabling-https-in-your-codewind-application-html": {

+        "title": "Enabling HTTPS in your Codewind Application",

+        "author": "Becca Bau",

+        "category": "",

+        "content": "",

+        "url": "/enabling-https-in-your-codewind-application.html",

+        "layout": "post",

+        "description": "HTTPS is becoming increasingly common as the internet shifts to an HTTPS-only environment. In an unencrypted HTTP session, data is transferred in clear text, meaning anyone can eavesdrop on your..."

+    }

+    

+    

+    ,"want-to-get-a-microservice-up-and-running-super-quickly-try-codewind-html": {

+        "title": "Want to get a microservice up and running super quickly? Try Codewind.",

+        "author": "Dr Melanie Hopper",

+        "category": "",

+        "content": "There’s the task of creating your own application stack for a containerised microservice that also fits your preferred language and project type.",

+        "url": "/want-to-get-a-microservice-up-and-running-super-quickly-try-codewind.html",

+        "layout": "post",

+        "description": "With Codewind, not only will you be able to choose your microservice from a list of templates, you’ll have a fully integrated container development environment for a smooth inner loop experience."

+    }

+    

+    

+    ,"sneak-peek-remote-development-with-codewind-html": {

+        "title": "Sneak Peek: Remote Development with Codewind",

+        "author": "Becca Bau",

+        "category": "",

+        "content": "In our Codewind 0.7.0 release, we’re very excited to share with you a preview of our latest feature: a remote development scenario with Codewind! We can hear you asking, “Why should I even care?”",

+        "url": "/sneak-peek-remote-development-with-codewind.html",

+        "layout": "post",

+        "description": "In our Codewind 0.7.0 release, we’re very excited to share with you a preview of our latest feature: a remote development scenario with Codewind! We can hear you asking, “Why should I even care?”..."

+    }

+    

+    

+    ,"introducing-eclipse-codewind-on-intellij-html": {

+        "title": "Introducing Eclipse Codewind on IntelliJ",

+        "author": "Becca Bau",

+        "category": "",

+        "content": "",

+        "url": "/introducing-eclipse-codewind-on-intellij.html",

+        "layout": "post",

+        "description": "We recently announced the tech preview of Eclipse Codewind on the IntelliJ IDE. Many people have asked about IntelliJ, as it is a popular..."

+    }

+    

+    

+    ,"jdk-14-is-coming-but-will-my-java-application-run-on-it-html": {

+        "title": "JDK 14 is now here, but will my Java application run on it?",

+        "author": "Nik Canvin",

+        "category": "",

+        "content": "",

+        "url": "/jdk-14-is-coming-but-will-my-java-application-run-on-it.html",

+        "layout": "post",

+        "description": "Well, ... NO... as it turns out... for my specific application at least, here’s how I tested against JDK14, then found, debugged and fixed an issue in minutes! New versions of the layers in your..."

+    }

+    

+    

+    ,"codewind-in-intellij-may-html": {

+        "title": "Codewind in IntelliJ IDEA",

+        "author": "John Pitman",

+        "category": "",

+        "content": "Our first tech preview release included basic support for Codewind, and last month we added the ability to show the log files, open the performance dashboard and debug projects.",

+        "url": "/codewind-in-intellij-may.html",

+        "layout": "post",

+        "description": "Update on support for Codewind in IntelliJ IDEA"

+    }

+    

+    

+    ,"working-with-private-registries-html": {

+        "title": "Working with Private Registries",

+        "author": "Andrew Mak",

+        "category": "",

+        "content": "In most cases, these 3rd-party bits of code are hosted on well-known public registries and repositories, and build and package tools such as npm (Node Package Manager) and mvn (Maven) help you manage these dependencies and make pulling the code down for use simple. However, if you work in a medium or large-sized organization, you might be required to pull 3rd-party code from private servers within the organization–it’s also simple to do, as long as you have proper configuration in place.",

+        "url": "/working-with-private-registries.html",

+        "layout": "post",

+        "description": "Need a specific capability in your application? Chances are there's a code library or package out there that already does the job."

+    }

+    

+

+    

+    

+    ,"codewind-crw-quick-guide-html": {

+        "title": "Getting Started with Codewind in CodeReady Workspaces",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/codewind-crw-quick-guide.html",

+        "layout": "guide",

+        "description": "Use CodeReady Workspaces to develop cloud-native applications from an OpenShift cluster."

+    }

+    

+    

+    ,"codewind-eclipse-quick-guide-html": {

+        "title": "Getting Started with Codewind in Eclipse",

+        "author": "",

+        "category": "",

+        "content": "Use Eclipse Codewind to create application projects from Application Stacks that your company builds. With Codewind, you can focus on your code and not on infrastructure and Kubernetes. Application deployments to Kubernetes occur through pipelines when developers commit their local code to the correct Git repos Kabanero is managing through webhooks.",

+        "url": "/codewind-eclipse-quick-guide.html",

+        "layout": "guide",

+        "description": "Take advantage of Codewind's tools to help build high quality cloud native applications regardless of which IDE or language you use."

+    }

+    

+    

+    ,"codewind-vscode-quick-guide-html": {

+        "title": "Getting Started with Codewind in VS Code",

+        "author": "",

+        "category": "",

+        "content": "Use Eclipse Codewind to create application projects from Application Stacks that your company builds. With Codewind, you can focus on your code and not on infrastructure and Kubernetes. Application deployments to Kubernetes occur through pipelines when developers commit their local code to the correct Git repos Kabanero is managing through webhooks.",

+        "url": "/codewind-vscode-quick-guide.html",

+        "layout": "guide",

+        "description": "Take advantage of Codewind's tools to help build high quality cloud native applications regardless of which IDE or language you use."

+    }

+    

+

+    

+    

+    ,"news": {

+        "title": "News",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/news",

+        "layout": "newsredirect",

+        "description": "This is for redirect to latest news only, do not delete/edit"

+    }

+    

+    

+    ,"news03": {

+        "title": "New for Codewind 0.3.0",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/news03",

+        "layout": "news",

+        "description": "New for Codewind 0.3.0"

+    }

+    

+    

+    ,"news04": {

+        "title": "New for Codewind 0.4.0",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/news04",

+        "layout": "news",

+        "description": "New for Codewind 0.4.0"

+    }

+    

+    

+    ,"news05": {

+        "title": "New for Codewind 0.5.0",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/news05",

+        "layout": "news",

+        "description": "New for Codewind 0.5.0"

+    }

+    

+    

+    ,"news06": {

+        "title": "New for Codewind 0.6.0",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/news06",

+        "layout": "news",

+        "description": "New for Codewind 0.6.0"

+    }

+    

+    

+    ,"news07": {

+        "title": "New for Codewind 0.7.0",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/news07",

+        "layout": "news",

+        "description": "New for Codewind 0.7.0"

+    }

+    

+    

+    ,"news08": {

+        "title": "New for Codewind 0.8.0",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/news08",

+        "layout": "news",

+        "description": "New for Codewind 0.8.0"

+    }

+    

+    

+    ,"news09": {

+        "title": "New for Codewind 0.9.0",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/news09",

+        "layout": "news",

+        "description": "New for Codewind 0.9.0"

+    }

+    

+    

+    ,"news11": {

+        "title": "New for Codewind 0.11.0",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/news11",

+        "layout": "news",

+        "description": "New for Codewind 0.11.0"

+    }

+    

+    

+    ,"news12": {

+        "title": "New for Codewind 0.12.0",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/news12",

+        "layout": "news",

+        "description": "New for Codewind 0.12.0"

+    }

+    

+    

+    ,"news13": {

+        "title": "New for Codewind 0.13.0",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/news13",

+        "layout": "news",

+        "description": "New for Codewind 0.13.0"

+    }

+    

+    

+    ,"news14": {

+        "title": "New for Codewind 0.14.0",

+        "author": "",

+        "category": "",

+        "content": "",

+        "url": "/news14",

+        "layout": "news",

+        "description": "New for Codewind 0.14.0"

+    }

+    

+    

+    ,"newstechpreview": {

+        "title": "New for Codewind tech preview",

+        "author": "",

+        "category": "",

+        "content": "In the tech preview, Codewind includes the following supported functions with the included extensions:",

+        "url": "/newstechpreview",

+        "layout": "news",

+        "description": "New for Codewind tech preview"

+    }

+    

+};

+</script>

+

+<script src="/codewind/js/lunr.min.js"></script>

+<script src="/codewind/js/search.js"></script>

+

+            </div>

+        </div>

+

+</div>

+

+<!-- footer row -->
+<footer>
+
+<div id="footer-div-mobile">
+        
+        <div class="row">
+	        <div class="col-sm-12 text-center">
+		        <span>Useful Links:</span>
+		        <br/><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org">Eclipse Foundation</a><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org/legal/termsofuse.php">Website Terms of Use</a><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a><br/>
+		        <a class="cw-footer-links" href="http://www.eclipse.org/legal">Legal</a><br/>
+		    </div>
+        </div>
+        <div class="cw_footer_display_flex cw-footer-same-height cw-footer-center">
+        
+        <div class="cw_footer_display_icons row">
+    		<div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="mailto:codewind-dev@eclipse.org"><img alt="Send us an email"  title="Send us an email" src="images/footer/email-icon.svg" class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="https://twitter.com/EclipseCodewind"><img alt="Codewind Twitter"  title="Codewind Twitter" src="images/footer/twitter-logo.svg" class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+        <div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  title="Codewind Github" src="images/footer/github-logo.svg"
+                            class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+
+        <div class=" cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="https://mattermost.eclipse.org/eclipse/channels/eclipse-codewind"><img alt="Codewind Mattermost"  title="Codewind Mattermost" src="images/footer/mattermost-logo.png" class="cw-logo-mm" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    <a href="https://www.youtube.com/channel/UCnKCVK6RFDyHFqUmXlAhCHQ"><img alt="Codewind YouTube"  title="Codewind YouTube" src="images/footer/youtube-logo-dark.svg"
+                            class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center col-md-3 col-sm-6 col-xs-12">
+            <div>
+                <div>
+                    
+                    <a href="http://www.eclipse.org"><img class="cw-logo-eclipse-mobile" alt="Eclipse"  title="Eclipse" src="images/footer/eclipse.svg"/></a>
+                </div>
+            </div>
+        </div>
+        </div>
+        
+		</div>
+		
+    </div>
+    
+    
+    <div class="row cw-footer-desktop" id="footer-div">
+        <div class="cw-footer-left">
+        		<div class="px-5 cw-font-12>
+	        <span class="cw-font-14">Useful Links:</span>
+	        <br/><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org">Eclipse Foundation</a><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org/legal/privacy.php">Privacy Policy</a><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org/legal/termsofuse.php">Website Terms of Use</a><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org/legal/copyright.php">Copyright Agent</a><br/>
+	        <a class="cw-footer-links" href="http://www.eclipse.org/legal">Legal</a><br/>
+	        </div>
+	        
+        </div>
+        <div class="cw-footer-border-right"></div>
+        <div class="cw_footer_display_flex cw-footer-same-height cw-footer-center">
+        <div class="cw_footer_display_icons">
+    		<div class="cw-footer-col text-center">
+            <div>
+                <div>
+                    <a href="mailto:codewind-dev@eclipse.org"><img alt="Send us an email"  title="Send us an email" src="images/footer/email-icon.svg" class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center">
+            <div>
+                <div>
+                    <a href="https://twitter.com/EclipseCodewind"><img alt="Codewind Twitter"  title="Codewind Twitter" src="images/footer/twitter-logo.svg" class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+        <div class="cw-footer-col text-center">
+            <div>
+                <div>
+                    <a href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  title="Codewind Github" src="images/footer/github-logo.svg"
+                            class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+
+        <div class=" cw-footer-col text-center">
+            <div class="cw-logo-mm" >
+                <div class="cw-logo-mm" >
+                    <a href="https://mattermost.eclipse.org/eclipse/channels/eclipse-codewind"><img alt="Codewind Mattermost"  title="Codewind Mattermost" src="images/footer/mattermost-logo.png" class="cw-logo-mm" /></a>
+                </div>
+            </div>
+        </div>
+        <div class="cw-footer-col text-center">
+            <div>
+                <div>
+                    <a href="https://www.youtube.com/channel/UCnKCVK6RFDyHFqUmXlAhCHQ"><img alt="Codewind YouTube"   title="Codewind YouTube" src="images/footer/youtube-logo-dark.svg"
+                            class="cw-logo" /></a>
+                </div>
+            </div>
+        </div>
+        
+        </div>
+        
+		</div>
+		<div class="cw-footer-border-right"></div>
+		<div class="cw-footer-right cw-footer-same-height cw-footer-vcenter">
+		<div class="cw-footer-eclipse-img cw-footer-same-height px-5 ">
+	        
+		<a href="http://www.eclipse.org">
+		<img alt="Eclipse"  title="Eclipse" src="images/footer/eclipse.svg"/>
+		</a>
+	        </div>
+		</div>
+    </div>
+</footer>
+<!-- footer row END -->

+<!-- Jquery -->
+<script
+  src="https://code.jquery.com/jquery-3.4.1.min.js"
+  integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
+  crossorigin="anonymous"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
+    integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">
+</script>
+
+
+
+<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
+    integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">
+</script>
+
+
+<!-- Font Awesome JS -->
+<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/solid.js"
+    integrity="sha384-tzzSw1/Vo+0N5UhStP3bvwWPq+uvzCMfrN1fEFe+xBmv1C/AtVX5K0uZtmcHitFZ" crossorigin="anonymous">
+</script>
+<script defer src="https://use.fontawesome.com/releases/v5.0.13/js/fontawesome.js"
+    integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
+</script>
+
+
+<script src="js/jquery.matchHeight-min.js"></script>
+<script src="js/index.js"></script>
+<script src="js/docs.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/prism.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-docker.min.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/components/prism-json.min.js"></script>
+
+</div>
+</body>
+
+</html>
\ No newline at end of file
diff --git a/sneak-peek-remote-development-with-codewind.html b/sneak-peek-remote-development-with-codewind.html
index 0c18b3b..b1d5289 100644
--- a/sneak-peek-remote-development-with-codewind.html
+++ b/sneak-peek-remote-development-with-codewind.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Eclipse Codewind">
+	<meta name="description" content="In our Codewind 0.7.0 release, we’re very excited to share with you a preview of our latest feature: a remote development scenario with Codewind! We can hear...">
 	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,7 +134,7 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
             <h1>Sneak Peek: Remote Development with Codewind</h1>
             <p>19 Dec 2019 - Becca Bau</p>
@@ -347,6 +358,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/troubleshooting.html b/troubleshooting.html
index a3368bb..11fc6b0 100644
--- a/troubleshooting.html
+++ b/troubleshooting.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><!-- NOTE: The '***' before each level one title adds a line to the final output, which helps this topic to be more readable and easier to consume. -->
 
 <h1 id="troubleshooting">Troubleshooting</h1>
@@ -1674,7 +1744,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Jun 11, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -1850,6 +1920,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/vsc-codechange.html b/vsc-codechange.html
index b8496cd..8dd7ef5 100644
--- a/vsc-codechange.html
+++ b/vsc-codechange.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="making-a-code-change-with-vs-code">Making a code change with VS Code</h1>
 <p><br />
 Codewind automatically builds and redeploys your application whenever you make a code change and save the file.</p>
@@ -632,7 +702,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 12, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -808,6 +878,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/vsc-commands-overview.html b/vsc-commands-overview.html
index 9b491db..5b6bbe4 100644
--- a/vsc-commands-overview.html
+++ b/vsc-commands-overview.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="commands-overview-codewind-for-vs-code">Commands overview: Codewind for VS Code</h1>
 
 <p>All commands provided by this extension are available in the <a href="https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette">Command Palette</a>. You can also right-click the <strong>Codewind view</strong> to invoke most commands with the context menu.</p>
@@ -590,7 +660,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Feb 27, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -766,6 +836,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/vsc-firstproject.html b/vsc-firstproject.html
index c8cb24e..46400a7 100644
--- a/vsc-firstproject.html
+++ b/vsc-firstproject.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="creating-your-first-codewind-project-with-codewind-for-vs-code">Creating your first Codewind project with Codewind for VS Code</h1>
 <p><br />
 To create your first project:</p>
@@ -632,7 +702,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 11, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -808,6 +878,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/vsc-getting-started.html b/vsc-getting-started.html
index b04a502..a4ff60c 100644
--- a/vsc-getting-started.html
+++ b/vsc-getting-started.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="getting-started-with-codewind">Getting Started with Codewind</h1>
 
 <p>There are three ways of using Codewind - locally, remotely or as a hosted application on the cloud. To get started, you can try out Codewind by using the local configuration. In this configuration, you create, develop, build and run your containerised applications on your local machine using your local IDE.</p>
@@ -646,7 +716,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 27, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -822,6 +892,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/vsc-nodejsprofiling.html b/vsc-nodejsprofiling.html
index 1b92028..bf254c2 100644
--- a/vsc-nodejsprofiling.html
+++ b/vsc-nodejsprofiling.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,287 +583,68 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="installing-and-running-the-codewind-language-server-for-nodejs-profiling">Installing and running the Codewind language server for Node.js profiling</h1>
 <p>The Codewind language server for Node.js profiling annotates your Node.js code with code highlighting. Code highlighting uses the profiling data gathered through Codewind load testing to highlight and show the relative time that is spent in JavaScript functions.</p>
 
@@ -629,7 +699,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Feb 27, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -805,6 +875,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/vsc-uninstall.html b/vsc-uninstall.html
index a327eda..d0a82d7 100644
--- a/vsc-uninstall.html
+++ b/vsc-uninstall.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Uninstalling Codewind for VS Code">
+	<meta name="description" content="How to uninstall Codewind from VS Code. Uninstalling Codewind comprises two steps. First, remove the Codewind containers and images. Then, proceed to uninsta...">
 	<meta name="keywords" content="uninstall, remove, delete, tools, eclipse, uninstalling Codewind for VS Code"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,297 +583,81 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="uninstalling-codewind-for-vs-code">Uninstalling Codewind for VS Code</h1>
-<p>Remove the Codewind containers and images:</p>
+
+<p>To uninstall Codewind for VS Code, follow these instructions:</p>
+
+<h2 id="1-remove-the-codewind-containers-and-images">1. Remove the Codewind containers and images</h2>
 <ol>
   <li>Stop all running containers. From the local Codewind tree item in the <strong>Codewind</strong> view, click <strong>Stop Local Codewind</strong>.</li>
   <li>To remove the Docker images, right-click the local Codewind tree item in the <strong>Codewind</strong> view and click <strong>Remove Local Codewind Images</strong>.</li>
 </ol>
 
-<p>Use the VS Code uninstall support to uninstall Codewind for VS Code:</p>
+<h2 id="2-uninstall-codewind">2. Uninstall Codewind</h2>
 <ol>
-  <li>Open the <strong>Extensions view</strong> by clicking on the Extensions icon in the <strong>Activity Bar</strong>.</li>
+  <li>Open the <strong>Extensions view</strong> by clicking the Extensions icon in the <strong>Activity Bar</strong>.</li>
   <li>Type <code class="highlighter-rouge">codewind</code> in the search field.</li>
   <li>Click the <strong>Codewind</strong> item to display the extension’s detail page.</li>
   <li>Click the <strong>Uninstall</strong> button.</li>
@@ -594,7 +667,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: Feb 27, 2020
+            Last update: Jun 19, 2020
         </div>
 
     </div>
@@ -770,6 +843,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/want-to-get-a-microservice-up-and-running-super-quickly-try-codewind.html b/want-to-get-a-microservice-up-and-running-super-quickly-try-codewind.html
index 00315e2..3ae0901 100644
--- a/want-to-get-a-microservice-up-and-running-super-quickly-try-codewind.html
+++ b/want-to-get-a-microservice-up-and-running-super-quickly-try-codewind.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Eclipse Codewind">
+	<meta name="description" content="With Codewind, not only will you be able to choose your microservice from a list of templates, you’ll have a fully integrated container development environme...">
 	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,7 +134,7 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
             <h1>Want to get a microservice up and running super quickly? Try Codewind.</h1>
             <p>10 Dec 2019 - Dr Melanie Hopper</p>
@@ -378,6 +389,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/working-with-private-registries.html b/working-with-private-registries.html
index f1f7fbe..6be9522 100644
--- a/working-with-private-registries.html
+++ b/working-with-private-registries.html
@@ -38,7 +38,7 @@
 	<meta name="viewport" content="width=device-width, initial-scale=1.0">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
 	<meta name="viewport" content="width=device-width, initial-scale=1">
-	<meta name="description" content="Eclipse Codewind">
+	<meta name="description" content="Need a specific capability in your application? Chances are there&#39;s a code library or package out there that already does the job.">
 	<meta name="keywords" content="Eclipse, docker, container, devops, applications, development, iteration, microservices, cloud, services, rapid, integrated"/>
 	<link rel="icon" type="image/png" sizes="16x16" href="images/favicon/favicon-16x16.png">
 	<link rel="icon" type="image/png" sizes="32x32" href="images/favicon/favicon-32x32.png">
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -123,7 +134,7 @@
 <div class="row" id="post-row">
     <div class="col-xs-12 col-lg-1"></div>
     <div class="py-5 px-5 col-xs-12 col-lg-10">
-        <div class="cw-docs-spacer"></div>
+        <div class="cw-blog-spacer"></div>
         <div id="post-content">
             <h1>Working with Private Registries</h1>
             <p>14 May 2020 - Andrew Mak</p>
@@ -414,6 +425,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>
diff --git a/workingwithtemplates.html b/workingwithtemplates.html
index 9f4e0f3..a47bf19 100644
--- a/workingwithtemplates.html
+++ b/workingwithtemplates.html
@@ -52,6 +52,7 @@
 	<link rel="stylesheet" href="css/learn.css">
 	<link rel="stylesheet" href="css/blog.css">
 	<link rel="stylesheet" href="css/guides.css">
+	<link rel="stylesheet" href="css/search.css">
 	<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/prism/1.17.1/themes/prism.min.css">
 
 
@@ -64,7 +65,7 @@
         <!-- End Google Tag Manager (noscript) -->
     <div class="main">
     <!-- Bootstrap NavBar -->
-	<nav class="navbar navbar-expand-lg navbar-light cw-banner fixed-top" aria-label="topnav">
+	<nav class="navbar navbar-expand-xl navbar-light cw-banner fixed-top" aria-label="topnav">
     		        <button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse"
             data-target="#navbarNavDropdown" aria-controls="navbarNavDropdown" aria-expanded="false"
             aria-label="Toggle navigation">
@@ -91,6 +92,16 @@
                     <a class="nav-link cw-nav-link cw-header-link-text" href="guides.html">Guides</a>
                 </li>
 
+                <form class="form-inline my-2 my-lg-0 cw-navbar-item" action="/codewind/search.html" method="get">
+                    <svg class="bi bi-search" width="1em" height="1em" viewBox="0 0 16 16" fill="black" xmlns="http://www.w3.org/2000/svg">
+                        <path fill-rule="evenodd" d="M10.442 10.442a1 1 0 011.415 0l3.85 3.85a1 1 0 01-1.414 1.415l-3.85-3.85a1 1 0 010-1.415z" clip-rule="evenodd"/>
+                        <path fill-rule="evenodd" d="M6.5 12a5.5 5.5 0 100-11 5.5 5.5 0 000 11zM13 6.5a6.5 6.5 0 11-13 0 6.5 6.5 0 0113 0z" clip-rule="evenodd"/>
+                      </svg>
+                    <input id="nav-search" class="form-control mr-sm-2" type="text" id="search-box" name="query" placeholder="Search">
+                </form>
+
+                
+                
                  <li class="nav-item cw-navbar-item cw-header-link">
                     <a class="nav-link cw-nav-link" href="https://github.com/eclipse/codewind"><img alt="Codewind Github"  class="banner-image"  title="Codewind Github" data-toggle="tooltip" data-placement="top" id="cw_github_stars" title="..." src="images/header/github.svg"/></a>
                 </li>
@@ -122,62 +133,237 @@
     	<!-- End Bootstrap NavBar -->
 <!-- Bootstrap row -->
 <div class="row" id="body-row">
+    <div id="sidebar" class="bg-light">
+    <button class="btn btn-secondary dropdown-toggle btn-block d-md-none" type="button" id="contents-expander" data-toggle="collapse" aria-haspopup="true" aria-expanded="false" data-target="#sidebar-container">
+        Contents
+      </button>
     <div id="sidebar-container" class="bg-light" role="navigation" aria-label="sidebar">
-    <!-- Bootstrap List Group -->
-    <ul class="list-group sticky-top bg-light cw-sticky-offset">
-
-        
-
-        
-        <a href="overview.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="overview.html">
-            What is Codewind?
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_getting_started" id="#_getting_started"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Getting started<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
-
-            
-
-            
-            <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
-                data-url="gettingstarted-overview.html">Overview: Getting started</a>
-            
+        <!-- Bootstrap List Group -->
+        <ul class="list-group bg-light">
 
             
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_vs_code" id="#_vs_code"
+            <a href="#_getting_started" id="#_getting_started" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Getting started
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_getting_started">
+
+                
+
+                
+                <a href="overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="overview.html">What is Codewind?</a>
+                
+
+                
+
+                
+                <a href="gettingstarted-overview.html" class="bg-light list-group-item" data-parent="#_getting_started"
+                    data-url="gettingstarted-overview.html">Getting started - Overview</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_vs_code" id="#_vs_code" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        VS Code
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+
+                    
+                    <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+                    
+                    <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                    
+                    <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+                    
+                    <a href="vsc-uninstall.html" class="bg-light list-group-item" data-parent="#_vs_code"
+                        data-url="vsc-uninstall.html">4. Uninstalling Codewind for VS Code</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_eclipse" id="#_eclipse" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        Eclipse
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+
+                    
+                    <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                    
+                    <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+                    
+                    <a href="eclipse-uninstall.html" class="bg-light list-group-item" data-parent="#_eclipse"
+                        data-url="eclipse-uninstall.html">4. Uninstalling Codewind for Eclipse</a>
+                    
+                </div>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_intellij" id="#_intellij" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        IntelliJ
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+
+                    
+                    <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
+                    
+                    <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
+                        data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
+                    
+                </div>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="remote-deploying-codewind.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">VS Code<span
-                    class="submenu-icon"></span></a>
+                data-url="remote-deploying-codewind.html">
+                Deploying Codewind remotely
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_vs_code">
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_using_codewind_remotely" id="#_using_codewind_remotely" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind remotely
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
 
                 
-                <a href="vsc-getting-started.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-getting-started.html">1. Installing Codewind for VS Code</a>
+
                 
-                <a href="vsc-firstproject.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-firstproject.html">2. Creating your first Codewind project with Codewind for VS Code</a>
+                <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
                 
-                <a href="vsc-codechange.html" class="bg-light list-group-item" data-parent="#_vs_code"
-                    data-url="vsc-codechange.html">3. Making a code change with VS Code</a>
+
+                
+
+                
+
+                
+
+                <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        2. Connecting your IDE to remote Codewind
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
+
+                    
+                    <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                    
+                    <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
+                        data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+                    
+                </div>
+                
+
+                
+
+                
+                <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
+                    data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+                
+
+                
+
+                
+
+                
+
+                <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects" class="bg-light list-group-item list-group-item-action"
+                    data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">
+                    <div class="d-flex align-items-center">
+                        4. Creating and importing projects
+                        <span class="submenu-icon"></span>
+                    </div>
+                </a>
+
+                <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+
+                    
+                    <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-vscode.html">VS Code</a>
+                    
+                    <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
+                        data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                    
+                </div>
+                
+
                 
             </div>
             
@@ -186,24 +372,174 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_eclipse" id="#_eclipse"
+            <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Using Codewind on Eclipse Che
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
+
+                
+
+                
+                <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+                
+
+                
+
+                
+                <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
+                
+
+                
+
+                
+                <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
+                    data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
+                
+
+                
+            </div>
+            
+
+            
+
+            
+            <a href="che-odo-support.html"
                 class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">Eclipse<span
-                    class="submenu-icon"></span></a>
+                data-url="che-odo-support.html">
+                OpenShift Do (odo) support in Codewind
+            </a>
+            
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_eclipse">
+            
+
+            
+            <a href="workingwithtemplates.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="workingwithtemplates.html">
+                Working with templates
+            </a>
+            
+
+            
+
+            
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
+            
+
+            <a href="#_developing_projects" id="#_developing_projects" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Developing projects
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
+
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
 
                 
-                <a href="eclipse-getting-started.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-getting-started.html">1. Installing Codewind for Eclipse</a>
+
                 
-                <a href="eclipse-firstproject.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-firstproject.html">2. Creating your first Codewind project with Codewind for Eclipse</a>
+                <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="checkingstatuses.html">Understanding application and build statuses</a>
                 
-                <a href="eclipse-codechange.html" class="bg-light list-group-item" data-parent="#_eclipse"
-                    data-url="eclipse-codechange.html">3. Making a code change with Eclipse</a>
+
+                
+
+                
+                <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="importing-existing-projects.html">Importing existing projects</a>
+                
+
+                
+
+                
+                <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-actions.html">Project actions</a>
+                
+
+                
+
+                
+                <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="project-settings.html">Project settings</a>
+                
+
+                
+
+                
+                <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="referencing-files.html">Referencing files external to a project</a>
+                
+
+                
+
+                
+                <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="openshiftregistry.html">Adding the OpenShift internal registry with Codewind</a>
+                
+
+                
+
+                
+                <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="private-registries.html">Developing with packages from private registries and repositories</a>
+                
+
+                
+
+                
+                <a href="linking-your-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="linking-your-projects.html">Linking your projects</a>
+                
+
+                
+
+                
+                <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="offline-codewind.html">Using Codewind offline</a>
+                
+
+                
+
+                
+                <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
+                    data-url="debugging.html">Debugging in Codewind</a>
+                
+
                 
             </div>
             
@@ -212,81 +548,34 @@
 
             
 
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            <a href="#_intellij" id="#_intellij"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_getting_started" aria-expanded="false">IntelliJ<span
-                    class="submenu-icon"></span></a>
+            <a href="#_performance_monitoring" id="#_performance_monitoring" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    Performance monitoring
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_intellij">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
 
                 
-                <a href="intellij-getting-started.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-getting-started.html">1. Installing Codewind for IntelliJ</a>
-                
-                <a href="intellij-firstproject.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-firstproject.html">2. Creating your first Codewind project with Codewind for IntelliJ</a>
-                
-                <a href="intellij-codechange.html" class="bg-light list-group-item" data-parent="#_intellij"
-                    data-url="intellij-codechange.html">3. Making a code change with IntelliJ</a>
-                
-            </div>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="remote-deploying-codewind.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="remote-deploying-codewind.html">
-            Deploying Codewind remotely
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_remotely" id="#_using_codewind_remotely"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind remotely<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_remotely">
-
-            
-
-            
-            <a href="remote-codewind-overview.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-codewind-overview.html">1. Overview: Using Codewind remotely</a>
-            
-
-            
-
-            
-
-            
-
-            <a href="#_2_connecting_your_ide_to_remote_codewind" id="#_2_connecting_your_ide_to_remote_codewind"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">2. Connecting your IDE to remote Codewind<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_2_connecting_your_ide_to_remote_codewind">
 
                 
-                <a href="remotedeploy-vscode.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-vscode.html">Connecting VS Code to remote Codewind</a>
+                <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
                 
-                <a href="remotedeploy-eclipse.html" class="bg-light list-group-item" data-parent="#_2_connecting_your_ide_to_remote_codewind"
-                    data-url="remotedeploy-eclipse.html">Connecting Eclipse to remote Codewind</a>
+
+                
+
+                
+                <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
+                    data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
+                
+
                 
             </div>
             
@@ -294,301 +583,82 @@
             
 
             
-            <a href="remote-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_remotely"
-                data-url="remote-setupregistries.html">3. Adding an image registry in remote Codewind</a>
+
+
+            <!-- must be a valid css selector, or will break collapse function -->
             
 
-            
+            <a href="#_openapi_tools" id="#_openapi_tools" class="bg-light list-group-item list-group-item-action"
+                data-toggle="collapse" aria-expanded="false">
+                <div class="d-flex align-items-center">
+                    OpenAPI Tools
+                    <span class="submenu-icon"></span>
+                </div>
+            </a>
 
-            
-
-            
-
-            <a href="#_4_creating_and_importing_projects" id="#_4_creating_and_importing_projects"
-                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-                data-toggle="collapse" data-parent="#_using_codewind_remotely" aria-expanded="false">4. Creating and importing projects<span
-                    class="submenu-icon"></span></a>
-
-            <div class="cw-sidebar-div cw-sidebar-submenu-submenu collapse" id="_4_creating_and_importing_projects">
+            <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
 
                 
-                <a href="remotedeploy-projects-vscode.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-vscode.html">VS Code</a>
+
                 
-                <a href="remotedeploy-projects-eclipse.html" class="bg-light list-group-item" data-parent="#_4_creating_and_importing_projects"
-                    data-url="remotedeploy-projects-eclipse.html">Eclipse</a>
+                <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
+                
+
+                
+
+                
+                <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
+                    data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
+                
+
                 
             </div>
             
 
             
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_using_codewind_on_eclipse_che" id="#_using_codewind_on_eclipse_che"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Using Codewind on Eclipse Che<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_using_codewind_on_eclipse_che">
 
             
-
-            
-            <a href="che-installinfo.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-installinfo.html">1. Installing Eclipse Che for Codewind</a>
+            <a href="che-tektonpipelines.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="che-tektonpipelines.html">
+                Configuring Codewind for Tekton pipelines
+            </a>
             
 
             
 
             
-            <a href="che-setupregistries.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-setupregistries.html">2. Adding an image registry in Codewind on Eclipse Che</a>
+            <a href="troubleshooting.html"
+                class="bg-light list-group-item list-group-item-action flex-column align-items-start"
+                data-url="troubleshooting.html">
+                Troubleshooting
+            </a>
             
 
             
 
-            
-            <a href="openshiftregistry.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="openshiftregistry.html">2a. Adding the OpenShift internal registry with Codewind</a>
-            
-
-            
-
-            
-            <a href="che-createcodewindworkspace.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createcodewindworkspace.html">3. Creating a Codewind workspace in Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-createfirstproject.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-createfirstproject.html">4. Creating your first Codewind project with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-codechange.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-codechange.html">5. Making a code change with Codewind for Eclipse Che</a>
-            
-
-            
-
-            
-            <a href="che-uninstall.html" class="bg-light list-group-item" data-parent="#_using_codewind_on_eclipse_che"
-                data-url="che-uninstall.html">6. Uninstalling Codewind for Eclipse Che</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-odo-support.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-odo-support.html">
-            OpenShift Do (odo) support in Codewind
-        </a>
-        
-
-        
-
-        
-        <a href="workingwithtemplates.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="workingwithtemplates.html">
-            Working with templates
-        </a>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_developing_projects" id="#_developing_projects"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Developing projects<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_developing_projects">
-
-            
-
-            
-            <a href="checkingstatuses.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="checkingstatuses.html">Understanding application and build statuses</a>
-            
-
-            
-
-            
-            <a href="importing-existing-projects.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="importing-existing-projects.html">Importing existing projects</a>
-            
-
-            
-
-            
-            <a href="project-actions.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-actions.html">Project actions</a>
-            
-
-            
-
-            
-            <a href="project-settings.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="project-settings.html">Project settings</a>
-            
-
-            
-
-            
-            <a href="referencing-files.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="referencing-files.html">Referencing files external to a project</a>
-            
-
-            
-
-            
-            <a href="private-registries.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="private-registries.html">Developing with packages from private registries and repositories</a>
-            
-
-            
-
-            
-            <a href="offline-codewind.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="offline-codewind.html">Using Codewind offline</a>
-            
-
-            
-
-            
-            <a href="debugging.html" class="bg-light list-group-item" data-parent="#_developing_projects"
-                data-url="debugging.html">Debugging in Codewind</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_performance_monitoring" id="#_performance_monitoring"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">Performance monitoring<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_performance_monitoring">
-
-            
-
-            
-            <a href="metrics-dashboard.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="metrics-dashboard.html">Understanding the Metrics Dashboard</a>
-            
-
-            
-
-            
-            <a href="performance.html" class="bg-light list-group-item" data-parent="#_performance_monitoring"
-                data-url="performance.html">Monitoring applications with the Performance Dashboard</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-
-
-        <!-- must be a valid css selector, or will break collapse function -->
-        
-
-        <a href="#_openapi_tools" id="#_openapi_tools"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start" data-toggle="collapse"
-            aria-expanded="false">OpenAPI Tools<span class="submenu-icon"></span></a>
-        <div class="cw-sidebar-div cw-sidebar-submenu collapse" id="_openapi_tools">
-
-            
-
-            
-            <a href="open-api-tools-for-vscode.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-vscode.html">Codewind OpenAPI Tools for VS Code</a>
-            
-
-            
-
-            
-            <a href="open-api-tools-for-eclipse.html" class="bg-light list-group-item" data-parent="#_openapi_tools"
-                data-url="open-api-tools-for-eclipse.html">Codewind OpenAPI Tools for Eclipse</a>
-            
-
-            
-        </div>
-        
-
-        
-
-        
-        <a href="che-tektonpipelines.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="che-tektonpipelines.html">
-            Configuring Codewind for Tekton pipelines
-        </a>
-        
-
-        
-
-        
-        <a href="troubleshooting.html"
-            class="bg-light list-group-item list-group-item-action flex-column align-items-start"
-            data-url="troubleshooting.html">
-            Troubleshooting
-        </a>
-        
-
-        
-
-    </ul>
-    <!-- List Group END-->
+        </ul>
+        <!-- List Group END-->
+    </div>
 </div>
     <!-- MAIN -->
     <div id="content-container">
         <div class="py-5 px-5">
-            <div class="cw-docs-spacer"></div>
             <div role="main"><h1 id="working-with-templates">Working with templates</h1>
 
 <p>Use Codewind to code and develop in languages of your choice by using templates. Templates make application development easier by providing a structure and boilerplate code, or framework, to help you start a new project. Templates appear as a new language and project type within the Codewind user interface.</p>
 
 <p>When you create a new project, choose from the default set of templates available in Codewind, or choose a template source of your own. Add more development languages and sample projects by adding new templates.</p>
 
-<p>Codewind provides preconfigured, containerized project templates covering several languages, including <a href="https://nodejs.dev/">Node.js</a>, <a href="https://www.java.com/">Java</a>, <a href="https://www.python.org/">Python</a>, and <a href="https://swift.org/">Swift</a> and several frameworks, such as <a href="https://expressjs.com/">Express</a>, <a href="https://spring.io/projects/spring-boot">Spring Boot</a>, and <a href="https://openliberty.io/">Open Liberty</a>. <a href="https://www.youtube.com/watch?v=zKMggp10gq4&amp;t=12s">Quickly create and deploy microservices</a> in languages and frameworks that you’re familiar with. Easily modify these preconfigured projects to develop your customized microservices.</p>
+<p>Codewind provides preconfigured, containerized project templates that cover several languages, including <a href="https://nodejs.dev/">Node.js</a>, <a href="https://www.java.com/">Java</a>, <a href="https://www.python.org/">Python</a>, and <a href="https://swift.org/">Swift</a> and several frameworks, such as <a href="https://expressjs.com/">Express</a>, <a href="https://spring.io/projects/spring-boot">Spring Boot</a>, and <a href="https://openliberty.io/">Open Liberty</a>. <a href="https://www.youtube.com/watch?v=zKMggp10gq4&amp;t=12s">Quickly create and deploy microservices</a> in languages and frameworks that you’re familiar with. Easily modify these preconfigured projects to develop your customized microservices.</p>
 
 <h2 id="managing-templates">Managing templates</h2>
 
 <p>The <strong>Template Source Manager</strong> provides template management in Codewind. To open the <strong>Template Source Manager</strong>, right-click a Codewind connection, then <strong>Manage Template Sources</strong>. The <strong>Template Source Manager</strong> appears.</p>
 
 <ul>
-  <li><strong>Note:</strong> <strong>Template Source Manager</strong> is the name used in VS Code. Eclipse uses the name <strong>Manage Template Sources</strong>.</li>
+  <li><strong>Note:</strong> <strong>Template Source Manager</strong> is the name that is used in VS Code. Eclipse and IntelliJ use the name <strong>Manage Template Sources</strong>.</li>
 </ul>
 
 <p>Codewind templates are stored in the <a href="https://github.com/codewind-resources/codewind-templates">codewind-resources/codewind-templates</a>
@@ -599,28 +669,28 @@
   <li>Appsody stacks to develop applications with sharable technology stacks</li>
 </ul>
 
-<p>Use the <strong>Template Source Manager</strong> to perform the following actions:</p>
+<p>Use the <strong>Template Source Manager</strong> to complete the following actions:</p>
 
 <ol>
-  <li>To add a new template source to the table, click <strong>Add New</strong>. For more information, see <a href="#adding-your-template-sources-to-codewind">Adding your template sources to Codewind</a>.</li>
+  <li>To add a template source to the table, click <strong>Add New</strong>. For more information, see <a href="#adding-your-template-sources-to-codewind">Adding your template sources to Codewind</a>.</li>
   <li>Remove non-default template sources.
     <ul>
       <li><strong>VS Code:</strong> Click the trash icon.</li>
-      <li><strong>Eclipse:</strong> First make sure you are in the <strong>Manage Template Sources</strong> wizard. Select the non-default templates you want to remove. Then click <strong>Remove</strong>.</li>
+      <li><strong>Eclipse and IntelliJ:</strong> First, make sure you are in the <strong>Manage Template Sources</strong> wizard. Select the non-default templates that you want to remove. Then, click <strong>Remove</strong>.</li>
     </ul>
   </li>
   <li>Add templates to the wizard.
     <ul>
       <li><strong>VS Code:</strong> Toggle the <strong>Enabled</strong> slide to <strong>On</strong> so template source templates appear in the <strong>Create Project</strong> wizard.</li>
-      <li><strong>Eclipse:</strong> In the <strong>Manage Template Sources</strong> wizard, check the check boxes for the template sources you want to enable. After you’re done, click <strong>OK</strong>. A notification appears that says, <strong>Updating Template Sources: (0%)</strong>. The message disappears after the wizard successfully sets your preferred template sources.</li>
+      <li><strong>Eclipse and IntelliJ:</strong> In the <strong>Manage Template Sources</strong> wizard, check the check boxes for the template sources you want to enable. After you’re done, click <strong>OK</strong>. A notification appears that says, <strong>Updating Template Sources: (0%)</strong>. The message disappears after the wizard successfully sets your preferred template sources.</li>
       <li>Use template sources to add style projects to Codewind.</li>
-      <li>For example, before adding an Appsody project, enable at least one Appsody-style template source.</li>
+      <li>For example, before you add an Appsody project, enable at least one Appsody-style template source.</li>
     </ul>
   </li>
   <li>Disable templates to prevent them from appearing in the wizard.
     <ul>
       <li><strong>VS Code:</strong> To disable a set of templates so they do not appear in the <strong>Create Project</strong> wizard, toggle the <strong>Enabled</strong> slide to <strong>Off</strong>.</li>
-      <li><strong>Eclipse:</strong> In <strong>Manage Template Sources</strong>, deselect the template sources you want to disable and click <strong>OK</strong>.</li>
+      <li><strong>Eclipse and IntelliJ:</strong> In <strong>Manage Template Sources</strong>, deselect the template sources that you want to disable and click <strong>OK</strong>.</li>
     </ul>
   </li>
 </ol>
@@ -630,7 +700,7 @@
 <p>Add your own template sources to use in the <strong>Template Source Manager</strong>. An application architect generally creates these templates.</p>
 
 <ul>
-  <li><strong>Prerequisites:</strong> Build and run templates that use languages and frameworks that are compatible with Codewind. Appsody, Maven, and Node.js styles built with Docker are supported.</li>
+  <li><strong>Prerequisites:</strong> Build and run templates that use languages and frameworks that are compatible with Codewind. Appsody, Maven, and Node.js styles that are built with Docker are supported.</li>
 </ul>
 
 <ol>
@@ -682,13 +752,51 @@
   <li>Add the template.
     <ul>
       <li><strong>VS Code:</strong> In the <strong>Template Source Manager</strong>, click <strong>Add New</strong>.</li>
-      <li><strong>Eclipse:</strong> Right-click the connection in the Codewind Explorer view and select <strong>Manage Template Sources…</strong>. After the <strong>Manage Template Sources</strong> wizard appears, click <strong>Add…</strong>.</li>
+      <li><strong>Eclipse and IntelliJ:</strong>
+        <ul>
+          <li>Right-click the connection in the Codewind Explorer view in Eclipse or the Codewind view in IntelliJ. Then, select <strong>Manage Template Sources…</strong>.</li>
+          <li>After the <strong>Manage Template Sources</strong> window appears, click <strong>Add…</strong>.</li>
+        </ul>
+      </li>
     </ul>
   </li>
-  <li>Enter the URL and any other information.
+  <li>Enter the URL and other information.
     <ul>
       <li><strong>VS Code:</strong> Enter the URL to your template source <code class="highlighter-rouge">index</code> file and click <strong>Enter</strong> to confirm.</li>
-      <li><strong>Eclipse:</strong> Fill in the fields for <strong>URL</strong>, <strong>Name</strong>, and <strong>Description</strong>. Click <strong>OK</strong> when you’re done.</li>
+      <li><strong>Eclipse and IntelliJ:</strong> In the <strong>Add a Template Source</strong> window, enter the template source URL.</li>
+    </ul>
+  </li>
+  <li>Provide authentication if necessary.
+    <ul>
+      <li><strong>VS Code:</strong>
+        <ul>
+          <li>Click <strong>Authenticate</strong>.</li>
+          <li>Select whether to authenticate with a username and password or with an access token and enter the information.
+            <ul>
+              <li>For GitHub, tokens that are used in Codewind must have the repo permission scope.</li>
+            </ul>
+          </li>
+          <li>Codewind tests the new source to make sure it can access it. After a successful test, enter a name and description for the new source if the source does not already have them. The new source appears in the Manage Sources page.</li>
+        </ul>
+      </li>
+      <li><strong>Eclipse and IntelliJ:</strong>
+        <ul>
+          <li>Enter the URL.</li>
+          <li>If the template source requires authentication, select <strong>Authentication required for this URL</strong>, choose the authentication method, and complete the authentication details.
+            <ul>
+              <li><strong>Logon authentication</strong> requires a username and password.</li>
+              <li><strong>Access token authentication</strong> requires an access token.</li>
+              <li>For GitHub, tokens that are used in Codewind must have the repo permission scope.</li>
+            </ul>
+          </li>
+          <li>Click <strong>Test Template Source</strong> to check that the URL and, if included, the credentials are working.</li>
+          <li>After you view the test results, click <strong>OK</strong>.</li>
+          <li>Click <strong>Next</strong>.</li>
+          <li>Enter a <strong>Name</strong> and <strong>Description</strong> for the new source if the source does not already have them.</li>
+          <li>Click <strong>Finish</strong>. The template source appears in the <strong>Manage Template Sources</strong> window.</li>
+          <li>Click <strong>OK</strong> to add the template source to the connection.</li>
+        </ul>
+      </li>
     </ul>
   </li>
 </ol>
@@ -696,7 +804,7 @@
         </div>
 
         <div class="py-5 px-5 text-right">
-            Last update: May 14, 2020
+            Last update: Jul 07, 2020
         </div>
 
     </div>
@@ -872,6 +980,7 @@
     integrity="sha384-6OIrr52G08NpOFSZdxxz1xdNSndlD4vdcf/q2myIUVO0VsqaGHJsB0RaBE01VTOY" crossorigin="anonymous">
 </script>
 
+
 <script src="js/jquery.matchHeight-min.js"></script>
 <script src="js/index.js"></script>
 <script src="js/docs.js"></script>