You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@drill.apache.org by br...@apache.org on 2017/02/24 21:44:51 UTC

[33/51] [partial] drill-site git commit: site update

http://git-wip-us.apache.org/repos/asf/drill-site/blob/d9845dc4/css/style.css
----------------------------------------------------------------------
diff --git a/css/style.css b/css/style.css
deleted file mode 100755
index aa8cfb5..0000000
--- a/css/style.css
+++ /dev/null
@@ -1,854 +0,0 @@
-@charset "UTF-8";
-
-@import url(http://fonts.googleapis.com/css?family=Lato:400,300,700);
-
-* {
-  outline:none;
-}
-
-html {
-  height: 100%;
-}
-
-body {
-  font-family: 'PT Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
-  padding:0;
-  margin: 0;
-  height: 100%;
-}
-.page-wrap{
-  min-height: 100%;
-  margin-bottom: -60px; /* negative value of footer height */
-}
-
-.mw { min-width:999px; width:100%; }
-
-.nw { white-space:nowrap; }
-
-a.anchor {
-  display:none;
-  font-size:0px;
-  position:absolute;
-  margin-top:-50px;
-}
-
-.home_txt a.anchor {
-  margin-top:-90px;
-}
-
-#menu {
-  position:fixed;  
-  top:0;
-  width:100%;
-  z-index:5;
-}
-
-/* This seems to override menu position fixed. Fixed positioning allows menu to always be available at the top of the viewport, and JS is not needed to do this */
-/*
-#menu.r {
-  position:absolute;
-}
-*/
-
-#menu ul {
-  background:#051221;
-  display:block;
-  font-size:0px;
-  list-style:none;
-  overflow:hidden;
-  padding:0;
-  text-align:right;
-  /*
-  -webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
-  -moz-box-shadow:    1px 1px 1px 0px rgba(0, 0, 0, 0.4);
-  box-shadow:         1px 1px 1px 0px rgba(0, 0, 0, 0.4);
-  */
-}
-
-#menu ul li {
-  display:inline-block;
-  font-size:14px;
-  margin:0;
-  padding:0;
-}
-
-#menu ul li.logo {
-  float:left;
-  padding-left:30px;
-}
-
-#menu ul li.logo:hover { background:none; }
-
-#menu ul li.logo a {
-  background:url(../images/apachedrill.png) no-repeat center;
-  background-size:auto 27px;
-  display:block;
-  height:50px;
-  padding:0;
-  width:80px;
-}
-
-#menu ul li a {
-  color:#FFF;
-  text-decoration:none;
-  line-height:50px;
-  padding:14px 20px;
-}
-
-#menu ul li.d, #menu ul li.d:hover {
-  background-color: #4aaf4c;
-  font-size:12px;
-  text-transform:uppercase;
-}
-#menu ul li.d a .fam {
-  position: relative;
-  right: 8px;
-  font-size: 14px;
-}
-
-#menu ul li.d:hover {
-  background-color:#348436;
-}
-
-#menu ul li.d * {
-  cursor:pointer;
-}
-
-#menu ul li.d a {
-  padding:0px 30px 0 40px;
-  display:block;
-}
-
-
-#menu ul li.l {
-  cursor:pointer;  
-}
-
-#menu ul li.l span {
-  background:url(../images/len.png) no-repeat center;
-  background-size:auto 16px;
-  display:block;
-  line-height:50px;
-  padding:0 20px;
-  width:16px;
-}
-
-#menu ul li.l.open {
-  background-color:#145aa8;
-}
-
-#menu ul li#twitter-menu-item {
-  width:30px;
-  padding-left: 2px;
-  padding-right:10px;
-}
-
-#menu ul li#twitter-menu-item a {
-  padding: 10px;
-}
-
-#menu ul li#twitter-menu-item img {
-  width: 22px;
-}
-
-#menu ul li ul {
-  background:#1a6bc7;
-  display:none;
-  margin:0;
-  padding:0;
-  position:absolute;
-  text-align:left;
-}
-
-#menu ul li ul li {
-  display:block;
-}
-
-#menu ul li ul li a {
-  display:block;
-  line-height:30px;
-  padding:3px 20px;
-}
-
-#menu ul li ul li a:hover {
-  background:#145aa8;
-}
-
-#menu ul li:hover {
-  background:#1a6bc7;  
-}
-
-#menu ul li:hover ul {
-  display:block;
-}
-#menu ul li.clear-float{
-  display:none;
-}
-#subhead {
-  background:#145aa8;
-  color:#FFF;
-  font-size:12px;
-  font-weight:bold;
-  height:40px;
-  line-height:40px;
-  left:0px;
-  letter-spacing:1px;
-  right:0px;
-  position:fixed;  
-  text-align:center;
-  text-transform:uppercase;
-  top:10px;
-  z-index:4;  
-  
-  -webkit-transition: all 0.3s;
-  transition: all 0.3s;
-}
-
-#subhead.show {
-  top:50px;
-}
-
-#subhead ul {
-  list-style:none;
-  margin:0;
-  padding:0;
-}
-
-#subhead ul li {
-  display:inline-block;
-  list-style:none;
-  margin:0;
-  padding:0 35px 0 35px;
-}
-
-#subhead ul li a {
-  background-size:16px auto;
-  background-position:left center;
-  background-repeat:no-repeat;
-  color:#FFF;
-  display:block;
-  padding:0 0 0 25px;
-  text-decoration:none;
-}
-
-#subhead ul li.ag a {
-  background-image:url(../images/agility-w.png);
-}
-
-#subhead ul li.fl a {
-  background-image:url(../images/flexibility-w.png);
-}
-
-#subhead ul li.fam a {
-  background-image:url(../images/familiarity-w.png);
-}
-
-#header {
-  background:url(../images/reel-bg.png) no-repeat;
-  background-size:cover;
-  height:300px;
-  overflow:hidden;
-  position:relative;
-}
-
-#header .scroller {
-  margin-left:0px;  
-  overflow:hidden;
-}
-
-#header .scroller .item {
-  
-  float:left;
-  height:300px;
-  position:relative;
-  width:100%;  
-  z-index:1;
-}
-
-#header .scroller .item p a {
-  color:#FFF;
-  font-weight:bold;
-  overflow: hidden;
-  text-decoration:none;  
-  
-  position: relative;
-  display: inline-block;
-  outline: none;
-  vertical-align: bottom;
-  text-decoration: none;
-  white-space: nowrap;
-}
-
-#header .scroller .item p a::before {
-  position: absolute;
-  top: 0;
-  left: 0;
-  z-index: -1;
-  width: 100%;
-  height: 100%;
-  background: rgba(149,165,166,0.4);
-  content: '';
-  -webkit-transition: -webkit-transform 0.3s;
-  transition: transform 0.3s;
-  -webkit-transform: scaleY(0.618) translateX(-100%);
-  transform: scaleY(0.618) translateX(-100%);
-}
-
-#header .scroller .item p a:hover::before,
-#header .scroller .item p a:focus::before {
-  -webkit-transform: scaleY(0.618) translateX(0);
-  transform: scaleY(0.618) translateX(0);
-}
-
-
-#header .scroller .item .tc {
-  color:#FFF;
-  margin-left:80px;
-  position:relative;
-  width:900px;
-  margin:0 auto;
-}
-
-#header .scroller .item .tc h1, #header .scroller .item .tc h2 {
-  font-size:36px;
-  font-weight:lighter;
-  margin:0 0 8px 0;
-  padding:0;
-}
-#header .scroller .item .tc h2 {
-  font-size: 20px;
-}
-
-#header .scroller .item .tc p {
-  font-size:14px;
-  font-weight:lighter;
-  line-height:24px;
-  margin:0;
-  padding:0;
-}
-
-#header .scroller .item .btn {
-  background: none;
-  border: 2px solid #fff;
-  cursor: pointer;
-  color:#FFF;
-  display: inline-block;
-  font-size:12px;
-  font-weight: bold;
-  outline: none;
-  margin-top:18px;
-  position: relative;
-  padding: 5px 30px;
-  text-decoration:none;
-  text-transform: uppercase;
-  
-  -webkit-transition: all 0.3s;
-  -moz-transition: all 0.3s;
-  transition: all 0.3s;
-}
-
-#header .scroller .item .btn:after {
-  content: '';
-  position: absolute;
-  z-index: -1;
-  -webkit-transition: all 0.3s;
-  -moz-transition: all 0.3s;
-  transition: all 0.3s;
-}
-
-#header .scroller .item .btn-1c:after {
-  width: 0%;
-  height: 100%;
-  top: 0;
-  left: 0;
-  background: #fff;
-}
-
-#header .scroller .item .btn-1c:hover,
-#header .scroller .item .btn-1c:active {
-  color: #0e83cd;
-}
-
-#header .scroller .item .btn-1c:hover:after,
-#header .scroller .item .btn-1c:active:after {
-  width: 100%;
-}
-
-#header .aLeft {
-  cursor:pointer;
-  height:30px;
-  left:20px;
-  margin-top:-15px;
-  position:absolute;
-  top:50%;
-  width:30px;  
-  z-index:2;
-}
-
-#header .aRight {
-  cursor:pointer;
-  height:30px;
-  right:20px;
-  margin-top:-15px;
-  position:absolute;
-  top:50%;
-  width:30px;  
-  z-index:2;
-}
-
-.dots {
-  bottom:30px;
-  right:80px;
-  position:absolute;
-  z-index:2;  
-}
-
-.dots .dot {
-  border-radius: 50%;
-  background-color: transparent;
-  box-shadow: inset 0 0 0 2px white;
-  -webkit-transition: box-shadow 0.3s ease;
-  transition: box-shadow 0.3s ease;
-  
-  cursor:pointer;
-  display:inline-block;
-  height:10px;
-  margin-left:10px;
-  width:10px;
-}
-
-.dots .dot:hover,
-.dots .dot:focus {
-  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6)
-}
-
-.dots .dot.sel {
-  box-shadow: inset 0 0 0 8px white;
-}
-div.alertbar
-  {
-    background-color:#ffc;
-    text-align: center;
-    display: block;
-    padding:10px;
-    border-bottom: solid 1px #cc9;
-  }
-div.alertbar .hor-bar:after {
-  content: "|";
-}
-span.strong {
-  font-weight: bold;
-}
-
-.introWrapper {
-  border-bottom:1px solid #CCC;
-  margin-bottom:50px;  
-}
-
-table.intro {
-  background:url(../images/intro-bg.gif) no-repeat center;
-  table-layout:fixed;
-  text-align:center;  
-  width: 940px;
-}
-
-table.intro td {
-  background-position:center 25px;
-  background-repeat:no-repeat;
-  background-size:25px auto;
-  padding:65px 0 40px 0;
-  position:relative;
-  vertical-align:top;
-}
-
-table.intro td.ag {
-  background-image:url(../images/agility.png);
-}
-
-table.intro td.fl {
-  background-image:url(../images/flexibility.png);
-}
-
-table.intro td.fam {
-  background-image:url(../images/familiarity.png);
-}
-
-table.intro h1 {
-  font-size:36px;
-  font-weight:normal;
-  margin:0;
-  padding:0;
-}
-
-table.intro p {
-  font-size:16px;
-  font-weight:lighter;
-  line-height:22px;
-  margin:0;
-  padding:2px 35px 30px 35px;
-}
-
-table.intro span {
-  bottom:30px;
-  display:block;
-  position:absolute;
-  width:100%;
-}
-
-table.intro a {
-  color:#1a6bc7;
-  font-size:12px;  
-  font-weight: bold;
-}
-
-.home_txt { 
-  text-align:center;
-  padding-bottom:25px;
-}
-
-.home_txt h1 {
-  font-size:36px;
-  font-weight:normal;
-  line-height:44px;  
-  margin:0;
-}
-
-.home_txt h2 {
-  font-size:16px;
-  font-weight:normal;
-  line-height:24px;  
-}
-
-.home_txt p {
-  font-size:16px;
-  font-weight:lighter;
-  line-height:24px;
-  margin:40px auto;
-  width:770px;  
-}
-
-#blu {
-  display:table;
-  font-size:12px;
-  font-weight:lighter;
-  line-height:28px;
-  table-layout:fixed;
-}
-
-#blu a {
-  color:#FFF;
-  text-decoration:none;
-}
-
-#blu .cell {
-  color:#FFF;
-  display:table-cell;  
-  padding:40px 0;
-  overflow:hidden;
-  vertical-align:middle;
-}
-
-#blu .cell.left {
-  background:#1b2b3e;
-  padding-right:54px;
-}
-
-#blu .cell.left .wrapper {
-  float:right;  
-}
-
-#blu .cell.right {
-  background:#184f8d;
-  padding-left:54px;
-}
-
-#blu .cell.right .wrapper {
-  float:left;  
-}
-
-#blu .cell .wrapper {
-  width:425px;
-}
-
-#blu h2 {
-  font-size:24px;
-  font-weight:lighter;  
-  margin:0 0 10px 0;
-  padding:0;
-}
-
-.page-wrap:after {
-  display: block;
-  content: "";
-}
-#footer {
-  color: black;
-  background-color: white;
-  font-size:9px;
-  font-weight:lighter;
-  line-height:20px;
-  padding:30px 0;
-  text-align:center;
-}
-#footer, .page-wrap:after {
-  height: 60px;
-}
-
-#footer .wrapper {
-  padding:0 80px;
-}
-
-.bui {
-  display:none;
-  position:fixed;
-  top:0;
-  left:0;
-  right:0;
-  bottom:0;
-  background:rgba(0,0,0,0.8);
-  z-index:4;  
-}
-
-.disclaimer {
-  background:#f6f5f5;
-  font-size:12px;
-  font-weight:lighter;
-  line-height:24px;
-  text-align:center;
-}
-
-.disclaimer .wrapper {
-  margin:auto;
-  padding:50px 0 50px 0;
-  width:780px;
-}
-
-.disclaimer h2 {
-  font-size:24px;
-  font-weight:lighter;  
-  margin:0 0 10px 0;
-  padding:0;
-}
-
-.int_text {
-  margin:40px auto 30px auto;
-  width:780px;
-}
-
-/* Blog */
-div.post.int_text {
-  margin:40px auto 60px auto;
-}
-
-.int_text a, .int_title a {
-  color:#1a6bc7;
-  /* font-weight:normal;  */
-}
-
-.int_text p, .int_text ul, .int_text ol { 
-  font-size:16px;
-  line-height:28px;
-  
-}
-
-.int_text p.l1 {
-  padding-left:30px;  
-}
-
-.int_text h2 {
-  font-size:24px;
-  font-weight:normal;  
-  margin:30px 0 0 0;
-}
-
-.int_text img {
-  display:block;
-  margin:30px auto;  
-}
-
-ul.num {
-  list-style:decimal;  
-}
-
-.int_title {
-  font-size:16px;
-  font-weight:lighter;
-  margin:auto;
-  margin-top:80px;
-  padding:0 0 15px 0;
-  position:relative;
-  text-align:center;
-  width:600px;  
-}
-
-.int_title.int_title_img {
-  background-position:center top;
-  background-repeat:no-repeat;
-  background-size:25px auto;
-  padding-top:40px;  
-}
-
-.int_title.int_title_img.architecture {
-  background-image:url(../images/architecture.png);  
-}
-
-.int_title.int_title_img.community {
-  background-image:url(../images/community.png);  
-}
-
-.int_title.int_title_img.download {
-  background-image:url(../images/download.png);  
-}
-
-.int_title p {
-  line-height:30px;
-  margin:10px 0 25px 0;
-}
-
-.int_title h1 {
-  font-size:36px;
-  margin: 20px 0px 20px 0px;
-}
-
-.int_title:after {
-  background:#1a6bc7;
-  bottom:24px;
-  content:" ";
-  height:5px;
-  left:275px;
-  position:absolute;
-  width:50px;
-}
-
-table.intro a:before, table.intro a:after {
-    backface-visibility: hidden;
-    pointer-events: none;
-}
-
-table.intro a, .int_title a {
-  display:inline-block;
-    overflow: hidden;
-  outline: medium none;
-    position: relative;
-    text-decoration: none;
-    vertical-align: bottom;
-    white-space: nowrap;
-}
-
-#header .dots, .aLeft, .aRight { display:none; }
-
-p.info {
-  background-color: #ffc;
-  border: solid 1px #cc9;
-  padding: 5px;
-}
-
-/* This is to address an issue in Markdown processing which introduces <p> inside <li>. */
-li p {
-  margin-top: 0px;
-}
-
-.hidden {
-  display:none;
-}
-
-/******************
- Search Bar
-******************/
-
-#menu .search-bar {
-  line-height: 30px;
-  margin: 0 20px 0 20px;
-}
-
-#menu .search-bar form {
-  border-radius: 6px;
-  border: solid 1px black;
-  background-color: #1A6BC7;
-}
-
-#menu .search-bar input[type='text'] {
-  border: none;
-  color: white;
-  background-color: transparent !important;
-  font-size: 14px;
-  font-weight: inherit;
-  padding: 0 0 0 8px;
-  line-height: 20px;
-  font-family: "Lato";
-  width: 44px;
-}
-#menu .search-bar input[placeholder] {
-  opacity: .7;
-}
-
-#menu .search-bar:hover {
-  background-color: black;
-}
-
-#menu .search-bar button[type='submit'] {
-  display: inline;
-  border: none;
-  background:none;
-  position: relative;
-  color: white;
-  font-size: 14px;
-  cursor: pointer;
-  width: 33px;
-}
-#menu .search-bar ::-webkit-input-placeholder {
-   color: white;
-}
-
-#menu .search-bar :-moz-placeholder { /* Firefox 18- */
-   color: white;  
-}
-
-#menu .search-bar ::-moz-placeholder {  /* Firefox 19+ */
-   color: white;  
-}
-
-#menu .search-bar :-ms-input-placeholder {  
-   color: white;
-}
-
-.int_text table{border-collapse:collapse;border-spacing:0;empty-cells:show;border:1px solid #cbcbcb}
-.int_text table caption{color:#000;font-style: italic;padding:1em 0;text-align:center}
-.int_text table td, .int_text table th{border-left:1px solid #cbcbcb;border-width:0 0 0 1px;font-size:inherit;margin:0;overflow:visible;padding:.5em 1em}
-.int_text table td:first-child, .int_text table th:first-child{border-left-width:0}
-.int_text table thead{background-color:#e0e0e0;color:#000;text-align:left;vertical-align:bottom}
-.int_text table td{background-color:transparent}
-.int_text table-odd td{background-color:#f2f2f2}
-.int_text table-striped tr:nth-child(2n-1) td{background-color:#f2f2f2}
-.int_text table-bordered td{border-bottom:1px solid #cbcbcb}
-.int_text table-bordered tbody>tr:last-child>td{border-bottom-width:0}
-.int_text table-horizontal td, .int_text table-horizontal th{border-width:0 0 1px;border-bottom:1px solid #cbcbcb}
-.int_text table-horizontal tbody>tr:last-child>td{border-bottom-width:0}
-
-
-div.alertbar{
-  line-height:1;
-  text-align: center;
-}
-
-div.alertbar div{
-  display: inline-block;
-  vertical-align: middle;
-  padding:0 10px;
-}
-
-div.alertbar div:nth-child(2){
-  border-right:solid 1px #cc9;
-}
-
-div.alertbar div.news{
-  font-weight:bold;
-}
-
-div.alertbar a{
-  
-}
-div.alertbar div span{
-  font-size:65%;
-  color:#aa7;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/drill-site/blob/d9845dc4/css/syntax.css
----------------------------------------------------------------------
diff --git a/css/syntax.css b/css/syntax.css
deleted file mode 100644
index 2774b76..0000000
--- a/css/syntax.css
+++ /dev/null
@@ -1,60 +0,0 @@
-.highlight  { background: #ffffff; }
-.highlight .c { color: #999988; font-style: italic } /* Comment */
-.highlight .err { color: #a61717; background-color: #e3d2d2 } /* Error */
-.highlight .k { font-weight: bold } /* Keyword */
-.highlight .o { font-weight: bold } /* Operator */
-.highlight .cm { color: #999988; font-style: italic } /* Comment.Multiline */
-.highlight .cp { color: #999999; font-weight: bold } /* Comment.Preproc */
-.highlight .c1 { color: #999988; font-style: italic } /* Comment.Single */
-.highlight .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */
-.highlight .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */
-.highlight .gd .x { color: #000000; background-color: #ffaaaa } /* Generic.Deleted.Specific */
-.highlight .ge { font-style: italic } /* Generic.Emph */
-.highlight .gr { color: #aa0000 } /* Generic.Error */
-.highlight .gh { color: #999999 } /* Generic.Heading */
-.highlight .gi { color: #000000; background-color: #ddffdd } /* Generic.Inserted */
-.highlight .gi .x { color: #000000; background-color: #aaffaa } /* Generic.Inserted.Specific */
-.highlight .go { color: #888888 } /* Generic.Output */
-.highlight .gp { color: #555555 } /* Generic.Prompt */
-.highlight .gs { font-weight: bold } /* Generic.Strong */
-.highlight .gu { color: #aaaaaa } /* Generic.Subheading */
-.highlight .gt { color: #aa0000 } /* Generic.Traceback */
-.highlight .kc { font-weight: bold } /* Keyword.Constant */
-.highlight .kd { font-weight: bold } /* Keyword.Declaration */
-.highlight .kp { font-weight: bold } /* Keyword.Pseudo */
-.highlight .kr { font-weight: bold } /* Keyword.Reserved */
-.highlight .kt { color: #445588; font-weight: bold } /* Keyword.Type */
-.highlight .m { color: #009999 } /* Literal.Number */
-.highlight .s { color: #d14 } /* Literal.String */
-.highlight .na { color: #008080 } /* Name.Attribute */
-.highlight .nb { color: #0086B3 } /* Name.Builtin */
-.highlight .nc { color: #445588; font-weight: bold } /* Name.Class */
-.highlight .no { color: #008080 } /* Name.Constant */
-.highlight .ni { color: #800080 } /* Name.Entity */
-.highlight .ne { color: #990000; font-weight: bold } /* Name.Exception */
-.highlight .nf { color: #990000; font-weight: bold } /* Name.Function */
-.highlight .nn { color: #555555 } /* Name.Namespace */
-.highlight .nt { color: #000080 } /* Name.Tag */
-.highlight .nv { color: #008080 } /* Name.Variable */
-.highlight .ow { font-weight: bold } /* Operator.Word */
-.highlight .w { color: #bbbbbb } /* Text.Whitespace */
-.highlight .mf { color: #009999 } /* Literal.Number.Float */
-.highlight .mh { color: #009999 } /* Literal.Number.Hex */
-.highlight .mi { color: #009999 } /* Literal.Number.Integer */
-.highlight .mo { color: #009999 } /* Literal.Number.Oct */
-.highlight .sb { color: #d14 } /* Literal.String.Backtick */
-.highlight .sc { color: #d14 } /* Literal.String.Char */
-.highlight .sd { color: #d14 } /* Literal.String.Doc */
-.highlight .s2 { color: #d14 } /* Literal.String.Double */
-.highlight .se { color: #d14 } /* Literal.String.Escape */
-.highlight .sh { color: #d14 } /* Literal.String.Heredoc */
-.highlight .si { color: #d14 } /* Literal.String.Interpol */
-.highlight .sx { color: #d14 } /* Literal.String.Other */
-.highlight .sr { color: #009926 } /* Literal.String.Regex */
-.highlight .s1 { color: #d14 } /* Literal.String.Single */
-.highlight .ss { color: #990073 } /* Literal.String.Symbol */
-.highlight .bp { color: #999999 } /* Name.Builtin.Pseudo */
-.highlight .vc { color: #008080 } /* Name.Variable.Class */
-.highlight .vg { color: #008080 } /* Name.Variable.Global */
-.highlight .vi { color: #008080 } /* Name.Variable.Instance */
-.highlight .il { color: #009999 } /* Literal.Number.Integer.Long */

http://git-wip-us.apache.org/repos/asf/drill-site/blob/d9845dc4/css/video-box.css
----------------------------------------------------------------------
diff --git a/css/video-box.css b/css/video-box.css
deleted file mode 100644
index f343730..0000000
--- a/css/video-box.css
+++ /dev/null
@@ -1,55 +0,0 @@
-div#video-box{
-  position:relative;
-  float:right;
-  width:320px;
-  height:160px;
-}
-
-div#video-box div.background {
-  position:absolute;
-  background-color:#fff;
-  height:100%;
-  width:100%;
-  opacity:.15;
-}
-
-div#video-box div.row {
-  position:absolute;
-  height:40px;
-  width:100%;
-  border-bottom:dotted 1px #999;
-  top:0px;
-  font-size:12px;
-  color:black;
-  line-height:40px;
-  
-}
-
-div#video-box div.row.r1 {
-  top:40px;
-}
-
-div#video-box div.row.r2 {
-  top:80px;
-}
-
-div#video-box div.row.r3 {
-  top:120px;
-  border-bottom:none;
-}
-
-div#video-box div.row div {
-  overflow: hidden;
-  margin:5px;
-  height:30px;
-  float:left;
-}
-
-div#video-box div.row div img {
-  height:40px;
-  margin:-5px 0;
-}
-
-div#video-box a {
-  color:#006;
-}

http://git-wip-us.apache.org/repos/asf/drill-site/blob/d9845dc4/css/video-slider.css
----------------------------------------------------------------------
diff --git a/css/video-slider.css b/css/video-slider.css
deleted file mode 100644
index e80ece7..0000000
--- a/css/video-slider.css
+++ /dev/null
@@ -1,34 +0,0 @@
-div#video-slider{
-  width:260px;
-  float:right;
-}
-
-div.slide{
-  position:relative;
-  padding:0px 0px;
-}
-
-img.thumbnail {
-  width:100%;
-  margin:0 auto;
-}
-
-img.play{
-  position:absolute;
-  width:40px;
-  left:110px;
-  top:60px;
-}
-
-div.title{
-  layout:block;
-  bottom:0px;
-  left:0px;
-  width:100%;
-  line-height:20px;
-  color:#000;
-  opacity:.4;
-  text-align:center;
-  font-size:12px;
-  background-color:#fff;
-}
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/drill-site/blob/d9845dc4/data/index.html
----------------------------------------------------------------------
diff --git a/data/index.html b/data/index.html
deleted file mode 100644
index e8242ef..0000000
--- a/data/index.html
+++ /dev/null
@@ -1,1628 +0,0 @@
-[
-{
-    "url": "/docs/getting-started/",
-    "title": "Getting Started",
-    "parent": "",
-    "relative_path": "_docs/010-getting-started.md"
-},
-{
-    "url": "/docs/architecture/",
-    "title": "Architecture",
-    "parent": "",
-    "relative_path": "_docs/020-architecture.md"
-},
-{
-    "url": "/docs/tutorials/",
-    "title": "Tutorials",
-    "parent": "",
-    "relative_path": "_docs/030-tutorials.md"
-},
-{
-    "url": "/docs/install-drill/",
-    "title": "Install Drill",
-    "parent": "",
-    "relative_path": "_docs/040-install-drill.md"
-},
-{
-    "url": "/docs/configure-drill/",
-    "title": "Configure Drill",
-    "parent": "",
-    "relative_path": "_docs/045-configure-drill.md"
-},
-{
-    "url": "/docs/connect-a-data-source/",
-    "title": "Connect a Data Source",
-    "parent": "",
-    "relative_path": "_docs/050-connect-a-data-source.md"
-},
-{
-    "url": "/docs/odbc-jdbc-interfaces/",
-    "title": "ODBC/JDBC Interfaces",
-    "parent": "",
-    "relative_path": "_docs/060-odbc-jdbc-interfaces.md"
-},
-{
-    "url": "/docs/query-data/",
-    "title": "Query Data",
-    "parent": "",
-    "relative_path": "_docs/070-query-data.md"
-},
-{
-    "url": "/docs/performance-tuning/",
-    "title": "Performance Tuning",
-    "parent": "",
-    "relative_path": "_docs/072-performance-tuning.md"
-},
-{
-    "url": "/docs/log-and-debug/",
-    "title": "Log and Debug",
-    "parent": "",
-    "relative_path": "_docs/073-log-and-debug.md"
-},
-{
-    "url": "/docs/sql-reference/",
-    "title": "SQL Reference",
-    "parent": "",
-    "relative_path": "_docs/080-sql-reference.md"
-},
-{
-    "url": "/docs/data-sources-and-file-formats/",
-    "title": "Data Sources and File Formats",
-    "parent": "",
-    "relative_path": "_docs/090-data-sources-and-file-formats.md"
-},
-{
-    "url": "/docs/develop-custom-functions/",
-    "title": "Develop Custom Functions",
-    "parent": "",
-    "relative_path": "_docs/100-develop-custom-functions.md"
-},
-{
-    "url": "/docs/troubleshooting/",
-    "title": "Troubleshooting",
-    "parent": "",
-    "relative_path": "_docs/110-troubleshooting.md"
-},
-{
-    "url": "/docs/developer-information/",
-    "title": "Developer Information",
-    "parent": "",
-    "relative_path": "_docs/120-developer-information.md"
-},
-{
-    "url": "/docs/release-notes/",
-    "title": "Release Notes",
-    "parent": "",
-    "relative_path": "_docs/130-rn.md"
-},
-{
-    "url": "/docs/sample-datasets/",
-    "title": "Sample Datasets",
-    "parent": "",
-    "relative_path": "_docs/140-sample-datasets.md"
-},
-{
-    "url": "/docs/project-bylaws/",
-    "title": "Project Bylaws",
-    "parent": "",
-    "relative_path": "_docs/170-bylaws.md"
-},
-{
-    "url": "/docs/architecture-introduction/",
-    "title": "Architecture Introduction",
-    "parent": "Architecture",
-    "relative_path": "_docs/architecture/010-architecture-introduction.md"
-},
-{
-    "url": "/docs/drill-query-execution/",
-    "title": "Drill Query Execution",
-    "parent": "Architecture",
-    "relative_path": "_docs/architecture/015-drill-query-execution.md"
-},
-{
-    "url": "/docs/core-modules/",
-    "title": "Core Modules",
-    "parent": "Architecture",
-    "relative_path": "_docs/architecture/020-core-modules.md"
-},
-{
-    "url": "/docs/performance/",
-    "title": "Performance",
-    "parent": "Architecture",
-    "relative_path": "_docs/architecture/030-performance.md"
-},
-{
-    "url": "/docs/configure-drill-introduction/",
-    "title": "Configure Drill Introduction",
-    "parent": "Configure Drill",
-    "relative_path": "_docs/configure-drill/010-configure-drill-introduction.md"
-},
-{
-    "url": "/docs/configuring-drill-memory/",
-    "title": "Configuring Drill Memory",
-    "parent": "Configure Drill",
-    "relative_path": "_docs/configure-drill/020-configuring-drill-memory.md"
-},
-{
-    "url": "/docs/configuring-a-multitenant-cluster-introduction/",
-    "title": "Configuring a Multitenant Cluster Introduction",
-    "parent": "Configuring a Multitenant Cluster",
-    "relative_path": "_docs/configure-drill/030-configuring-a-multitenant-cluster-introduction.md"
-},
-{
-    "url": "/docs/configuring-a-multitenant-cluster/",
-    "title": "Configuring a Multitenant Cluster",
-    "parent": "Configure Drill",
-    "relative_path": "_docs/configure-drill/040-configuring-a-multitenant-cluster.md"
-},
-{
-    "url": "/docs/configuring-multitenant-resources/",
-    "title": "Configuring Multitenant Resources",
-    "parent": "Configuring a Multitenant Cluster",
-    "relative_path": "_docs/configure-drill/050-configuring-multitenant-resources.md"
-},
-{
-    "url": "/docs/configuring-resources-for-a-shared-drillbit/",
-    "title": "Configuring Resources for a Shared Drillbit",
-    "parent": "Configuring a Multitenant Cluster",
-    "relative_path": "_docs/configure-drill/060-configuring-a-shared-drillbit.md"
-},
-{
-    "url": "/docs/configuring-user-impersonation/",
-    "title": "Configuring User Impersonation",
-    "parent": "Configure Drill",
-    "relative_path": "_docs/configure-drill/070-configuring-user-impersonation.md"
-},
-{
-    "url": "/docs/configuring-inbound-impersonation/",
-    "title": "Configuring Inbound Impersonation",
-    "parent": "Configure Drill",
-    "relative_path": "_docs/configure-drill/071-configure-inbound-impersonation.md"
-},
-{
-    "url": "/docs/configuring-user-authentication/",
-    "title": "Configuring User Authentication",
-    "parent": "Configure Drill",
-    "relative_path": "_docs/configure-drill/075-configuring-user-authentication.md"
-},
-{
-    "url": "/docs/configuring-user-impersonation-with-hive-authorization/",
-    "title": "Configuring User Impersonation with Hive Authorization",
-    "parent": "Configure Drill",
-    "relative_path": "_docs/configure-drill/076-configuring-user-impersonation-with-hive-authorization.md"
-},
-{
-    "url": "/docs/configuring-web-console-and-rest-api-security/",
-    "title": "Configuring Web Console and REST API Security",
-    "parent": "Configure Drill",
-    "relative_path": "_docs/configure-drill/078-configuring-web-ui-and-rest-api-security.md"
-},
-{
-    "url": "/docs/configuration-options/",
-    "title": "Configuration Options",
-    "parent": "Configure Drill",
-    "relative_path": "_docs/configure-drill/080-configuration-options.md"
-},
-{
-    "url": "/docs/ports-used-by-drill/",
-    "title": "Ports Used by Drill",
-    "parent": "Configure Drill",
-    "relative_path": "_docs/configure-drill/100-ports-used-by-drill.md"
-},
-{
-    "url": "/docs/configuring-the-drill-shell/",
-    "title": "Configuring the Drill Shell",
-    "parent": "Configure Drill",
-    "relative_path": "_docs/configure-drill/120-configuring-the-drill-shell.md"
-},
-{
-    "url": "/docs/configuration-options-introduction/",
-    "title": "Configuration Options Introduction",
-    "parent": "Configuration Options",
-    "relative_path": "_docs/configure-drill/configuration-options/010-configuration-options-introduction.md"
-},
-{
-    "url": "/docs/start-up-options/",
-    "title": "Start-Up Options",
-    "parent": "Configuration Options",
-    "relative_path": "_docs/configure-drill/configuration-options/020-start-up-options.md"
-},
-{
-    "url": "/docs/planning-and-execution-options/",
-    "title": "Planning and Execution Options",
-    "parent": "Configuration Options",
-    "relative_path": "_docs/configure-drill/configuration-options/030-planning-and-exececution-options.md"
-},
-{
-    "url": "/docs/persistent-configuration-storage/",
-    "title": "Persistent Configuration Storage",
-    "parent": "Configuration Options",
-    "relative_path": "_docs/configure-drill/configuration-options/040-persistent-configuration-storage.md"
-},
-{
-    "url": "/docs/connect-a-data-source-introduction/",
-    "title": "Connect a Data Source Introduction",
-    "parent": "Connect a Data Source",
-    "relative_path": "_docs/connect-a-data-source/010-connect-a-data-source-introduction.md"
-},
-{
-    "url": "/docs/storage-plugin-registration/",
-    "title": "Storage Plugin Registration",
-    "parent": "Connect a Data Source",
-    "relative_path": "_docs/connect-a-data-source/020-storage-plugin-registration.md"
-},
-{
-    "url": "/docs/storage-plugin-configuration/",
-    "title": "Storage Plugin Configuration",
-    "parent": "Connect a Data Source",
-    "relative_path": "_docs/connect-a-data-source/030-storage-plugin-configuration.md"
-},
-{
-    "url": "/docs/plugin-configuration-basics/",
-    "title": "Plugin Configuration Basics",
-    "parent": "Storage Plugin Configuration",
-    "relative_path": "_docs/connect-a-data-source/035-plugin-configuration-basics.md"
-},
-{
-    "url": "/docs/workspaces/",
-    "title": "Workspaces",
-    "parent": "Storage Plugin Configuration",
-    "relative_path": "_docs/connect-a-data-source/050-workspaces.md"
-},
-{
-    "url": "/docs/drill-default-input-format/",
-    "title": "Drill Default Input Format",
-    "parent": "Storage Plugin Configuration",
-    "relative_path": "_docs/connect-a-data-source/080-drill-default-input-format.md"
-},
-{
-    "url": "/docs/file-system-storage-plugin/",
-    "title": "File System Storage Plugin",
-    "parent": "Connect a Data Source",
-    "relative_path": "_docs/connect-a-data-source/plugins/040-file-system-storage-plugin.md"
-},
-{
-    "url": "/docs/hbase-storage-plugin/",
-    "title": "HBase Storage Plugin",
-    "parent": "Connect a Data Source",
-    "relative_path": "_docs/connect-a-data-source/plugins/060-hbase-storage-plugin.md"
-},
-{
-    "url": "/docs/hive-storage-plugin/",
-    "title": "Hive Storage Plugin",
-    "parent": "Connect a Data Source",
-    "relative_path": "_docs/connect-a-data-source/plugins/070-hive-storage-plugin.md"
-},
-{
-    "url": "/docs/rdbms-storage-plugin/",
-    "title": "RDBMS Storage Plugin",
-    "parent": "Connect a Data Source",
-    "relative_path": "_docs/connect-a-data-source/plugins/080-rdbms-storage-plugin.md"
-},
-{
-    "url": "/docs/mongodb-storage-plugin/",
-    "title": "MongoDB Storage Plugin",
-    "parent": "Connect a Data Source",
-    "relative_path": "_docs/connect-a-data-source/plugins/090-mongodb-storage-plugin.md"
-},
-{
-    "url": "/docs/mapr-db-format/",
-    "title": "MapR-DB Format",
-    "parent": "Connect a Data Source",
-    "relative_path": "_docs/connect-a-data-source/plugins/095-mapr-db-format.md"
-},
-{
-    "url": "/docs/s3-storage-plugin/",
-    "title": "S3 Storage Plugin",
-    "parent": "Connect a Data Source",
-    "relative_path": "_docs/connect-a-data-source/plugins/110-s3-storage-plugin.md"
-},
-{
-    "url": "/docs/data-sources-and-file-formats-introduction/",
-    "title": "Data Sources and File Formats Introduction",
-    "parent": "Data Sources and File Formats",
-    "relative_path": "_docs/data-sources-and-file-formats/010-data-sources-and-file-formats-introduction.md"
-},
-{
-    "url": "/docs/hive-to-drill-data-type-mapping/",
-    "title": "Hive-to-Drill Data Type Mapping",
-    "parent": "Data Sources and File Formats",
-    "relative_path": "_docs/data-sources-and-file-formats/020-hive-to-drill-data-type-mapping.md"
-},
-{
-    "url": "/docs/deploying-and-using-a-hive-udf/",
-    "title": "Deploying and Using a Hive UDF",
-    "parent": "Data Sources and File Formats",
-    "relative_path": "_docs/data-sources-and-file-formats/030-deploying-and-using-a-hive-udf.md"
-},
-{
-    "url": "/docs/parquet-format/",
-    "title": "Parquet Format",
-    "parent": "Data Sources and File Formats",
-    "relative_path": "_docs/data-sources-and-file-formats/040-parquet-format.md"
-},
-{
-    "url": "/docs/json-data-model/",
-    "title": "JSON Data Model",
-    "parent": "Data Sources and File Formats",
-    "relative_path": "_docs/data-sources-and-file-formats/050-json-data-model.md"
-},
-{
-    "url": "/docs/text-files-csv-tsv-psv/",
-    "title": "Text Files: CSV, TSV, PSV",
-    "parent": "Data Sources and File Formats",
-    "relative_path": "_docs/data-sources-and-file-formats/060-text-files-csv-tsv-psv.md"
-},
-{
-    "url": "/docs/sequence-files/",
-    "title": "Sequence Files",
-    "parent": "Data Sources and File Formats",
-    "relative_path": "_docs/data-sources-and-file-formats/070-sequencefile-format.md"
-},
-{
-    "url": "/docs/develop-custom-functions-introduction/",
-    "title": "Develop Custom Functions Introduction",
-    "parent": "Develop Custom Functions",
-    "relative_path": "_docs/develop-custom-functions/010-develop-custom-functions-introduction.md"
-},
-{
-    "url": "/docs/developing-a-simple-function/",
-    "title": "Developing a Simple Function",
-    "parent": "Develop Custom Functions",
-    "relative_path": "_docs/develop-custom-functions/020-developing-a-simple-function.md"
-},
-{
-    "url": "/docs/tutorial-develop-a-simple-function/",
-    "title": "Tutorial: Develop a Simple Function",
-    "parent": "Develop Custom Functions",
-    "relative_path": "_docs/develop-custom-functions/025-tutorial-develop-a-simple-function.md"
-},
-{
-    "url": "/docs/developing-an-aggregate-function/",
-    "title": "Developing an Aggregate Function",
-    "parent": "Develop Custom Functions",
-    "relative_path": "_docs/develop-custom-functions/030-developing-an-aggregate-function.md"
-},
-{
-    "url": "/docs/adding-custom-functions-to-drill/",
-    "title": "Adding Custom Functions to Drill",
-    "parent": "Develop Custom Functions",
-    "relative_path": "_docs/develop-custom-functions/040-adding-custom-functions-to-drill.md"
-},
-{
-    "url": "/docs/using-custom-functions-in-queries/",
-    "title": "Using Custom Functions in Queries",
-    "parent": "Develop Custom Functions",
-    "relative_path": "_docs/develop-custom-functions/050-use-custom-functions-in-queries.md"
-},
-{
-    "url": "/docs/custom-function-interfaces/",
-    "title": "Custom Function Interfaces",
-    "parent": "Develop Custom Functions",
-    "relative_path": "_docs/develop-custom-functions/060-custom-function-interfaces.md"
-},
-{
-    "url": "/docs/adding-custom-functions-to-drill-introduction/",
-    "title": "Adding Custom Functions to Drill Introduction",
-    "parent": "Adding Custom Functions to Drill",
-    "relative_path": "_docs/develop-custom-functions/adding-custom-functions-to-drill/009-adding-custom-functions-to-drill-introduction.md"
-},
-{
-    "url": "/docs/manually-adding-custom-functions-to-drill/",
-    "title": "Manually Adding Custom Functions to Drill",
-    "parent": "Adding Custom Functions to Drill",
-    "relative_path": "_docs/develop-custom-functions/adding-custom-functions-to-drill/010-manually-adding-custom-functions-to-drill.md"
-},
-{
-    "url": "/docs/dynamic-udfs/",
-    "title": "Dynamic UDFs",
-    "parent": "Adding Custom Functions to Drill",
-    "relative_path": "_docs/develop-custom-functions/adding-custom-functions-to-drill/020-dynamic-udfs.md"
-},
-{
-    "url": "/docs/rest-api/",
-    "title": "REST API",
-    "parent": "Developer Information",
-    "relative_path": "_docs/developer-information/009-rest-api.md"
-},
-{
-    "url": "/docs/develop-drill/",
-    "title": "Develop Drill",
-    "parent": "Developer Information",
-    "relative_path": "_docs/developer-information/010-develop-drill.md"
-},
-{
-    "url": "/docs/contribute-to-drill/",
-    "title": "Contribute to Drill",
-    "parent": "Developer Information",
-    "relative_path": "_docs/developer-information/020-contribute-to-drill.md"
-},
-{
-    "url": "/docs/design-docs/",
-    "title": "Design Docs",
-    "parent": "Developer Information",
-    "relative_path": "_docs/developer-information/030-design-docs.md"
-},
-{
-    "url": "/docs/apache-drill-contribution-guidelines/",
-    "title": "Apache Drill Contribution Guidelines",
-    "parent": "Contribute to Drill",
-    "relative_path": "_docs/developer-information/contribute-to-drill/010-apache-drill-contribution-guidelines.md"
-},
-{
-    "url": "/docs/apache-drill-contribution-ideas/",
-    "title": "Apache Drill Contribution Ideas",
-    "parent": "Contribute to Drill",
-    "relative_path": "_docs/developer-information/contribute-to-drill/020-apache-drill-contribution-ideas.md"
-},
-{
-    "url": "/docs/drill-plan-syntax/",
-    "title": "Drill Plan Syntax",
-    "parent": "Design Docs",
-    "relative_path": "_docs/developer-information/design-docs/010-drill-plan-syntax.md"
-},
-{
-    "url": "/docs/rpc-overview/",
-    "title": "RPC Overview",
-    "parent": "Design Docs",
-    "relative_path": "_docs/developer-information/design-docs/020-rpc-overview.md"
-},
-{
-    "url": "/docs/query-stages/",
-    "title": "Query Stages",
-    "parent": "Design Docs",
-    "relative_path": "_docs/developer-information/design-docs/030-query-stages.md"
-},
-{
-    "url": "/docs/useful-research/",
-    "title": "Useful Research",
-    "parent": "Design Docs",
-    "relative_path": "_docs/developer-information/design-docs/040-useful-research.md"
-},
-{
-    "url": "/docs/value-vectors/",
-    "title": "Value Vectors",
-    "parent": "Design Docs",
-    "relative_path": "_docs/developer-information/design-docs/050-value-vectors.md"
-},
-{
-    "url": "/docs/compiling-drill-from-source/",
-    "title": "Compiling Drill from Source",
-    "parent": "Develop Drill",
-    "relative_path": "_docs/developer-information/develop-drill/010-compiling-drill-from-source.md"
-},
-{
-    "url": "/docs/drill-introduction/",
-    "title": "Drill Introduction",
-    "parent": "Getting Started",
-    "relative_path": "_docs/getting-started/010-drill-introduction.md"
-},
-{
-    "url": "/docs/why-drill/",
-    "title": "Why Drill",
-    "parent": "Getting Started",
-    "relative_path": "_docs/getting-started/020-why-drill.md"
-},
-{
-    "url": "/docs/install-drill-introduction/",
-    "title": "Install Drill Introduction",
-    "parent": "Install Drill",
-    "relative_path": "_docs/install/010-install-drill-introduction.md"
-},
-{
-    "url": "/docs/migrating-parquet-data/",
-    "title": "Migrating Parquet Data",
-    "parent": "Install Drill",
-    "relative_path": "_docs/install/020-migrating-parquet-data.md"
-},
-{
-    "url": "/docs/installing-drill-in-embedded-mode/",
-    "title": "Installing Drill in Embedded Mode",
-    "parent": "Install Drill",
-    "relative_path": "_docs/install/030-installing-drill-in-embedded-mode.md"
-},
-{
-    "url": "/docs/installing-drill-in-distributed-mode/",
-    "title": "Installing Drill in Distributed Mode",
-    "parent": "Install Drill",
-    "relative_path": "_docs/install/040-installing-drill-in-distributed-mode.md"
-},
-{
-    "url": "/docs/distributed-mode-prerequisites/",
-    "title": "Distributed Mode Prerequisites",
-    "parent": "Installing Drill in Distributed Mode",
-    "relative_path": "_docs/install/045-distributed-mode-prerequisites.md"
-},
-{
-    "url": "/docs/installing-drill-on-the-cluster/",
-    "title": "Installing Drill on the Cluster",
-    "parent": "Installing Drill in Distributed Mode",
-    "relative_path": "_docs/install/047-installing-drill-on-the-cluster.md"
-},
-{
-    "url": "/docs/starting-drill-in-distributed-mode/",
-    "title": "Starting Drill in Distributed Mode",
-    "parent": "Installing Drill in Distributed Mode",
-    "relative_path": "_docs/install/050-starting-drill-in-distributed-mode.md"
-},
-{
-    "url": "/docs/starting-the-web-console/",
-    "title": "Starting the Web Console",
-    "parent": "Install Drill",
-    "relative_path": "_docs/install/060-starting-the-web-ui.md"
-},
-{
-    "url": "/docs/embedded-mode-prerequisites/",
-    "title": "Embedded Mode Prerequisites",
-    "parent": "Installing Drill in Embedded Mode",
-    "relative_path": "_docs/install/installing-drill-in-embedded-mode/010-embedded-mode-prerequisites.md"
-},
-{
-    "url": "/docs/installing-drill-on-linux-and-mac-os-x/",
-    "title": "Installing Drill on Linux and Mac OS X",
-    "parent": "Installing Drill in Embedded Mode",
-    "relative_path": "_docs/install/installing-drill-in-embedded-mode/020-installing-drill-on-linux-and-mac-os-x.md"
-},
-{
-    "url": "/docs/starting-drill-on-linux-and-mac-os-x/",
-    "title": "Starting Drill on Linux and Mac OS X",
-    "parent": "Installing Drill in Embedded Mode",
-    "relative_path": "_docs/install/installing-drill-in-embedded-mode/030-starting-drill-on-linux-and-mac-os-x.md"
-},
-{
-    "url": "/docs/installing-drill-on-windows/",
-    "title": "Installing Drill on Windows",
-    "parent": "Installing Drill in Embedded Mode",
-    "relative_path": "_docs/install/installing-drill-in-embedded-mode/040-installing-drill-on-windows.md"
-},
-{
-    "url": "/docs/starting-drill-on-windows/",
-    "title": "Starting Drill on Windows",
-    "parent": "Installing Drill in Embedded Mode",
-    "relative_path": "_docs/install/installing-drill-in-embedded-mode/050-starting-drill-on-windows.md"
-},
-{
-    "url": "/docs/log-and-debug-introduction/",
-    "title": "Log and Debug Introduction",
-    "parent": "Log and Debug",
-    "relative_path": "_docs/log-and-debug/001-log-and-debug-introduction.md"
-},
-{
-    "url": "/docs/error-messages/",
-    "title": "Error Messages",
-    "parent": "Log and Debug",
-    "relative_path": "_docs/log-and-debug/002-error-messages.md"
-},
-{
-    "url": "/docs/modify-logback-xml/",
-    "title": "Modify logback.xml",
-    "parent": "Log and Debug",
-    "relative_path": "_docs/log-and-debug/003-modify-logback.xml.md"
-},
-{
-    "url": "/docs/review-the-java-stack-trace/",
-    "title": "Review the Java Stack Trace",
-    "parent": "Log and Debug",
-    "relative_path": "_docs/log-and-debug/004-review-the-java-stack-trace.md"
-},
-{
-    "url": "/docs/query-audit-logging/",
-    "title": "Query Audit Logging",
-    "parent": "Log and Debug",
-    "relative_path": "_docs/log-and-debug/005-query-audit-logging.md"
-},
-{
-    "url": "/docs/interfaces-introduction/",
-    "title": "Interfaces Introduction",
-    "parent": "ODBC/JDBC Interfaces",
-    "relative_path": "_docs/odbc-jdbc-interfaces/010-interfaces-introduction.md"
-},
-{
-    "url": "/docs/using-the-jdbc-driver/",
-    "title": "Using the JDBC Driver",
-    "parent": "ODBC/JDBC Interfaces",
-    "relative_path": "_docs/odbc-jdbc-interfaces/015-using-jdbc-driver.md"
-},
-{
-    "url": "/docs/using-jdbc-with-squirrel-on-windows/",
-    "title": "Using JDBC with SQuirreL on Windows",
-    "parent": "ODBC/JDBC Interfaces",
-    "relative_path": "_docs/odbc-jdbc-interfaces/020-using-jdbc-with-squirrel-on-windows.md"
-},
-{
-    "url": "/docs/installing-the-odbc-driver/",
-    "title": "Installing the ODBC Driver",
-    "parent": "ODBC/JDBC Interfaces",
-    "relative_path": "_docs/odbc-jdbc-interfaces/030-installing-the-odbc-driver.md"
-},
-{
-    "url": "/docs/configuring-odbc/",
-    "title": "Configuring ODBC",
-    "parent": "ODBC/JDBC Interfaces",
-    "relative_path": "_docs/odbc-jdbc-interfaces/040-configuring-odbc.md"
-},
-{
-    "url": "/docs/using-drill-explorer/",
-    "title": "Using Drill Explorer",
-    "parent": "ODBC/JDBC Interfaces",
-    "relative_path": "_docs/odbc-jdbc-interfaces/050-using-drill-explorer.md"
-},
-{
-    "url": "/docs/using-drill-with-bi-tools/",
-    "title": "Using Drill with BI Tools",
-    "parent": "ODBC/JDBC Interfaces",
-    "relative_path": "_docs/odbc-jdbc-interfaces/060-using-drill-with-bi-tools.md"
-},
-{
-    "url": "/docs/odbc-configuration-reference/",
-    "title": "ODBC Configuration Reference",
-    "parent": "Configuring ODBC",
-    "relative_path": "_docs/odbc-jdbc-interfaces/configuring-odbc/010-odbc-configuration-reference.md"
-},
-{
-    "url": "/docs/configuring-odbc-on-linux/",
-    "title": "Configuring ODBC on Linux",
-    "parent": "Configuring ODBC",
-    "relative_path": "_docs/odbc-jdbc-interfaces/configuring-odbc/020-configuring-odbc-on-linux.md"
-},
-{
-    "url": "/docs/configuring-odbc-on-mac-os-x/",
-    "title": "Configuring ODBC on Mac OS X",
-    "parent": "Configuring ODBC",
-    "relative_path": "_docs/odbc-jdbc-interfaces/configuring-odbc/025-configuring-odbc-on-mac-os-x.md"
-},
-{
-    "url": "/docs/configuring-odbc-on-windows/",
-    "title": "Configuring ODBC on Windows",
-    "parent": "Configuring ODBC",
-    "relative_path": "_docs/odbc-jdbc-interfaces/configuring-odbc/030-configuring-odbc-on-windows.md"
-},
-{
-    "url": "/docs/testing-the-odbc-connection/",
-    "title": "Testing the ODBC Connection",
-    "parent": "Configuring ODBC",
-    "relative_path": "_docs/odbc-jdbc-interfaces/configuring-odbc/040-testing-the-odbc-connection.md"
-},
-{
-    "url": "/docs/installing-the-driver-on-linux/",
-    "title": "Installing the Driver on Linux",
-    "parent": "Installing the ODBC Driver",
-    "relative_path": "_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/010-installing-the-driver-on-linux.md"
-},
-{
-    "url": "/docs/installing-the-driver-on-mac-os-x/",
-    "title": "Installing the Driver on Mac OS X",
-    "parent": "Installing the ODBC Driver",
-    "relative_path": "_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/020-installing-the-driver-on-mac-os-x.md"
-},
-{
-    "url": "/docs/installing-the-driver-on-windows/",
-    "title": "Installing the Driver on Windows",
-    "parent": "Installing the ODBC Driver",
-    "relative_path": "_docs/odbc-jdbc-interfaces/installing-the-odbc-driver/030-installing-the-driver-on-windows.md"
-},
-{
-    "url": "/docs/drill-explorer-introduction/",
-    "title": "Drill Explorer Introduction",
-    "parent": "Using Drill Explorer",
-    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/010-drill-explorer-introduction.md"
-},
-{
-    "url": "/docs/connecting-drill-explorer-to-data/",
-    "title": "Connecting Drill Explorer to Data",
-    "parent": "Using Drill Explorer",
-    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/020-connecting-drill-explorer-to-data.md"
-},
-{
-    "url": "/docs/browsing-data-and-defining-views/",
-    "title": "Browsing Data and Defining Views",
-    "parent": "Using Drill Explorer",
-    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-explorer/030-browsing-data-and-creating-views.md"
-},
-{
-    "url": "/docs/using-drill-with-bi-tools-introduction/",
-    "title": "Using Drill with BI Tools Introduction",
-    "parent": "Using Drill with BI Tools",
-    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/010-using-odbc-with-bi-tools-introduction.md"
-},
-{
-    "url": "/docs/tableau-examples/",
-    "title": "Tableau Examples",
-    "parent": "Using Drill with BI Tools",
-    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/020-tableau-examples.md"
-},
-{
-    "url": "/docs/using-microstrategy-analytics-with-apache-drill/",
-    "title": "Using MicroStrategy Analytics with Apache Drill",
-    "parent": "Using Drill with BI Tools",
-    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/030-using-microstrategy-analytics-with-apache-drill.md"
-},
-{
-    "url": "/docs/using-tibco-spotfire-desktop-with-drill/",
-    "title": "Using Tibco Spotfire Desktop with Drill",
-    "parent": "Using Drill with BI Tools",
-    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/040-using-tibco-spotfire-desktop-with-drill.md"
-},
-{
-    "url": "/docs/configuring-tibco-spotfire-server-with-drill/",
-    "title": "Configuring Tibco Spotfire Server with Drill",
-    "parent": "Using Drill with BI Tools",
-    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/050-configuring-spotfire-server.md"
-},
-{
-    "url": "/docs/using-qlik-sense-with-drill/",
-    "title": "Using Qlik Sense with Drill",
-    "parent": "Using Drill with BI Tools",
-    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/055-using-qliksense-with-drill.md"
-},
-{
-    "url": "/docs/using-apache-drill-with-tableau-9-desktop/",
-    "title": "Using Apache Drill with Tableau 9 Desktop",
-    "parent": "Using Drill with BI Tools",
-    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/060-using-apache-drill-with-tableau-9-desktop.md"
-},
-{
-    "url": "/docs/using-apache-drill-with-tableau-9-server/",
-    "title": "Using Apache Drill with Tableau 9 Server",
-    "parent": "Using Drill with BI Tools",
-    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/070-using-apache-drill-with-tableau-9-server.md"
-},
-{
-    "url": "/docs/using-information-builders-webfocus-with-apache-drill/",
-    "title": "Using Information Builders\u2019 WebFOCUS with Apache Drill",
-    "parent": "Using Drill with BI Tools",
-    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/075-using-apache-drill-with-webfocus.md"
-},
-{
-    "url": "/docs/configuring-jreport-with-drill/",
-    "title": "Configuring JReport with Drill",
-    "parent": "Using Drill with BI Tools",
-    "relative_path": "_docs/odbc-jdbc-interfaces/using-drill-with-bi-tools/090-configuring-jreport-with-drill.md"
-},
-{
-    "url": "/docs/performance-tuning-introduction/",
-    "title": "Performance Tuning Introduction",
-    "parent": "Performance Tuning",
-    "relative_path": "_docs/performance-tuning/010-performance-tuning-introduction.md"
-},
-{
-    "url": "/docs/partition-pruning/",
-    "title": "Partition Pruning",
-    "parent": "Performance Tuning",
-    "relative_path": "_docs/performance-tuning/020-partition-pruning.md"
-},
-{
-    "url": "/docs/asynchronous-parquet-reader/",
-    "title": "Asynchronous Parquet Reader",
-    "parent": "Performance Tuning",
-    "relative_path": "_docs/performance-tuning/024-aynchronous-parquet-reader.md"
-},
-{
-    "url": "/docs/optimizing-parquet-metadata-reading/",
-    "title": "Optimizing Parquet Metadata Reading",
-    "parent": "Performance Tuning",
-    "relative_path": "_docs/performance-tuning/025-optimizing-parquet-reading.md"
-},
-{
-    "url": "/docs/parquet-filter-pushdown/",
-    "title": "Parquet Filter Pushdown",
-    "parent": "Performance Tuning",
-    "relative_path": "_docs/performance-tuning/026-parquet-filter-pushdown.md"
-},
-{
-    "url": "/docs/hive-metadata-caching/",
-    "title": "Hive Metadata Caching",
-    "parent": "Performance Tuning",
-    "relative_path": "_docs/performance-tuning/027-hive-metadata-caching.md"
-},
-{
-    "url": "/docs/choosing-a-storage-format/",
-    "title": "Choosing a Storage Format",
-    "parent": "Performance Tuning",
-    "relative_path": "_docs/performance-tuning/030-choosing-a-storage-format.md"
-},
-{
-    "url": "/docs/query-plans-and-tuning/",
-    "title": "Query Plans and Tuning",
-    "parent": "Performance Tuning",
-    "relative_path": "_docs/performance-tuning/040-query-plans-and-tuning.md"
-},
-{
-    "url": "/docs/identifying-performance-issues/",
-    "title": "Identifying Performance Issues",
-    "parent": "Performance Tuning",
-    "relative_path": "_docs/performance-tuning/050-identifying-performance-issues.md"
-},
-{
-    "url": "/docs/performance-tuning-reference/",
-    "title": "Performance Tuning Reference",
-    "parent": "Performance Tuning",
-    "relative_path": "_docs/performance-tuning/060-performance-tuning-reference.md"
-},
-{
-    "url": "/docs/monitoring-metrics/",
-    "title": "Monitoring Metrics",
-    "parent": "Performance Tuning",
-    "relative_path": "_docs/performance-tuning/070-monitoring-metrics.md"
-},
-{
-    "url": "/docs/query-plans/",
-    "title": "Query Plans",
-    "parent": "Identifying Performance Issues",
-    "relative_path": "_docs/performance-tuning/identifying-performance-issues/010-query-plans.md"
-},
-{
-    "url": "/docs/query-profiles/",
-    "title": "Query Profiles",
-    "parent": "Identifying Performance Issues",
-    "relative_path": "_docs/performance-tuning/identifying-performance-issues/020-query-profiles.md"
-},
-{
-    "url": "/docs/partition-pruning-introduction/",
-    "title": "Partition Pruning Introduction",
-    "parent": "Partition Pruning",
-    "relative_path": "_docs/performance-tuning/partition-pruning/010-partition-pruning-introduction.md"
-},
-{
-    "url": "/docs/how-to-partition-data/",
-    "title": "How to Partition Data",
-    "parent": "Partition Pruning",
-    "relative_path": "_docs/performance-tuning/partition-pruning/030-using-partition-pruning.md"
-},
-{
-    "url": "/docs/query-profile-column-descriptions/",
-    "title": "Query Profile Column Descriptions",
-    "parent": "Performance Tuning Reference",
-    "relative_path": "_docs/performance-tuning/performance-tuning-reference/010-query-profile-tables.md"
-},
-{
-    "url": "/docs/physical-operators/",
-    "title": "Physical Operators",
-    "parent": "Performance Tuning Reference",
-    "relative_path": "_docs/performance-tuning/performance-tuning-reference/020-physical-operators.md"
-},
-{
-    "url": "/docs/query-plans-and-tuning-introduction/",
-    "title": "Query Plans and Tuning Introduction",
-    "parent": "Query Plans and Tuning",
-    "relative_path": "_docs/performance-tuning/query-plans-and-tuning/010-query-plans-and-tuning-introduction.md"
-},
-{
-    "url": "/docs/join-planning-guidelines/",
-    "title": "Join Planning Guidelines",
-    "parent": "Query Plans and Tuning",
-    "relative_path": "_docs/performance-tuning/query-plans-and-tuning/020-join-planning-guidelines.md"
-},
-{
-    "url": "/docs/guidelines-for-optimizing-aggregation/",
-    "title": "Guidelines for Optimizing Aggregation",
-    "parent": "Query Plans and Tuning",
-    "relative_path": "_docs/performance-tuning/query-plans-and-tuning/030-guidelines-for-optimizing-aggregation.md"
-},
-{
-    "url": "/docs/modifying-query-planning-options/",
-    "title": "Modifying Query Planning Options",
-    "parent": "Query Plans and Tuning",
-    "relative_path": "_docs/performance-tuning/query-plans-and-tuning/040-modifying-query-planning-options.md"
-},
-{
-    "url": "/docs/sort-based-and-hash-based-memory-constrained-operators/",
-    "title": "Sort-Based and Hash-Based Memory-Constrained Operators",
-    "parent": "Query Plans and Tuning",
-    "relative_path": "_docs/performance-tuning/query-plans-and-tuning/050-sort-based-and-hash-based-memory-constrained-operators.md"
-},
-{
-    "url": "/docs/enabling-query-queuing/",
-    "title": "Enabling Query Queuing",
-    "parent": "Query Plans and Tuning",
-    "relative_path": "_docs/performance-tuning/query-plans-and-tuning/060-enabling-query-queuing.md"
-},
-{
-    "url": "/docs/controlling-parallelization-to-balance-performance-with-multi-tenancy/",
-    "title": "Controlling Parallelization to Balance Performance with Multi-Tenancy",
-    "parent": "Query Plans and Tuning",
-    "relative_path": "_docs/performance-tuning/query-plans-and-tuning/070-controlling-parallelization-to-balance-performance-with-multi-tenancy.md"
-},
-{
-    "url": "/docs/query-data-introduction/",
-    "title": "Query Data Introduction",
-    "parent": "Query Data",
-    "relative_path": "_docs/query-data/010-query-data-introduction.md"
-},
-{
-    "url": "/docs/querying-a-file-system/",
-    "title": "Querying a File System",
-    "parent": "Query Data",
-    "relative_path": "_docs/query-data/020-querying-a-file-system.md"
-},
-{
-    "url": "/docs/querying-hbase/",
-    "title": "Querying HBase",
-    "parent": "Query Data",
-    "relative_path": "_docs/query-data/030-querying-hbase.md"
-},
-{
-    "url": "/docs/querying-complex-data/",
-    "title": "Querying Complex Data",
-    "parent": "Query Data",
-    "relative_path": "_docs/query-data/040-querying-complex-data.md"
-},
-{
-    "url": "/docs/querying-hive/",
-    "title": "Querying Hive",
-    "parent": "Query Data",
-    "relative_path": "_docs/query-data/050-querying-hive.md"
-},
-{
-    "url": "/docs/querying-the-information-schema/",
-    "title": "Querying the INFORMATION SCHEMA",
-    "parent": "Query Data",
-    "relative_path": "_docs/query-data/060-querying-the-information-schema.md"
-},
-{
-    "url": "/docs/querying-system-tables/",
-    "title": "Querying System Tables",
-    "parent": "Query Data",
-    "relative_path": "_docs/query-data/070-query-sys-tbl.md"
-},
-{
-    "url": "/docs/monitoring-and-canceling-queries-in-the-drill-web-console/",
-    "title": "Monitoring and Canceling Queries in the Drill Web Console",
-    "parent": "Query Data",
-    "relative_path": "_docs/query-data/080-monitoring-and-canceling-queries-in-the-Drill-Web-UI.md"
-},
-{
-    "url": "/docs/querying-a-file-system-introduction/",
-    "title": "Querying a File System Introduction",
-    "parent": "Querying a File System",
-    "relative_path": "_docs/query-data/query-a-file-system/005-querying-a-file-system-introduction.md"
-},
-{
-    "url": "/docs/querying-avro-files/",
-    "title": "Querying Avro Files",
-    "parent": "Querying a File System",
-    "relative_path": "_docs/query-data/query-a-file-system/009-querying-avro-files.md"
-},
-{
-    "url": "/docs/querying-json-files/",
-    "title": "Querying JSON Files",
-    "parent": "Querying a File System",
-    "relative_path": "_docs/query-data/query-a-file-system/010-querying-json-files.md"
-},
-{
-    "url": "/docs/querying-parquet-files/",
-    "title": "Querying Parquet Files",
-    "parent": "Querying a File System",
-    "relative_path": "_docs/query-data/query-a-file-system/020-querying-parquet-files.md"
-},
-{
-    "url": "/docs/querying-plain-text-files/",
-    "title": "Querying Plain Text Files",
-    "parent": "Querying a File System",
-    "relative_path": "_docs/query-data/query-a-file-system/030-querying-plain-text-files.md"
-},
-{
-    "url": "/docs/querying-directories/",
-    "title": "Querying Directories",
-    "parent": "Querying a File System",
-    "relative_path": "_docs/query-data/query-a-file-system/040-querying-directories.md"
-},
-{
-    "url": "/docs/querying-sequence-files/",
-    "title": "Querying Sequence Files",
-    "parent": "Querying a File System",
-    "relative_path": "_docs/query-data/query-a-file-system/050-querying-sequence-files.md"
-},
-{
-    "url": "/docs/querying-complex-data-introduction/",
-    "title": "Querying Complex Data Introduction",
-    "parent": "Querying Complex Data",
-    "relative_path": "_docs/query-data/querying-complex-data/005-querying-complex-data-introduction.md"
-},
-{
-    "url": "/docs/sample-data-donuts/",
-    "title": "Sample Data: Donuts",
-    "parent": "Querying Complex Data",
-    "relative_path": "_docs/query-data/querying-complex-data/010-sample--data-donuts.md"
-},
-{
-    "url": "/docs/selecting-flat-data/",
-    "title": "Selecting Flat Data",
-    "parent": "Querying Complex Data",
-    "relative_path": "_docs/query-data/querying-complex-data/020-selecting-flat-data.md"
-},
-{
-    "url": "/docs/using-sql-functions-clauses-and-joins/",
-    "title": "Using SQL Functions, Clauses, and Joins",
-    "parent": "Querying Complex Data",
-    "relative_path": "_docs/query-data/querying-complex-data/030-using-sql-functions-clauses-and-joins.md"
-},
-{
-    "url": "/docs/selecting-nested-data-for-a-column/",
-    "title": "Selecting Nested Data for a Column",
-    "parent": "Querying Complex Data",
-    "relative_path": "_docs/query-data/querying-complex-data/040-selecting-nested-data.md"
-},
-{
-    "url": "/docs/selecting-multiple-columns-within-nested-data/",
-    "title": "Selecting Multiple Columns Within Nested Data",
-    "parent": "Querying Complex Data",
-    "relative_path": "_docs/query-data/querying-complex-data/050-selecting-multiple-columns-within-nested-data.md"
-},
-{
-    "url": "/docs/apache-drill-1-9-0-release-notes/",
-    "title": "Apache Drill 1.9.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/002-1.9.0-rn.md"
-},
-{
-    "url": "/docs/apache-drill-1-8-0-release-notes/",
-    "title": "Apache Drill 1.8.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/003-1.8.0-rn.md"
-},
-{
-    "url": "/docs/apache-drill-1-7-0-release-notes/",
-    "title": "Apache Drill 1.7.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/004-1.7.0-rn.md"
-},
-{
-    "url": "/docs/apache-drill-1-6-0-release-notes/",
-    "title": "Apache Drill 1.6.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/005-1.6.0-rn.md"
-},
-{
-    "url": "/docs/apache-drill-1-5-0-release-notes/",
-    "title": "Apache Drill 1.5.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/006-1.5.0-rn.md"
-},
-{
-    "url": "/docs/apache-drill-1-4-0-release-notes/",
-    "title": "Apache Drill 1.4.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/007-1.4.0-rn.md"
-},
-{
-    "url": "/docs/apache-drill-1-3-0-release-notes/",
-    "title": "Apache Drill 1.3.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/008-1.3.0-rn.md"
-},
-{
-    "url": "/docs/apache-drill-1-2-0-release-notes/",
-    "title": "Apache Drill 1.2.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/009-1.2.0-rn.md"
-},
-{
-    "url": "/docs/apache-drill-1-1-0-release-notes/",
-    "title": "Apache Drill 1.1.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/010-1.1.0-rn.md"
-},
-{
-    "url": "/docs/apache-drill-1-0-0-release-notes/",
-    "title": "Apache Drill 1.0.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/020-1.0.0-rn.md"
-},
-{
-    "url": "/docs/apache-drill-0-9-0-release-notes/",
-    "title": "Apache Drill 0.9.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/030-0.9.0-rn.md"
-},
-{
-    "url": "/docs/apache-drill-0-8-0-release-notes/",
-    "title": "Apache Drill 0.8.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/050-0.8.0-rn.md"
-},
-{
-    "url": "/docs/apache-drill-0-7-0-release-notes/",
-    "title": "Apache Drill 0.7.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/060-0.7.0-rn.md"
-},
-{
-    "url": "/docs/apache-drill-0-6-0-release-notes/",
-    "title": "Apache Drill 0.6.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/070-0.6.0-rn.md"
-},
-{
-    "url": "/docs/apache-drill-m1-release-notes-apache-drill-alpha/",
-    "title": "Apache Drill M1 Release Notes (Apache Drill Alpha)",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/080-m1-alpha-rn.md"
-},
-{
-    "url": "/docs/apache-drill-m1-release-notes-apache-drill-alpha/",
-    "title": "Apache Drill M1 Release Notes (Apache Drill Alpha)",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/090-alpha-rn.md"
-},
-{
-    "url": "/docs/apache-drill-0-5-0-release-notes/",
-    "title": "Apache Drill 0.5.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/100-0.5.0rn.md"
-},
-{
-    "url": "/docs/apache-drill-0-4-0-release-notes/",
-    "title": "Apache Drill 0.4.0 Release Notes",
-    "parent": "Release Notes",
-    "relative_path": "_docs/rn/110-0.4.0rn.md"
-},
-{
-    "url": "/docs/aol-search/",
-    "title": "AOL Search",
-    "parent": "Sample Datasets",
-    "relative_path": "_docs/sample-datasets/001-aol.md"
-},
-{
-    "url": "/docs/enron-emails/",
-    "title": "Enron Emails",
-    "parent": "Sample Datasets",
-    "relative_path": "_docs/sample-datasets/002-enron.md"
-},
-{
-    "url": "/docs/wikipedia-edit-history/",
-    "title": "Wikipedia Edit History",
-    "parent": "Sample Datasets",
-    "relative_path": "_docs/sample-datasets/003-wikipedia.md"
-},
-{
-    "url": "/docs/sql-reference-introduction/",
-    "title": "SQL Reference Introduction",
-    "parent": "SQL Reference",
-    "relative_path": "_docs/sql-reference/010-sql-reference-introduction.md"
-},
-{
-    "url": "/docs/data-types/",
-    "title": "Data Types",
-    "parent": "SQL Reference",
-    "relative_path": "_docs/sql-reference/020-data-types.md"
-},
-{
-    "url": "/docs/lexical-structure/",
-    "title": "Lexical Structure",
-    "parent": "SQL Reference",
-    "relative_path": "_docs/sql-reference/030-lexical-structure.md"
-},
-{
-    "url": "/docs/operators/",
-    "title": "Operators",
-    "parent": "SQL Reference",
-    "relative_path": "_docs/sql-reference/040-operators.md"
-},
-{
-    "url": "/docs/sql-functions/",
-    "title": "SQL Functions",
-    "parent": "SQL Reference",
-    "relative_path": "_docs/sql-reference/050-sql-functions.md"
-},
-{
-    "url": "/docs/sql-window-functions/",
-    "title": "SQL Window Functions",
-    "parent": "SQL Reference",
-    "relative_path": "_docs/sql-reference/055-sql-window-functions.md"
-},
-{
-    "url": "/docs/nested-data-functions/",
-    "title": "Nested Data Functions",
-    "parent": "SQL Reference",
-    "relative_path": "_docs/sql-reference/060-nested-data-functions.md"
-},
-{
-    "url": "/docs/query-directory-functions/",
-    "title": "Query Directory Functions",
-    "parent": "SQL Reference",
-    "relative_path": "_docs/sql-reference/065-query-directory-functions.md"
-},
-{
-    "url": "/docs/sql-commands/",
-    "title": "SQL Commands",
-    "parent": "SQL Reference",
-    "relative_path": "_docs/sql-reference/070-sql-commands-summary.md"
-},
-{
-    "url": "/docs/sql-conditional-expressions/",
-    "title": "SQL Conditional Expressions",
-    "parent": "SQL Reference",
-    "relative_path": "_docs/sql-reference/075-sql-conditional-expressions.md"
-},
-{
-    "url": "/docs/reserved-keywords/",
-    "title": "Reserved Keywords",
-    "parent": "SQL Reference",
-    "relative_path": "_docs/sql-reference/080-reserved-keywords.md"
-},
-{
-    "url": "/docs/sql-extensions/",
-    "title": "SQL Extensions",
-    "parent": "SQL Reference",
-    "relative_path": "_docs/sql-reference/090-sql-extensions.md"
-},
-{
-    "url": "/docs/supported-data-types/",
-    "title": "Supported Data Types",
-    "parent": "Data Types",
-    "relative_path": "_docs/sql-reference/data-types/010-supported-data-types.md"
-},
-{
-    "url": "/docs/date-time-and-timestamp/",
-    "title": "Date, Time, and Timestamp",
-    "parent": "Data Types",
-    "relative_path": "_docs/sql-reference/data-types/020-date-time-and-timestamp.md"
-},
-{
-    "url": "/docs/handling-different-data-types/",
-    "title": "Handling Different Data Types",
-    "parent": "Data Types",
-    "relative_path": "_docs/sql-reference/data-types/030-handling-different-data-types.md"
-},
-{
-    "url": "/docs/nested-data-limitations/",
-    "title": "Nested Data Limitations",
-    "parent": "Nested Data Functions",
-    "relative_path": "_docs/sql-reference/nested-data-functions/005-nested-data-limitations.md"
-},
-{
-    "url": "/docs/flatten/",
-    "title": "FLATTEN",
-    "parent": "Nested Data Functions",
-    "relative_path": "_docs/sql-reference/nested-data-functions/010-flatten.md"
-},
-{
-    "url": "/docs/kvgen/",
-    "title": "KVGEN",
-    "parent": "Nested Data Functions",
-    "relative_path": "_docs/sql-reference/nested-data-functions/020-kvgen.md"
-},
-{
-    "url": "/docs/repeated-count/",
-    "title": "REPEATED_COUNT",
-    "parent": "Nested Data Functions",
-    "relative_path": "_docs/sql-reference/nested-data-functions/030-repeated-count.md"
-},
-{
-    "url": "/docs/repeated-contains/",
-    "title": "REPEATED_CONTAINS",
-    "parent": "Nested Data Functions",
-    "relative_path": "_docs/sql-reference/nested-data-functions/040-repeated-contains.md"
-},
-{
-    "url": "/docs/supported-sql-commands/",
-    "title": "Supported SQL Commands",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/005-supported-sql-commands.md"
-},
-{
-    "url": "/docs/set/",
-    "title": "SET",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/010-set.md"
-},
-{
-    "url": "/docs/reset/",
-    "title": "RESET",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/012-reset.md"
-},
-{
-    "url": "/docs/alter-system/",
-    "title": "ALTER SYSTEM",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/020-alter-system.md"
-},
-{
-    "url": "/docs/create-table-as-ctas/",
-    "title": "CREATE TABLE AS (CTAS)",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/030-create-table-as.md"
-},
-{
-    "url": "/docs/create-function-using-jar/",
-    "title": "CREATE FUNCTION USING JAR",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/034-create-function-using-jar.md"
-},
-{
-    "url": "/docs/partition-by-clause/",
-    "title": "PARTITION BY Clause",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/035-partition-by-clause.md"
-},
-{
-    "url": "/docs/create-view/",
-    "title": "CREATE VIEW",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/050-create-view.md"
-},
-{
-    "url": "/docs/describe/",
-    "title": "DESCRIBE",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/053-describe.md"
-},
-{
-    "url": "/docs/drop-function-using-jar/",
-    "title": "DROP FUNCTION USING JAR",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/054-drop-function-using-jar.md"
-},
-{
-    "url": "/docs/drop-table/",
-    "title": "DROP TABLE",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/055-drop-table.md"
-},
-{
-    "url": "/docs/drop-view/",
-    "title": "DROP VIEW",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/056-drop-view.md"
-},
-{
-    "url": "/docs/explain/",
-    "title": "EXPLAIN",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/070-explain.md"
-},
-{
-    "url": "/docs/select/",
-    "title": "SELECT",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/079-select.md"
-},
-{
-    "url": "/docs/select-list/",
-    "title": "SELECT List",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/080-select-list.md"
-},
-{
-    "url": "/docs/from-clause/",
-    "title": "FROM Clause",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/081-from-clause.md"
-},
-{
-    "url": "/docs/group-by-clause/",
-    "title": "GROUP BY Clause",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/082-group-by-clause.md"
-},
-{
-    "url": "/docs/having-clause/",
-    "title": "HAVING Clause",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/083-having-clause.md"
-},
-{
-    "url": "/docs/limit-clause/",
-    "title": "LIMIT Clause",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/084-limit-clause.md"
-},
-{
-    "url": "/docs/offset-clause/",
-    "title": "OFFSET Clause",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/085-offset-clause.md"
-},
-{
-    "url": "/docs/order-by-clause/",
-    "title": "ORDER BY Clause",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/086-order-by-clause.md"
-},
-{
-    "url": "/docs/union-set-operator/",
-    "title": "UNION Set Operator",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/087-union-set-operator.md"
-},
-{
-    "url": "/docs/where-clause/",
-    "title": "WHERE Clause",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/088-where-clause.md"
-},
-{
-    "url": "/docs/with-clause/",
-    "title": "WITH Clause",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/089-with-clause.md"
-},
-{
-    "url": "/docs/show-databases-and-show-schemas/",
-    "title": "SHOW DATABASES and SHOW SCHEMAS",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/090-show-databases-and-show-schemas.md"
-},
-{
-    "url": "/docs/show-files/",
-    "title": "SHOW FILES",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/100-show-files.md"
-},
-{
-    "url": "/docs/show-tables/",
-    "title": "SHOW TABLES",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/110-show-tables.md"
-},
-{
-    "url": "/docs/use/",
-    "title": "USE",
-    "parent": "SQL Commands",
-    "relative_path": "_docs/sql-reference/sql-commands/120-use.md"
-},
-{
-    "url": "/docs/case/",
-    "title": "CASE",
-    "parent": "SQL Conditional Expressions",
-    "relative_path": "_docs/sql-reference/sql-conditional-expressions/010-case-expression.md"
-},
-{
-    "url": "/docs/about-sql-function-examples/",
-    "title": "About SQL Function Examples",
-    "parent": "SQL Functions",
-    "relative_path": "_docs/sql-reference/sql-functions/005-about-sql-function-examples.md"
-},
-{
-    "url": "/docs/math-and-trig/",
-    "title": "Math and Trig",
-    "parent": "SQL Functions",
-    "relative_path": "_docs/sql-reference/sql-functions/010-math-and-trig.md"
-},
-{
-    "url": "/docs/data-type-conversion/",
-    "title": "Data Type Conversion",
-    "parent": "SQL Functions",
-    "relative_path": "_docs/sql-reference/sql-functions/020-data-type-conversion.md"
-},
-{
-    "url": "/docs/date-time-functions-and-arithmetic/",
-    "title": "Date/Time Functions and Arithmetic",
-    "parent": "SQL Functions",
-    "relative_path": "_docs/sql-reference/sql-functions/030-date-time-functions-and-arithmetic.md"
-},
-{
-    "url": "/docs/string-manipulation/",
-    "title": "String Manipulation",
-    "parent": "SQL Functions",
-    "relative_path": "_docs/sql-reference/sql-functions/040-string-manipulation.md"
-},
-{
-    "url": "/docs/aggregate-and-aggregate-statistical/",
-    "title": "Aggregate and Aggregate Statistical",
-    "parent": "SQL Functions",
-    "relative_path": "_docs/sql-reference/sql-functions/050-aggregate-and-aggregate-statistical.md"
-},
-{
-    "url": "/docs/functions-for-handling-nulls/",
-    "title": "Functions for Handling Nulls",
-    "parent": "SQL Functions",
-    "relative_path": "_docs/sql-reference/sql-functions/060-functions-for-handling-nulls.md"
-},
-{
-    "url": "/docs/sql-window-functions-introduction/",
-    "title": "SQL Window Functions Introduction",
-    "parent": "SQL Window Functions",
-    "relative_path": "_docs/sql-reference/sql-window-functions/010-sql-window-functions-introduction.md"
-},
-{
-    "url": "/docs/aggregate-window-functions/",
-    "title": "Aggregate Window Functions",
-    "parent": "SQL Window Functions",
-    "relative_path": "_docs/sql-reference/sql-window-functions/020-aggregate-window-functions.md"
-},
-{
-    "url": "/docs/ranking-window-functions/",
-    "title": "Ranking Window Functions",
-    "parent": "SQL Window Functions",
-    "relative_path": "_docs/sql-reference/sql-window-functions/030-ranking-window-functions.md"
-},
-{
-    "url": "/docs/value-window-functions/",
-    "title": "Value Window Functions",
-    "parent": "SQL Window Functions",
-    "relative_path": "_docs/sql-reference/sql-window-functions/035-value-window-functions.md"
-},
-{
-    "url": "/docs/sql-window-functions-examples/",
-    "title": "SQL Window Functions Examples",
-    "parent": "SQL Window Functions",
-    "relative_path": "_docs/sql-reference/sql-window-functions/040-sql-window-functions-examples.md"
-},
-{
-    "url": "/docs/tutorials-introduction/",
-    "title": "Tutorials Introduction",
-    "parent": "Tutorials",
-    "relative_path": "_docs/tutorials/010-tutorials-introduction.md"
-},
-{
-    "url": "/docs/drill-in-10-minutes/",
-    "title": "Drill in 10 Minutes",
-    "parent": "Tutorials",
-    "relative_path": "_docs/tutorials/020-drill-in-10-minutes.md"
-},
-{
-    "url": "/docs/analyzing-the-yelp-academic-dataset/",
-    "title": "Analyzing the Yelp Academic Dataset",
-    "parent": "Tutorials",
-    "relative_path": "_docs/tutorials/030-analyzing-the-yelp-academic-dataset.md"
-},
-{
-    "url": "/docs/learn-drill-with-the-mapr-sandbox/",
-    "title": "Learn Drill with the MapR Sandbox",
-    "parent": "Tutorials",
-    "relative_path": "_docs/tutorials/040-learn-drill-with-the-mapr-sandbox.md"
-},
-{
-    "url": "/docs/analyzing-highly-dynamic-datasets/",
-    "title": "Analyzing Highly Dynamic Datasets",
-    "parent": "Tutorials",
-    "relative_path": "_docs/tutorials/050-analyzing-highly-dynamic-datasets.md"
-},
-{
-    "url": "/docs/analyzing-social-media/",
-    "title": "Analyzing Social Media",
-    "parent": "Tutorials",
-    "relative_path": "_docs/tutorials/060-analyzing-social-media.md"
-},
-{
-    "url": "/docs/analyzing-data-using-window-functions/",
-    "title": "Analyzing Data Using Window Functions",
-    "parent": "Tutorials",
-    "relative_path": "_docs/tutorials/070-analyzing-data-using-window-functions.md"
-},
-{
-    "url": "/docs/about-the-mapr-sandbox/",
-    "title": "About the MapR Sandbox",
-    "parent": "Learn Drill with the MapR Sandbox",
-    "relative_path": "_docs/tutorials/learn-drill-with-the-mapr-sandbox/005-about-the-mapr-sandbox.md"
-},
-{
-    "url": "/docs/installing-the-apache-drill-sandbox/",
-    "title": "Installing the Apache Drill Sandbox",
-    "parent": "Learn Drill with the MapR Sandbox",
-    "relative_path": "_docs/tutorials/learn-drill-with-the-mapr-sandbox/010-installing-the-apache-drill-sandbox.md"
-},
-{
-    "url": "/docs/getting-to-know-the-drill-sandbox/",
-    "title": "Getting to Know the Drill Sandbox",
-    "parent": "Learn Drill with the MapR Sandbox",
-    "relative_path": "_docs/tutorials/learn-drill-with-the-mapr-sandbox/020-getting-to-know-the-drill-sandbox.md"
-},
-{
-    "url": "/docs/lesson-1-learn-about-the-data-set/",
-    "title": "Lesson 1: Learn about the Data Set",
-    "parent": "Learn Drill with the MapR Sandbox",
-    "relative_path": "_docs/tutorials/learn-drill-with-the-mapr-sandbox/030-lesson-1-learn-about-the-data-set.md"
-},
-{
-    "url": "/docs/lesson-2-run-queries-with-ansi-sql/",
-    "title": "Lesson 2: Run Queries with ANSI SQL",
-    "parent": "Learn Drill with the MapR Sandbox",
-    "relative_path": "_docs/tutorials/learn-drill-with-the-mapr-sandbox/040-lesson-2-run-queries-with-ansi-sql.md"
-},
-{
-    "url": "/docs/lesson-3-run-queries-on-complex-data-types/",
-    "title": "Lesson 3: Run Queries on Complex Data Types",
-    "parent": "Learn Drill with the MapR Sandbox",
-    "relative_path": "_docs/tutorials/learn-drill-with-the-mapr-sandbox/050-lesson-3-run-queries-on-complex-data-types.md"
-},
-{
-    "url": "/docs/summary/",
-    "title": "Summary",
-    "parent": "Learn Drill with the MapR Sandbox",
-    "relative_path": "_docs/tutorials/learn-drill-with-the-mapr-sandbox/060-summary.md"
-}
-]

http://git-wip-us.apache.org/repos/asf/drill-site/blob/d9845dc4/doap_Drill.rdf
----------------------------------------------------------------------
diff --git a/doap_Drill.rdf b/doap_Drill.rdf
deleted file mode 100644
index 087541e..0000000
--- a/doap_Drill.rdf
+++ /dev/null
@@ -1,57 +0,0 @@
-<?xml version="1.0"?>
-<?xml-stylesheet type="text/xsl"?>
-<rdf:RDF xml:lang="en"
-         xmlns="http://usefulinc.com/ns/doap#" 
-         xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
-         xmlns:asfext="http://projects.apache.org/ns/asfext#"
-         xmlns:foaf="http://xmlns.com/foaf/0.1/">
-<!--
-    Licensed to the Apache Software Foundation (ASF) under one or more
-    contributor license agreements.  See the NOTICE file distributed with
-    this work for additional information regarding copyright ownership.
-    The ASF licenses this file to You under the Apache License, Version 2.0
-    (the "License"); you may not use this file except in compliance with
-    the License.  You may obtain a copy of the License at
-   
-         http://www.apache.org/licenses/LICENSE-2.0
-   
-    Unless required by applicable law or agreed to in writing, software
-    distributed under the License is distributed on an "AS IS" BASIS,
-    WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
-    See the License for the specific language governing permissions and
-    limitations under the License.
--->
-  <Project rdf:about="http://drill.apache.org">
-    <created>2015-01-04</created>
-    <license rdf:resource="http://spdx.org/licenses/Apache-2.0" />
-    <name>Apache Drill</name>
-    <homepage rdf:resource="http://drill.apache.org" />
-    <asfext:pmc rdf:resource="http://drill.apache.org" />
-    <shortdesc>A distributed SQL MPP for Hadoop and NoSQL</shortdesc>
-    <description>Apache Drill is a distributed MPP query layer that supports SQL and alternative query languages against NoSQL and Hadoop data storage systems. It was inspired in part by Google's Dremel.</description>
-    <bug-database rdf:resource="https://issues.apache.org/jira/browse/DRILL/" />
-    <mailing-list rdf:resource="http://drill.apache.org/community/#mailinglists" />
-    <download-page rdf:resource="http://drill.apache.org/download/" />
-    <programming-language>Java</programming-language>
-    <category rdf:resource="http://projects.apache.org/category/big-data" />
-    <release>
-      <Version>
-        <name>0.7.0</name>
-        <created>2014-12-23</created>
-        <revision>0.7.0</revision>
-      </Version>
-    </release>
-    <repository>
-      <GitRepository>
-        <location rdf:resource="git://git.apache.org/drill.git"/>
-        <browse rdf:resource="https://git-wip-us.apache.org/repos/asf?p=drill.git"/>
-      </GitRepository>
-    </repository>
-    <maintainer>
-      <foaf:Person>
-        <foaf:name>Jacques Nadeau</foaf:name>
-          <foaf:mbox rdf:resource="mailto:jacques@apache.org"/>
-      </foaf:Person>
-    </maintainer>
-  </Project>
-</rdf:RDF>