removes component landing pages and links directly to component overview page in the docs
diff --git a/index.html b/index.html
index efd4131..1c995fc 100644
--- a/index.html
+++ b/index.html
@@ -34,26 +34,26 @@
 
     <table class="tableMain" cellpadding="10">
         <tr>
-            <td class="tableMainCell"><a href="traffic_router/index.html"><img src="images/traffic_router_logo.png"></a></td>
+            <td class="tableMainCell"><a href="/docs/latest/overview/traffic_router.html"><img src="images/traffic_router_logo.png"></a></td>
             <td class="tableMainCell">Traffic Router is a Java Tomcat application that routes clients to the closest available cache on the CDN using both HTTP and DNS. By using consistent hashing it sends requests for the same content to the same cache in a group of caches working together in a location. It takes care of routing clients around hot spots and problems in the CDN by using the information from Traffic Monitor with regards to state of all the caches. 
             </td>
         </tr>
         <tr>
-            <td class="tableMainCell"><a href="traffic_monitor/index.html"><img src="images/traffic_monitor_logo.png"></a></td>
+            <td class="tableMainCell"><a href="/docs/latest/overview/traffic_monitor.html"><img src="images/traffic_monitor_logo.png"></a></td>
             <td class="tableMainCell">Traffic Monitor is a Java Tomcat application that implements the CDN health protocol. Every cache in the CDN is checked using HTTP for vital stats, and based on these stats, caches are declared healthy or unhealthy. This information is then used by Traffic Router to make it's routing decisions.
             </td>
         </tr>
         <tr>
-            <td class="tableMainCell"><a href="traffic_ops/index.html"><img src="images/traffic_operations_logo.png"></a></td>
+            <td class="tableMainCell"><a href="/docs/latest/overview/traffic_ops.html"><img src="images/traffic_operations_logo.png"></a></td>
             <td class="tableMainCell">Traffic Ops is a Mojolicious perl and jQuery UI application for management and monitoring of all servers in the CDN. All server and content routing information for the CDN is managed through Traffic Ops. It also exposes RESTful API enpoints for consumption by tools and other applications.
             </td>
         </tr>
         <tr>
-            <td class="tableMainCell"><a href="traffic_stats/index.html"><img src="images/traffic_stats_logo.png"></a></td>
+            <td class="tableMainCell"><a href="/docs/latest/overview/traffic_stats.html"><img src="images/traffic_stats_logo.png"></a></td>
             <td class="tableMainCell">Traffic Stats is a program written in Golang that is used to acquire and store statistics about CDNs controlled by Traffic Control. Traffic Stats mines metrics from Traffic Monitor’s JSON APIs and stores the data in InfluxDb.</td>
         </tr>  
         <tr>
-            <td class="tableMainCell"><a href="traffic_portal/index.html"><img src="images/traffic_portal_logo.png"></a></td>
+            <td class="tableMainCell"><a href="/docs/latest/overview/traffic_portal.html"><img src="images/traffic_portal_logo.png"></a></td>
             <td class="tableMainCell">Traffic Portal is an AngularJS 1.x client served from a Node.js web server designed to consume the Traffic Ops 1.x API. Traffic Portal provides a set of functionality restricted to the delivery service(s) of the authenticated user. Functionality primarily includes a set of charts / graphs designed to provide insight into the performance of a user’s delivery service(s).</td>
         </tr>  
     </table>
diff --git a/traffic_monitor/index.html b/traffic_monitor/index.html
deleted file mode 100644
index 88e2dfe..0000000
--- a/traffic_monitor/index.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Traffic Control</title>
-
-    <!-- Bootstrap -->
-    <link href="../css/bootstrap.min.css" rel="stylesheet">
-    <link href="../css/home.css" rel="stylesheet">
-
-  </head>
-  <body>
-    <div class="bkgdWrapper">
-      
-    </div>
-    <div class="appWrapper">
-      <div class="appHeader">
-            <div class="applogo"></div>
-              <div class="navWrapper">
-                <ul>
-                  <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
-                  <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
-                  <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
-                  <li class="navMain"><a href="../ask/index.html">INFO</a></li>
-                  <li class="navMain"><a href="../index.html">HOME</a></li></ul>
-                </ul>
-              </div>
-        </div>
-
-    <table  class="tableMain" cellpadding="10">
-    <tr>
-    <td class="tableMainCell"><img src="../images/traffic_monitor_logo.png"></td>
-    <td class="tableMainCell"></td>
-    <td class="tableMainCell"></td>
-    <td class="tableMainCell"></td>
-    <td class="tableMainCell"></td>
-    </tr><tr>
-    <td class="tableMainCell"></td>
-    <td class="tableMainCell" valign="top">Documentation:</td>
-    <td  class="tableMainCell">
-      <a href="../docs/latest/overview/traffic_monitor.html">Overview</a><br>
-      <a href="../docs/latest/admin/traffic_monitor.html">Administration</a><br>
-      <a href="../docs/latest/development/traffic_monitor.html">Development</a><br>
-      <a href="../docs/latest/search.html?q=traffic+monitor&check_keywords=yes&area=default">Search Documentation</a>
-    </td>
-    <td  class="tableMainCell" valign="top">Builds:</td>
-    <td>
-    TBD
-    </td>
-    </tr>
-    </table>
-  </body>
-</html>
diff --git a/traffic_ops/index.html b/traffic_ops/index.html
deleted file mode 100644
index 61ade79..0000000
--- a/traffic_ops/index.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Traffic Control</title>
-
-    <!-- Bootstrap -->
-    <link href="../css/bootstrap.min.css" rel="stylesheet">
-    <link href="../css/home.css" rel="stylesheet">
-
-  </head>
-  <body>
-    <div class="bkgdWrapper">
-      
-    </div>
-    <div class="appWrapper">
-      <div class="appHeader">
-            <div class="applogo"></div>
-              <div class="navWrapper">
-                <ul>
-                  <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
-                  <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
-                  <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
-                  <li class="navMain"><a href="../ask/index.html">INFO</a></li>
-                  <li class="navMain"><a href="../index.html">HOME</a></li></ul>
-                </ul>
-              </div>
-        </div>
-
-    <table class="tableMain" cellpadding="10">
-    <tr>
-    <td class="tableMainCell"><img src="../images/traffic_operations_logo.png"></td>
-    <td class="tableMainCell"></td>
-    <td class="tableMainCell"></td>
-    </tr><tr>
-    <td class="tableMainCell"></td>
-    <td class="tableMainCell" valign="top">Documentation:</td>
-    <td class="tableMainCell">
-      <a href="../docs/latest/overview/traffic_ops.html">Overview</a><br>
-      <a href="../docs/latest/admin/traffic_ops_install.html">Administration</a><br>
-      <a href="../docs/latest/development/traffic_ops.html">Development</a><br>
-      <a href="..//docs/latest/search.html?q=traffic+ops&check_keywords=yes&area=default">Search Documentation</a>
-    </td>
-    <td class="tableMainCell">
-    </td>
-    <td  class="tableMainCell" valign="top">Builds:</td>
-    <td>
-    TBD
-    </td>
-    </tr>
-    </table>
-  </body>
-</html>
diff --git a/traffic_portal/index.html b/traffic_portal/index.html
deleted file mode 100644
index 2a4665c..0000000
--- a/traffic_portal/index.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Traffic Stats</title>
-
-    <!-- Bootstrap -->
-    <link href="../css/bootstrap.min.css" rel="stylesheet">
-    <link href="../css/home.css" rel="stylesheet">
-
-  </head>
-  <body>
-    <div class="bkgdWrapper">
-      
-    </div>
-    <div class="appWrapper">
-      <div class="appHeader">
-            <div class="applogo"></div>
-              <div class="navWrapper">
-                <ul>
-                  <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
-                  <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
-                  <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
-                  <li class="navMain"><a href="../ask/index.html">INFO</a></li>
-                  <li class="navMain"><a href="../index.html">HOME</a></li></ul>
-                </ul>
-              </div>
-        </div>
-
-    <table class="tableMain" cellpadding="10">
-    <tr>
-    <td class="tableMainCell"><img src="../images/traffic_portal_logo.png"></td>
-    <td class="tableMainCell"></td>
-    <td class="tableMainCell"></td>
-    </tr><tr>
-    <td class="tableMainCell"></td>
-    <td class="tableMainCell" valign="top">Documentation:</td>
-    <td class="tableMainCell">
-      <a href="../docs/latest/overview/traffic_portal.html">Overview</a><br>
-      <a href="../docs/latest/admin/traffic_portal.html">Administration</a><br>
-      <a href="../docs/latest/development/traffic_portal.html">Development</a><br>
-      <a href="../docs/latest/search.html?q=traffic+portal&check_keywords=yes&area=default">Search Documentation</a>
-    </td>
-    <td>
-    </td>
-    <td  class="tableMainCell" valign="top">Builds:</td>
-    <td>
-    TBD
-    </td>
-    </tr>
-    </table>
-  </body>
-</html>
diff --git a/traffic_router/index.html b/traffic_router/index.html
deleted file mode 100644
index 77d7339..0000000
--- a/traffic_router/index.html
+++ /dev/null
@@ -1,51 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Traffic Control</title>
-
-    <!-- Bootstrap -->
-    <link href="../css/bootstrap.min.css" rel="stylesheet">
-    <link href="../css/home.css" rel="stylesheet">
-
-  </head>
-  <body>
-    <div class="bkgdWrapper">
-      
-    </div>
-    <div class="appWrapper">
-      <div class="appHeader">
-            <div class="applogo"></div>
-              <div class="navWrapper">
-                <ul>
-                  <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
-                  <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
-                  <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
-                  <li class="navMain"><a href="../ask/index.html">INFO</a></li>
-                  <li class="navMain"><a href="../index.html">HOME</a></li></ul>
-                </ul>
-              </div>
-        </div>
-
-    <table class="tableMain" cellpadding="10">
-    <tr>
-    <td class="tableMainCell"><img src="../images/traffic_router_logo.png"></td>
-    <td class="tableMainCell" valign="top"></td>
-    <td class="tableMainCell">
-      <a href="../docs/latest/overview/traffic_router.html">Overview</a><br>
-      <a href="../docs/latest/admin/traffic_router.html">Administration</a><br>
-      <a href="../docs/latest/development/traffic_router.html">Development</a><br>
-      <a href="..//docs/latest/search.html?q=traffic+router&check_keywords=yes&area=default">Search Documentation</a>
-    </td>
-    <td class="tableMainCell"></td>
-    <td class="tableMainCell"></td>
-    </tr><tr>
-    <td class="tableMainCell"></td>
-    <td>
-    </td>
-    </tr>
-    </table>
-  </body>
-</html>
diff --git a/traffic_stats/index.html b/traffic_stats/index.html
deleted file mode 100644
index f0ca6d4..0000000
--- a/traffic_stats/index.html
+++ /dev/null
@@ -1,55 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="utf-8">
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width, initial-scale=1">
-    <title>Traffic Stats</title>
-
-    <!-- Bootstrap -->
-    <link href="../css/bootstrap.min.css" rel="stylesheet">
-    <link href="../css/home.css" rel="stylesheet">
-
-  </head>
-  <body>
-    <div class="bkgdWrapper">
-      
-    </div>
-    <div class="appWrapper">
-      <div class="appHeader">
-            <div class="applogo"></div>
-              <div class="navWrapper">
-                <ul>
-                  <li class="navMain"><a href="../downloads/index.html">DOWNLOADS</a></li>
-                  <li class="navMain"><a href="https://github.com/apache/incubator-trafficcontrol">GIT</a></li>
-                  <li class="navMain"><a href="../docs/latest/index.html">DOCS</a></li>
-                  <li class="navMain"><a href="../ask/index.html">INFO</a></li>
-                  <li class="navMain"><a href="../index.html">HOME</a></li></ul>
-                </ul>
-              </div>
-        </div>
-
-    <table class="tableMain" cellpadding="10">
-    <tr>
-    <td class="tableMainCell"><img src="../images/traffic_stats_logo.png"></td>
-    <td class="tableMainCell"></td>
-    <td class="tableMainCell"></td>
-    </tr><tr>
-    <td class="tableMainCell"></td>
-    <td class="tableMainCell" valign="top">Documentation:</td>
-    <td class="tableMainCell">
-      <a href="../docs/latest/overview/traffic_stats.html">Overview</a><br>
-      <a href="../docs/latest/admin/traffic_stats.html">Administration</a><br>
-      <a href="../docs/latest/development/traffic_stats.html">Development</a><br>
-      <a href="../docs/latest/search.html?q=traffic+stats&check_keywords=yes&area=default">Search Documentation</a>
-    </td>
-    <td>
-    </td>
-    <td  class="tableMainCell" valign="top">Builds:</td>
-    <td>
-    TBD
-    </td>
-    </tr>
-    </table>
-  </body>
-</html>