You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by gi...@apache.org on 2017/10/20 20:18:57 UTC

[1/8] mesos-site git commit: Updated the website built from mesos SHA: 549fa61.

Repository: mesos-site
Updated Branches:
  refs/heads/asf-site 762357e3d -> 982d1de6b


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/reporting-an-issue/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/reporting-an-issue/index.html b/content/documentation/reporting-an-issue/index.html
new file mode 100644
index 0000000..3d54105
--- /dev/null
+++ b/content/documentation/reporting-an-issue/index.html
@@ -0,0 +1,179 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Mesos - Reporting An Issue</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <meta property="og:locale" content="en_US"/>
+    <meta property="og:type" content="website"/>
+    <meta property="og:title" content="Apache Mesos"/>
+    <meta property="og:site_name" content="Apache Mesos"/>
+    <meta property="og:url" content="http://mesos.apache.org/"/>
+    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta property="og:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <meta name="twitter:card" content="summary"/>
+    <meta name="twitter:site" content="@ApacheMesos"/>
+    <meta name="twitter:title" content="Apache Mesos"/>
+    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta name="twitter:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
+    <link href="../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+
+    
+
+    <!-- Google Analytics Magic -->
+    <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-20226872-1']);
+    _gaq.push(['_setDomainName', 'apache.org']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+    </script>
+    
+  </head>
+  <body>
+    <!-- magical breadcrumbs -->
+    <div class="topnav">
+      <div class="container">
+        <ul class="breadcrumb">
+          <li>
+            <div class="dropdown">
+              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+                <li><a href="http://www.apache.org">Apache Homepage</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="http://www.apache.org/security/">Security</a></li>
+              </ul>
+            </div>
+          </li>
+
+          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+          
+          
+          <li><a href="/documentation
+/">Documentation
+</a></li>
+          
+          
+        </ul><!-- /.breadcrumb -->
+      </div><!-- /.container -->
+    </div><!-- /.topnav -->
+
+    <!-- navbar excitement -->
+<div class="navbar navbar-default navbar-static-top" role="navigation">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
+    </div><!-- /.navbar-header -->
+
+    <div class="navbar-collapse collapse" id="mesos-menu">
+      <ul class="nav navbar-nav navbar-right">
+        <li><a href="/getting-started/">Getting Started</a></li>
+        <li><a href="/blog/">Blog</a></li>
+        <li><a href="/documentation/latest/">Documentation</a></li>
+        <li><a href="/downloads/">Downloads</a></li>
+        <li><a href="/community/">Community</a></li>
+      </ul>
+    </div><!-- /#mesos-menu -->
+  </div><!-- /.container -->
+</div><!-- /.navbar -->
+
+<div class="content">
+  <div class="container">
+    <div class="row-fluid">
+  <div class="col-md-4">
+    <h4>If you're new to Mesos</h4>
+    <p>See the <a href="/getting-started/">getting started</a> page for more
+       information about downloading, building, and deploying Mesos.</p>
+
+    <h4>If you'd like to get involved or you're looking for support</h4>
+    <p>See our <a href="/community/">community</a> page for more details.</p>
+  </div>
+  <div class="col-md-8">
+    <h1>Reporting an Issue</h1>
+
+<p>When reporting an issue (e.g. bug, improvement, feature request), please provide as much context as possible.</p>
+
+<ul>
+<li>We track all issues via Apache&rsquo;s hosted <a href="https://issues.apache.org/jira/browse/MESOS">JIRA issue tracker</a>, so if you don&rsquo;t already have an account you&rsquo;ll need to register for one. It&rsquo;s quick and easy.</li>
+<li>A JIRA should be created for every task, feature, bug-fix, etc. This makes it easy to track progress.</li>
+<li>If you are planning to work on the ticket, please assign the JIRA issue to yourself before you start working on it. This helps to avoid duplication of work and alerts anyone who is following that issue. It is highly encouraged to start a discussion with others in the community about how to solve the issue. The <a href="/documentation/latest/./beginner-contribution/">Beginner Contribution Guide</a> and <a href="/documentation/latest/./advanced-contribution/">Advanced Contribution Guide</a> discuss how to contribute to Mesos development in more detail.</li>
+</ul>
+
+
+  </div>
+</div>
+
+  </div><!-- /.container -->
+</div><!-- /.content -->
+
+<hr>
+
+
+
+    <!-- footer -->
+    <div class="footer">
+      <div class="container">
+        <div class="col-md-4 social-blk">
+          <span class="social">
+            <a href="https://twitter.com/ApacheMesos"
+              class="twitter-follow-button"
+              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
+              class="twitter-hashtag-button"
+              data-size="large"
+              data-related="ApacheMesos">Tweet #mesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+          </span>
+        </div>
+
+        <div class="col-md-8 trademark">
+          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
+            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
+          <p>
+        </div>
+      </div><!-- /.container -->
+    </div><!-- /.footer -->
+
+    <!-- JS -->
+    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
+    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
+    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
+
+    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
+    <script type="text/javascript">
+    anchors.options = {
+      placement: 'right',
+      ariaLabel: 'Permalink',
+    };
+
+    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
+    // and we do want to put anchors on those.
+    anchors.add('h1, h2, h3, h4, h5, h6');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/reservation/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/reservation/index.html b/content/documentation/reservation/index.html
index 5375511..540e810 100644
--- a/content/documentation/reservation/index.html
+++ b/content/documentation/reservation/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/roadmap/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/roadmap/index.html b/content/documentation/roadmap/index.html
index 017bd5b..e2191ba 100644
--- a/content/documentation/roadmap/index.html
+++ b/content/documentation/roadmap/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/roles/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/roles/index.html b/content/documentation/roles/index.html
index 3685f94..1c0f9ac 100644
--- a/content/documentation/roles/index.html
+++ b/content/documentation/roles/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/sandbox/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/sandbox/index.html b/content/documentation/sandbox/index.html
index bcd4d76..eae2104 100644
--- a/content/documentation/sandbox/index.html
+++ b/content/documentation/sandbox/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/scheduler-http-api/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/scheduler-http-api/index.html b/content/documentation/scheduler-http-api/index.html
index b2fb1fe..504206f 100644
--- a/content/documentation/scheduler-http-api/index.html
+++ b/content/documentation/scheduler-http-api/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/secrets/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/secrets/index.html b/content/documentation/secrets/index.html
index 00f0518..cf348cb 100644
--- a/content/documentation/secrets/index.html
+++ b/content/documentation/secrets/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/shared-resources/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/shared-resources/index.html b/content/documentation/shared-resources/index.html
index bb9acd2..3f4b51f 100644
--- a/content/documentation/shared-resources/index.html
+++ b/content/documentation/shared-resources/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/ssl/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/ssl/index.html b/content/documentation/ssl/index.html
index ce119bf..684e2c8 100644
--- a/content/documentation/ssl/index.html
+++ b/content/documentation/ssl/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/submitting-a-patch/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/submitting-a-patch/index.html b/content/documentation/submitting-a-patch/index.html
deleted file mode 100644
index 3c7ea4a..0000000
--- a/content/documentation/submitting-a-patch/index.html
+++ /dev/null
@@ -1,310 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <title>Apache Mesos - Submitting a Patch</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <meta property="og:locale" content="en_US"/>
-    <meta property="og:type" content="website"/>
-    <meta property="og:title" content="Apache Mesos"/>
-    <meta property="og:site_name" content="Apache Mesos"/>
-    <meta property="og:url" content="http://mesos.apache.org/"/>
-    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta property="og:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <meta name="twitter:card" content="summary"/>
-    <meta name="twitter:site" content="@ApacheMesos"/>
-    <meta name="twitter:title" content="Apache Mesos"/>
-    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta name="twitter:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
-    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
-    <link href="../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
-
-    
-
-    <!-- Google Analytics Magic -->
-    <script type="text/javascript">
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-20226872-1']);
-    _gaq.push(['_setDomainName', 'apache.org']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })();
-    </script>
-    
-  </head>
-  <body>
-    <!-- magical breadcrumbs -->
-    <div class="topnav">
-      <div class="container">
-        <ul class="breadcrumb">
-          <li>
-            <div class="dropdown">
-              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
-                <li><a href="http://www.apache.org">Apache Homepage</a></li>
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-              </ul>
-            </div>
-          </li>
-
-          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
-          
-          
-          <li><a href="/documentation
-/">Documentation
-</a></li>
-          
-          
-        </ul><!-- /.breadcrumb -->
-      </div><!-- /.container -->
-    </div><!-- /.topnav -->
-
-    <!-- navbar excitement -->
-<div class="navbar navbar-default navbar-static-top" role="navigation">
-  <div class="container">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
-      <span class="sr-only">Toggle navigation</span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      </button>
-      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
-    </div><!-- /.navbar-header -->
-
-    <div class="navbar-collapse collapse" id="mesos-menu">
-      <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
-        <li><a href="/blog/">Blog</a></li>
-        <li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Downloads</a></li>
-        <li><a href="/community/">Community</a></li>
-      </ul>
-    </div><!-- /#mesos-menu -->
-  </div><!-- /.container -->
-</div><!-- /.navbar -->
-
-<div class="content">
-  <div class="container">
-    <div class="row-fluid">
-  <div class="col-md-4">
-    <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
-       information about downloading, building, and deploying Mesos.</p>
-
-    <h4>If you'd like to get involved or you're looking for support</h4>
-    <p>See our <a href="/community/">community</a> page for more details.</p>
-  </div>
-  <div class="col-md-8">
-    <h1>Submitting a Patch</h1>
-
-<ul>
-<li>You&rsquo;ve fixed a bug or added a feature and want to contribute it. AWESOME!</li>
-<li>We use <a href="https://issues.apache.org/jira/browse/mesos/">Apache Software Foundation JIRA</a> to track and manage issues. If you don&rsquo;t already have an account, you&rsquo;ll need to create one.</li>
-<li>We use <a href="https://reviews.apache.org">Apache Review Board</a> for code reviews. If you don&rsquo;t already have an account, you&rsquo;ll need to create one (it&rsquo;s separate from your Apache JIRA account).</li>
-<li>Once your JIRA and Review Board accounts are in place please go ahead and create a review or GitHub pull request with an entry for yourself in <a href="https://github.com/apache/mesos/blob/master/docs/contributors.yaml">contributors.yaml</a> file.
-
-<ul>
-<li>The file is used to map contributions to the JIRA and Review Board accounts of their respective authors. We also use this mapping to track contributions of various organizations to Apache Mesos.</li>
-<li>Feel free to omit the <code>affiliations</code> field out in case you do not want your contribution to be atributed to a particular organization.</li>
-<li>In the <code>email</code> field please specify the email that your local git client is setup with.</li>
-</ul>
-</li>
-<li>A code review request should be created for every JIRA that involves a change to the codebase.</li>
-</ul>
-
-
-<h3>Before you start writing code</h3>
-
-<ol>
-<li><p>Check out the code from the Apache repository via Git. Instructions are on the <a href="http://mesos.apache.org/gettingstarted/">Getting Started</a> page.</p></li>
-<li><p>Join the dev, issues, reviews and builds mailing lists by sending emails to <a href="mailto:dev-subscribe@mesos.apache.org">dev-subscribe@mesos.apache.org</a>, <a href="mailto:issues-subscribe@mesos.apache.org">issues-subscribe@mesos.apache.org</a>, <a href="mailto:reviews-subscribe@mesos.apache.org">reviews-subscribe@mesos.apache.org</a> and <a href="mailto:builds-subscribe@mesos.apache.org">builds-subscribe@mesos.apache.org</a> respectively.</p></li>
-<li><p>Find a JIRA issue that is currently unassigned that you want to work on at <a href="https://issues.apache.org/jira/browse/MESOS">JIRA issue tracker</a>, or create your own (you&rsquo;ll need a JIRA account for this, see below)!</p>
-
-<ol>
-<li>This could be a JIRA representing a bug (possibly a bug that you encountered and reported, e.g. when trying to build) or a new feature.</li>
-<li>Prefer working on issues marked as &ldquo;<a href="https://issues.apache.org/jira/browse/MESOS-1?jql=project%20%3D%20MESOS%20AND%20status%20%3D%20Accepted">Accepted</a>&rdquo;, rather than merely &ldquo;Open&rdquo;. If an issue has been accepted, it means at least one Mesos developer thought that the ideas proposed in the issue are worth pursuing further.</li>
-<li>Issues marked with the &ldquo;<a href="https://issues.apache.org/jira/browse/MESOS-1?jql=project%20%3D%20MESOS%20AND%20status%20%3D%20Accepted%20AND%20labels%20%3D%20newbie">newbie</a>&rdquo; label can be good candidates for &ldquo;starter&rdquo; projects.</li>
-</ol>
-</li>
-<li><p>Assign the JIRA to yourself.</p>
-
-<ol>
-<li>You will be able to assign the JIRA to yourself as soon as your pull request with additions to the contributors.yaml file is merged.</li>
-</ol>
-</li>
-<li><p>Formulate a plan for resolving the issue. Propose your plan via comments in the JIRA.</p></li>
-<li><p>Find a <strong>shepherd</strong> to collaborate on your patch. A shepherd is a Mesos committer that will work with you to give you feedback on your proposed design, and to eventually commit your change into the Mesos source tree.</p>
-
-<ol>
-<li>To find a shepherd, email the dev mailing list (include a link to your JIRA issue). You can also try asking by adding a comment to your JIRA issue.</li>
-<li>You can also find a shepherd by asking the developers on IRC (in the <a href="irc://irc.freenode.net/mesos">mesos channel</a> on <a href="https://freenode.net">Freenode</a>). You can find the current list of committers <a href="/documentation/latest/./committers/">here</a>: a developer that has previously worked on the component you are modifying might be a good candidate shepherd.</li>
-</ol>
-</li>
-</ol>
-
-
-<h3>Create your patch</h3>
-
-<ol>
-<li><p>Create one or more test cases to exercise the bug or the feature (the Mesos team uses <a href="http://en.wikipedia.org/wiki/Test-driven_development">test-driven development</a>). Before you start coding, make sure these test cases all fail.</p>
-
-<ol>
-<li>The <a href="/documentation/latest/./testing-patterns/">testing patterns</a> page has some suggestions for writing test cases.</li>
-</ol>
-</li>
-<li><p>Make your changes to the code (using whatever IDE/editor you choose) to actually fix the bug or implement the feature.</p>
-
-<ol>
-<li>Before beginning, please read the <a href="/documentation/latest/./c++-style-guide/">Mesos C++ Style Guide</a>. It is recommended to use the git pre-commit hook (<code>support/hooks/pre-commit</code>) to automatically check for style errors. See the hook script for instructions to enable it.</li>
-<li>Most of your changes will probably be to files inside of <code>BASE_MESOS_DIR</code></li>
-<li>From inside of the root Mesos directory: <code>./bootstrap</code> (Only required if building from git repository).</li>
-<li>To build, we recommend that you don&rsquo;t build inside of the src directory. We recommend you do the following:
-
-<ol>
-<li>From inside of the root Mesos directory: <code>mkdir build &amp;&amp; cd build</code></li>
-<li><code>../configure</code></li>
-<li><code>make</code></li>
-<li>Now all of the files generated by the build process will be contained in the build directory you created, instead of being spread throughout the src directory, which is a bit messier. This is both cleaner, and makes it easy to clean up if you want to get rid of the files generated by <code>configure</code> and <code>make</code>. I.e. You can reset your build process without risking changes you made in the src directory, by simply deleting the build directory, and creating a new one.</li>
-</ol>
-</li>
-</ol>
-</li>
-<li><p>Make sure that all of the unit tests pass, including the new test cases you have added: <code>make check</code>.</p>
-
-<ol>
-<li>To build all tests without executing them, use something like: <code>make tests</code>.</li>
-<li>To execute a single unit test (helpful when trying to debug a test case failure), use something like: <code>make check GTEST_FILTER="HTTPTest.Delete"</code>.</li>
-</ol>
-</li>
-<li><p>Divide your change into one or more Git commits. Each commit should represent a single logical (atomic) change to the Mesos source code: this makes your changes easier to review. For more information, see the <a href="/documentation/latest/./effective-code-reviewing/">reviewer guidelines</a>.</p>
-
-<ol>
-<li>Try to avoid including other, unrelated cleanups (e.g., typo fixes or style nits) in the same commit that makes functional changes. While typo fixes are great, including them in the same commit as functional changes makes the commit history harder to read.</li>
-<li>Developers often make incremental commits to save their progress when working on a change, and then &ldquo;rewrite history&rdquo; (e.g., using <code>git rebase -i</code>) to create a clean set of commits once the change is ready to be reviewed.</li>
-<li>Commit messages should be in past tense. The first sentence should summarize the change; it should start with a capital letter, not exceed 72 characters and end in a period.</li>
-</ol>
-</li>
-<li><p>Make sure to pull in any changes that have been committed to master branch. Using Git, do this via something like:</p>
-
-<ol>
-<li><code>git checkout master</code></li>
-<li><code>git pull</code></li>
-<li><code>git checkout my_branch</code></li>
-<li>Check the output of <code>git diff master</code> and make sure it lists only your changes. If other changes you did not make are listed, try <code>git rebase master</code> to bring your branch up to date with master.</li>
-</ol>
-</li>
-</ol>
-
-
-<h3>Submit your patch</h3>
-
-<ol>
-<li><p>You&rsquo;re ready to submit your patch for review!</p>
-
-<ol>
-<li>Log in or create an account at <a href="http://reviews.apache.org">Apache Review Board</a>.</li>
-<li>The easiest (and recommended) way to submit reviews is through <code>post-reviews.py</code> a wrapper around post-review.</li>
-<li>First, install RBTools. <a href="https://www.reviewboard.org/docs/rbtools/dev/">See Instructions</a>.</li>
-<li>Configure post-review. The easiest method is to symlink to the sample config: <code>ln -s support/reviewboardrc .reviewboardrc</code>.</li>
-<li>Log into Review Board from the command line: run <code>rbt status</code>.</li>
-<li>From your local branch run <code>support/post-reviews.py</code>.</li>
-<li>Note that <code>post-reviews.py</code> creates a new review for every commit on your branch that is different from the <code>master</code>.</li>
-<li>Be sure to add your JIRA issue id (e.g. MESOS-1) to the field labeled &ldquo;Bugs&rdquo; (this will automatically link).</li>
-<li>Add your shepherd under the &ldquo;People&rdquo; field, in the &ldquo;Reviewers&rdquo; section. You should also include other Mesos community members who have contributed to the discussion of your proposed change.</li>
-<li> Under &ldquo;Description&rdquo; in addition to details about your changes, include a description of any documentation pages that need to be added, or are affected by your changes (e.g. did you change or add any configuration options/flags? Did you add a new binary?)</li>
-<li> Under &ldquo;Testing Done&rdquo;, explain what new tests you have created, what tests were modified, and what procedures you went through to test your changes.</li>
-</ol>
-</li>
-<li><p>Wait for a code review from another Mesos developer via Review Board, address their feedback and upload updated patches until you receive a &ldquo;Ship It&rdquo; from a Mesos committer.</p>
-
-<ol>
-<li>If you don&rsquo;t receive any feedback, contact your shepherd to remind them. While the committers try their best to provide prompt feedback on proposed changes, they are busy and sometimes a patch gets overlooked.</li>
-<li>When addressing feedback, adjust your existing commit(s) instead of creating new commits, otherwise <code>post-reviews.py</code> will create a new review (<code>git rebase -i</code> is your friend).</li>
-<li>Review Board comments should be used for code-specific discussions, and JIRA comments for bigger-picture design discussions.</li>
-<li>Always respond to each RB comment that you address directly (i.e. each comment can be responded to directly) with either &ldquo;Done.&rdquo; or a comment explaining how you addressed it.</li>
-<li>If an issue has been raised in the review, please resolve the issue as &ldquo;Fixed&rdquo; or &ldquo;Dropped&rdquo;. If &ldquo;Dropped&rdquo; please add a comment explaining the reason. Also, if your fix warrants a comment (e.g., fixed differently than suggested by the reviewer) please add a comment.</li>
-</ol>
-</li>
-<li><p>After consensus is reached on your JIRA/patch, you&rsquo;re review request will receive a &ldquo;Ship It!&rdquo; from a committer, and then a committer will commit your patch to the git repository. Congratulations and thanks for participating in our community!</p></li>
-<li><p>The last step is to ensure that the necessary documentation gets created or updated so the whole world knows about your new feature or bug fix.</p></li>
-</ol>
-
-
-<h2>Style Guides</h2>
-
-<ul>
-<li>For patches to the core, we ask that you follow the <a href="/documentation/latest/./c++-style-guide/">Mesos C++ Style Guide</a>.</li>
-</ul>
-
-
-  </div>
-</div>
-
-  </div><!-- /.container -->
-</div><!-- /.content -->
-
-<hr>
-
-
-
-    <!-- footer -->
-    <div class="footer">
-      <div class="container">
-        <div class="col-md-4 social-blk">
-          <span class="social">
-            <a href="https://twitter.com/ApacheMesos"
-              class="twitter-follow-button"
-              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
-              class="twitter-hashtag-button"
-              data-size="large"
-              data-related="ApacheMesos">Tweet #mesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-          </span>
-        </div>
-
-        <div class="col-md-8 trademark">
-          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
-            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
-          <p>
-        </div>
-      </div><!-- /.container -->
-    </div><!-- /.footer -->
-
-    <!-- JS -->
-    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
-    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
-    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
-
-    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
-    <script type="text/javascript">
-    anchors.options = {
-      placement: 'right',
-      ariaLabel: 'Permalink',
-    };
-
-    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
-    // and we do want to put anchors on those.
-    anchors.add('h1, h2, h3, h4, h5, h6');
-    </script>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/task-state-reasons/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/task-state-reasons/index.html b/content/documentation/task-state-reasons/index.html
index 9034412..7da5afd 100644
--- a/content/documentation/task-state-reasons/index.html
+++ b/content/documentation/task-state-reasons/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/testing-patterns/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/testing-patterns/index.html b/content/documentation/testing-patterns/index.html
index 98cdf4a..4008910 100644
--- a/content/documentation/testing-patterns/index.html
+++ b/content/documentation/testing-patterns/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/tools/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/tools/index.html b/content/documentation/tools/index.html
index decfd84..cbe8bc0 100644
--- a/content/documentation/tools/index.html
+++ b/content/documentation/tools/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/upgrades/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/upgrades/index.html b/content/documentation/upgrades/index.html
index 1fcac97..a7e59b4 100644
--- a/content/documentation/upgrades/index.html
+++ b/content/documentation/upgrades/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/versioning/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/versioning/index.html b/content/documentation/versioning/index.html
index 6d65dd4..20d8449 100644
--- a/content/documentation/versioning/index.html
+++ b/content/documentation/versioning/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/weights/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/weights/index.html b/content/documentation/weights/index.html
index 07e74f3..354d751 100644
--- a/content/documentation/weights/index.html
+++ b/content/documentation/weights/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/windows/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/windows/index.html b/content/documentation/windows/index.html
index 2282daf..0d2b25a 100644
--- a/content/documentation/windows/index.html
+++ b/content/documentation/windows/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/working-groups/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/working-groups/index.html b/content/documentation/working-groups/index.html
index 2a100b7..7505c98 100644
--- a/content/documentation/working-groups/index.html
+++ b/content/documentation/working-groups/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/downloads/index.html
----------------------------------------------------------------------
diff --git a/content/downloads/index.html b/content/downloads/index.html
index 4f9f1f4..b16fabe 100644
--- a/content/downloads/index.html
+++ b/content/downloads/index.html
@@ -87,7 +87,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -579,7 +579,7 @@
       </p>
 
       <p>Once you have downloaded Mesos, follow the
-        <a href="/gettingstarted/">getting started instructions</a>,
+        <a href="/getting-started/">getting started instructions</a>,
         and take a look at the rest of the
         <a href="/documentation/">Mesos documentation</a>.
       </p>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/getting-started/index.html
----------------------------------------------------------------------
diff --git a/content/getting-started/index.html b/content/getting-started/index.html
new file mode 100644
index 0000000..aab3200
--- /dev/null
+++ b/content/getting-started/index.html
@@ -0,0 +1,186 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Mesos | Getting Started</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <meta property="og:locale" content="en_US"/>
+    <meta property="og:type" content="website"/>
+    <meta property="og:title" content="Apache Mesos"/>
+    <meta property="og:site_name" content="Apache Mesos"/>
+    <meta property="og:url" content="http://mesos.apache.org/"/>
+    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta property="og:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <meta name="twitter:card" content="summary"/>
+    <meta name="twitter:site" content="@ApacheMesos"/>
+    <meta name="twitter:title" content="Apache Mesos"/>
+    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta name="twitter:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
+    <link href="../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+
+    
+
+    <!-- Google Analytics Magic -->
+    <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-20226872-1']);
+    _gaq.push(['_setDomainName', 'apache.org']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+    </script>
+    
+  </head>
+  <body>
+    <!-- magical breadcrumbs -->
+    <div class="topnav">
+      <div class="container">
+        <ul class="breadcrumb">
+          <li>
+            <div class="dropdown">
+              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+                <li><a href="http://www.apache.org">Apache Homepage</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="http://www.apache.org/security/">Security</a></li>
+              </ul>
+            </div>
+          </li>
+
+          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+          
+          <li><a href="/gettingstarted/">Getting Started</a></li>
+          
+        </ul><!-- /.breadcrumb -->
+      </div><!-- /.container -->
+    </div><!-- /.topnav -->
+
+    <!-- navbar excitement -->
+<div class="navbar navbar-default navbar-static-top" role="navigation">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
+    </div><!-- /.navbar-header -->
+
+    <div class="navbar-collapse collapse" id="mesos-menu">
+      <ul class="nav navbar-nav navbar-right">
+        <li><a href="/getting-started/">Getting Started</a></li>
+        <li><a href="/blog/">Blog</a></li>
+        <li><a href="/documentation/latest/">Documentation</a></li>
+        <li><a href="/downloads/">Downloads</a></li>
+        <li><a href="/community/">Community</a></li>
+      </ul>
+    </div><!-- /#mesos-menu -->
+  </div><!-- /.container -->
+</div><!-- /.navbar -->
+
+<div class="content">
+  <div class="container">
+    <div class="row">
+  <div class="col-md-2">
+    <ul class="list-group">
+      <li class="list-group-item"><a href="/documentation/latest/building/">How To Build</a></li>
+      <li class="list-group-item"><a href="/documentation/latest/beginner-contribution">Beginner Contribution</a></li>
+      <li class="list-group-item"><a href="/documentation/latest/advanced-contribution">Advanced Contribution</a></li>
+      <li class="list-group-item"><a href="https://issues.apache.org/jira/browse/MESOS">JIRA Issue Tracker</a></li>
+    </li>
+  </div>
+  <div class="col-md-10">
+    <h1>Getting Started</h1>
+
+
+
+
+<p>For a great introduction to building and running a distributed system with Apache Mesos, watch Benjamin Hindman's <a href="https://www.youtube.com/watch?v=hTcZGODnyf0">talk on YouTube</a>. If anything could be considered <i>required reading</i>, it would be the official white paper: <a href="https://people.eecs.berkeley.edu/~alig/papers/mesos.pdf">Mesos: A Platform for Fine-Grained Resource Sharing in the Data Center</a>.</p>
+
+
+
+
+<div class="row-fluid">
+    <h2 name="building">How To Build</h2>
+    <p>See the <a href="/documentation/latest/building">building documentation</a> to learn how to build Mesos from source on various platforms.</p>
+
+    <h2 name="contribute">Contribute</h2>
+    <p>Read the <a href="/documentation/latest/beginner-contribution">beginner contribution guide</a> for a first-time introduction to the process of contributing to Mesos. For the standard day-to-day workflow for advanced Mesos contributors, read our <a href="/documentation/latest/advanced-contribution">advanced contribution guide</a>. The latter guide also includes information on our core libraries, <b>stout</b> and <b>libprocess</b>, with which new developers should get familiar.</p>
+
+    <h2 name="community">Community</h2>
+    <p>Refer to the <a href="/community">community page</a> for our mailing lists, Slack, IRC, and JIRA issue tracker.</p>
+</div>
+
+
+  </div>
+</div>
+
+  </div><!-- /.container -->
+</div><!-- /.content -->
+
+<hr>
+
+
+
+    <!-- footer -->
+    <div class="footer">
+      <div class="container">
+        <div class="col-md-4 social-blk">
+          <span class="social">
+            <a href="https://twitter.com/ApacheMesos"
+              class="twitter-follow-button"
+              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
+              class="twitter-hashtag-button"
+              data-size="large"
+              data-related="ApacheMesos">Tweet #mesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+          </span>
+        </div>
+
+        <div class="col-md-8 trademark">
+          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
+            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
+          <p>
+        </div>
+      </div><!-- /.container -->
+    </div><!-- /.footer -->
+
+    <!-- JS -->
+    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
+    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
+    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
+
+    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
+    <script type="text/javascript">
+    anchors.options = {
+      placement: 'right',
+      ariaLabel: 'Permalink',
+    };
+
+    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
+    // and we do want to put anchors on those.
+    anchors.add('h1, h2, h3, h4, h5, h6');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/gettingstarted/index.html
----------------------------------------------------------------------
diff --git a/content/gettingstarted/index.html b/content/gettingstarted/index.html
deleted file mode 100644
index ae4387a..0000000
--- a/content/gettingstarted/index.html
+++ /dev/null
@@ -1,445 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <title>Apache Mesos - Getting Started</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <meta property="og:locale" content="en_US"/>
-    <meta property="og:type" content="website"/>
-    <meta property="og:title" content="Apache Mesos"/>
-    <meta property="og:site_name" content="Apache Mesos"/>
-    <meta property="og:url" content="http://mesos.apache.org/"/>
-    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta property="og:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <meta name="twitter:card" content="summary"/>
-    <meta name="twitter:site" content="@ApacheMesos"/>
-    <meta name="twitter:title" content="Apache Mesos"/>
-    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta name="twitter:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
-    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
-    <link href="../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
-
-    
-
-    <!-- Google Analytics Magic -->
-    <script type="text/javascript">
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-20226872-1']);
-    _gaq.push(['_setDomainName', 'apache.org']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })();
-    </script>
-    
-  </head>
-  <body>
-    <!-- magical breadcrumbs -->
-    <div class="topnav">
-      <div class="container">
-        <ul class="breadcrumb">
-          <li>
-            <div class="dropdown">
-              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
-                <li><a href="http://www.apache.org">Apache Homepage</a></li>
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-              </ul>
-            </div>
-          </li>
-
-          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
-          
-          
-          <li><a href="/documentation
-/">Documentation
-</a></li>
-          
-          
-        </ul><!-- /.breadcrumb -->
-      </div><!-- /.container -->
-    </div><!-- /.topnav -->
-
-    <!-- navbar excitement -->
-<div class="navbar navbar-default navbar-static-top" role="navigation">
-  <div class="container">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
-      <span class="sr-only">Toggle navigation</span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      </button>
-      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
-    </div><!-- /.navbar-header -->
-
-    <div class="navbar-collapse collapse" id="mesos-menu">
-      <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
-        <li><a href="/blog/">Blog</a></li>
-        <li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Downloads</a></li>
-        <li><a href="/community/">Community</a></li>
-      </ul>
-    </div><!-- /#mesos-menu -->
-  </div><!-- /.container -->
-</div><!-- /.navbar -->
-
-<div class="content">
-  <div class="container">
-    <div class="row-fluid">
-  <div class="col-md-4">
-    <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
-       information about downloading, building, and deploying Mesos.</p>
-
-    <h4>If you'd like to get involved or you're looking for support</h4>
-    <p>See our <a href="/community/">community</a> page for more details.</p>
-  </div>
-  <div class="col-md-8">
-    <h1>Getting Started</h1>
-
-<h2>Downloading Mesos</h2>
-
-<p>There are different ways you can get Mesos:</p>
-
-<p>1. Download the latest stable release from <a href="http://mesos.apache.org/downloads/">Apache</a> (<strong><em>Recommended</em></strong>)</p>
-
-<pre><code>$ wget http://www.apache.org/dist/mesos/1.4.0/mesos-1.4.0.tar.gz
-$ tar -zxf mesos-1.4.0.tar.gz
-</code></pre>
-
-<p>2. Clone the Mesos git <a href="https://git-wip-us.apache.org/repos/asf/mesos.git">repository</a> (<strong><em>Advanced Users Only</em></strong>)</p>
-
-<pre><code>$ git clone https://git-wip-us.apache.org/repos/asf/mesos.git
-</code></pre>
-
-<p><em>NOTE: If you have problems running the above commands, you may need to first run through the </em><strong>System Requirements</strong><em> section below to install the <code>wget</code>, <code>tar</code>, and <code>git</code> utilities for your system.</em></p>
-
-<h2>System Requirements</h2>
-
-<p>Mesos runs on Linux (64 Bit) and Mac OS X (64 Bit). To build Mesos from source, GCC 4.8.1+ or Clang 3.5+ is required.</p>
-
-<p>On Linux, a kernel version >= 2.6.23 is required at both build time and run time. For full support of process isolation under Linux a recent kernel >= 3.10 is required.</p>
-
-<p>The Mesos agent also runs on Windows. To build Mesos from source, follow the instructions in the <a href="/documentation/latest/./windows/">Windows</a> section.</p>
-
-<p>Make sure your hostname is resolvable via DNS or via <code>/etc/hosts</code> to allow full support of Docker&rsquo;s host-networking capabilities, needed for some of the Mesos tests. When in doubt, please validate that <code>/etc/hosts</code> contains your hostname.</p>
-
-<h3>Ubuntu 14.04</h3>
-
-<p>Following are the instructions for stock Ubuntu 14.04. If you are using a different OS, please install the packages accordingly.</p>
-
-<pre><code># Update the packages.
-$ sudo apt-get update
-
-# Install a few utility tools.
-$ sudo apt-get install -y tar wget git
-
-# Install the latest OpenJDK.
-$ sudo apt-get install -y openjdk-7-jdk
-
-# Install autotools (Only necessary if building from git repository).
-$ sudo apt-get install -y autoconf libtool
-
-# Install other Mesos dependencies.
-$ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev
-</code></pre>
-
-<h3>Ubuntu 16.04</h3>
-
-<p>Following are the instructions for stock Ubuntu 16.04. If you are using a different OS, please install the packages accordingly.</p>
-
-<pre><code># Update the packages.
-$ sudo apt-get update
-
-# Install a few utility tools.
-$ sudo apt-get install -y tar wget git
-
-# Install the latest OpenJDK.
-$ sudo apt-get install -y openjdk-8-jdk
-
-# Install autotools (Only necessary if building from git repository).
-$ sudo apt-get install -y autoconf libtool
-
-# Install other Mesos dependencies.
-$ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev zlib1g-dev
-</code></pre>
-
-<h3>Mac OS X 10.11 (El Capitan), macOS 10.12 (Sierra)</h3>
-
-<p>Following are the instructions for Mac OS X El Capitan. When building Mesos with the Apple-provided toolchain, the Command Line Tools from XCode >= 8.0 are required; XCode 8 requires Mac OS X 10.11.5 or newer.</p>
-
-<pre><code># Install Command Line Tools. The Command Line Tools from XCode &gt;= 8.0 are required.
-$ xcode-select --install
-
-# Install Homebrew.
-$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
-# Install Java.
-$ brew install Caskroom/cask/java
-
-# Install libraries.
-$ brew install wget git autoconf automake libtool subversion maven
-
-# Install Python dependencies.
-$ sudo easy_install pip
-$ pip install virtualenv
-</code></pre>
-
-<p>When compiling on macOS 10.12, the following is needed:</p>
-
-<pre><code># There is an incompatiblity with the system installed svn and apr headers.
-# We need the svn and apr headers from a brew installation of subversion.
-# You may need to unlink the existing version of subversion installed via
-# brew in order to configure correctly.
-$ brew unlink subversion # (If already installed)
-$ brew install subversion
-
-# When configuring, the svn and apr headers from brew will be automatically
-# detected, so no need to explicitly point to them. Also,
-# `-Wno-deprecated-declarations` is needed to suppress warnings.
-$ ../configure CXXFLAGS=-Wno-deprecated-declarations
-
-# Lastly, you may encounter the following error when the libprocess tests run:
-$ ./libprocess-tests
-Failed to obtain the IP address for '&lt;hostname&gt;'; the DNS service may not be able to resolve it: nodename nor servname provided, or not known
-
-# If so, turn on 'Remote Login' within System Preferences &gt; Sharing to resolve the issue.
-</code></pre>
-
-<p><em>NOTE: When upgrading from Yosemite to El Capitan, make sure to rerun <code>xcode-select --install</code> after the upgrade.</em></p>
-
-<h3>CentOS 6.6</h3>
-
-<p>Following are the instructions for stock CentOS 6.6. If you are using a different OS, please install the packages accordingly.</p>
-
-<pre><code># Install a recent kernel for full support of process isolation.
-$ sudo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
-$ sudo rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm
-$ sudo yum --enablerepo=elrepo-kernel install -y kernel-lt
-
-# Make the just installed kernel the one booted by default, and reboot.
-$ sudo sed -i 's/default=1/default=0/g' /boot/grub/grub.conf
-$ sudo reboot
-
-# Install a few utility tools. This also forces an update of `nss`,
-# which is necessary for the Java bindings to build properly.
-$ sudo yum install -y tar wget git which nss
-
-# 'Mesos &gt; 0.21.0' requires a C++ compiler with full C++11 support,
-# (e.g. GCC &gt; 4.8) which is available via 'devtoolset-2'.
-# Fetch the Scientific Linux CERN devtoolset repo file.
-$ sudo wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo
-
-# Import the CERN GPG key.
-$ sudo rpm --import http://linuxsoft.cern.ch/cern/centos/7/os/x86_64/RPM-GPG-KEY-cern
-
-# Fetch the Apache Maven repo file.
-$ sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
-
-# 'Mesos &gt; 0.21.0' requires 'subversion &gt; 1.8' devel package, which is
-# not available in the default repositories.
-# Create a WANdisco SVN repo file to install the correct version:
-$ sudo bash -c 'cat &gt; /etc/yum.repos.d/wandisco-svn.repo &lt;&lt;EOF
-[WANdiscoSVN]
-name=WANdisco SVN Repo 1.8
-enabled=1
-baseurl=http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/$basearch/
-gpgcheck=1
-gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
-EOF'
-
-# Install essential development tools.
-$ sudo yum groupinstall -y "Development Tools"
-
-# Install 'devtoolset-2-toolchain' which includes GCC 4.8.2 and related packages.
-$ sudo yum install -y devtoolset-2-toolchain
-
-# Install other Mesos dependencies.
-$ sudo yum install -y apache-maven python-devel python-six python-virtualenv java-1.7.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-util-devel
-
-# Enter a shell with 'devtoolset-2' enabled.
-$ scl enable devtoolset-2 bash
-$ g++ --version  # Make sure you've got GCC &gt; 4.8!
-
-# Process isolation is using cgroups that are managed by 'cgconfig'.
-# The 'cgconfig' service is not started by default on CentOS 6.6.
-# Also the default configuration does not attach the 'perf_event' subsystem.
-# To do this, add 'perf_event = /cgroup/perf_event;' to the entries in '/etc/cgconfig.conf'.
-$ sudo yum install -y libcgroup
-$ sudo service cgconfig start
-</code></pre>
-
-<h3>CentOS 7.1</h3>
-
-<p>Following are the instructions for stock CentOS 7.1. If you are using a different OS, please install the packages accordingly.</p>
-
-<pre><code># Install a few utility tools
-$ sudo yum install -y tar wget git
-
-# Fetch the Apache Maven repo file.
-$ sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
-
-# Install the EPEL repo so that we can pull in 'libserf-1' as part of our
-# subversion install below.
-$ sudo yum install -y epel-release
-
-# 'Mesos &gt; 0.21.0' requires 'subversion &gt; 1.8' devel package,
-# which is not available in the default repositories.
-# Create a WANdisco SVN repo file to install the correct version:
-$ sudo bash -c 'cat &gt; /etc/yum.repos.d/wandisco-svn.repo &lt;&lt;EOF
-[WANdiscoSVN]
-name=WANdisco SVN Repo 1.9
-enabled=1
-baseurl=http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/\$basearch/
-gpgcheck=1
-gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
-EOF'
-
-# Parts of Mesos require systemd in order to operate. However, Mesos
-# only supports versions of systemd that contain the 'Delegate' flag.
-# This flag was first introduced in 'systemd version 218', which is
-# lower than the default version installed by centos. Luckily, centos
-# 7.1 has a patched 'systemd &lt; 218' that contains the 'Delegate' flag.
-# Explicity update systemd to this patched version.
-$ sudo yum update systemd
-
-# Install essential development tools.
-$ sudo yum groupinstall -y "Development Tools"
-
-# Install other Mesos dependencies.
-$ sudo yum install -y apache-maven python-devel python-six python-virtualenv java-1.8.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-util-devel
-</code></pre>
-
-<h3>Windows</h3>
-
-<p>Follow the instructions in the <a href="/documentation/latest/./windows/">Windows</a> section.</p>
-
-<h2>Building Mesos (Posix)</h2>
-
-<pre><code># Change working directory.
-$ cd mesos
-
-# Bootstrap (Only required if building from git repository).
-$ ./bootstrap
-
-# Configure and build.
-$ mkdir build
-$ cd build
-$ ../configure
-$ make
-</code></pre>
-
-<p>In order to speed up the build and reduce verbosity of the logs, you can append <code>-j &lt;number of cores&gt; V=0</code> to <code>make</code>.</p>
-
-<pre><code># Run test suite.
-$ make check
-
-# Install (Optional).
-$ make install
-</code></pre>
-
-<h2>Examples</h2>
-
-<p>Mesos comes bundled with example frameworks written in C++, Java and Python.
-The framework binaries will only be available after running <code>make check</code>, as
-described in the <strong><em>Building Mesos</em></strong> section above.</p>
-
-<pre><code># Change into build directory.
-$ cd build
-
-# Start Mesos master (ensure work directory exists and has proper permissions).
-$ ./bin/mesos-master.sh --ip=127.0.0.1 --work_dir=/var/lib/mesos
-
-# Start Mesos agent (ensure work directory exists and has proper permissions).
-$ ./bin/mesos-agent.sh --master=127.0.0.1:5050 --work_dir=/var/lib/mesos
-
-# Visit the Mesos web page.
-$ http://127.0.0.1:5050
-
-# Run C++ framework (exits after successfully running some tasks).
-$ ./src/test-framework --master=127.0.0.1:5050
-
-# Run Java framework (exits after successfully running some tasks).
-$ ./src/examples/java/test-framework 127.0.0.1:5050
-
-# Run Python framework (exits after successfully running some tasks).
-$ ./src/examples/python/test-framework 127.0.0.1:5050
-</code></pre>
-
-<p><em>Note: These examples assume you are running Mesos on your local machine.
-Following them will not allow you to access the Mesos web page in a production
-environment (e.g. on AWS). For that you will need to specify the actual IP of
-your host when launching the Mesos master and ensure your firewall settings
-allow access to port 5050 from the outside world.</em></p>
-
-  </div>
-</div>
-
-  </div><!-- /.container -->
-</div><!-- /.content -->
-
-<hr>
-
-
-
-    <!-- footer -->
-    <div class="footer">
-      <div class="container">
-        <div class="col-md-4 social-blk">
-          <span class="social">
-            <a href="https://twitter.com/ApacheMesos"
-              class="twitter-follow-button"
-              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
-              class="twitter-hashtag-button"
-              data-size="large"
-              data-related="ApacheMesos">Tweet #mesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-          </span>
-        </div>
-
-        <div class="col-md-8 trademark">
-          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
-            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
-          <p>
-        </div>
-      </div><!-- /.container -->
-    </div><!-- /.footer -->
-
-    <!-- JS -->
-    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
-    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
-    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
-
-    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
-    <script type="text/javascript">
-    anchors.options = {
-      placement: 'right',
-      ariaLabel: 'Permalink',
-    };
-
-    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
-    // and we do want to put anchors on those.
-    anchors.add('h1, h2, h3, h4, h5, h6');
-    </script>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index 35dc030..9003b44 100644
--- a/content/index.html
+++ b/content/index.html
@@ -85,7 +85,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/release-plan/index.html
----------------------------------------------------------------------
diff --git a/content/release-plan/index.html b/content/release-plan/index.html
index 9046f2c..261cf5d 100644
--- a/content/release-plan/index.html
+++ b/content/release-plan/index.html
@@ -87,7 +87,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/sitemap.xml
----------------------------------------------------------------------
diff --git a/content/sitemap.xml b/content/sitemap.xml
index 15b5783..dac7b47 100644
--- a/content/sitemap.xml
+++ b/content/sitemap.xml
@@ -16105,10 +16105,6 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/reporting-a-bug/</loc>
-    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
-  </url>
-  <url>
     <loc>http://mesos.apache.org/documentation/latest/container-volume/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -16133,6 +16129,10 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
+    <loc>http://mesos.apache.org/documentation/latest/reporting-an-issue/</loc>
+    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
+  </url>
+  <url>
     <loc>http://mesos.apache.org/documentation/latest/isolators/filesystem-shared/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -16205,6 +16205,10 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
+    <loc>http://mesos.apache.org/documentation/latest/building/</loc>
+    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
+  </url>
+  <url>
     <loc>http://mesos.apache.org/documentation/latest/fetcher/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -16301,6 +16305,10 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
+    <loc>http://mesos.apache.org/documentation/latest/beginner-contribution/</loc>
+    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
+  </url>
+  <url>
     <loc>http://mesos.apache.org/documentation/latest/containerizers/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -16325,6 +16333,10 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
+    <loc>http://mesos.apache.org/documentation/latest/advanced-contribution/</loc>
+    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
+  </url>
+  <url>
     <loc>http://mesos.apache.org/documentation/latest/configuration/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -16357,10 +16369,6 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/newbie-guide/</loc>
-    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
-  </url>
-  <url>
     <loc>http://mesos.apache.org/documentation/latest/documentation-guide/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -16381,10 +16389,6 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/submitting-a-patch/</loc>
-    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
-  </url>
-  <url>
     <loc>http://mesos.apache.org/documentation/latest/scheduler-http-api/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -16661,10 +16665,6 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/latest/getting-started/</loc>
-    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
-  </url>
-  <url>
     <loc>http://mesos.apache.org/documentation/latest/testing-patterns/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -16921,11 +16921,11 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/</loc>
+    <loc>http://mesos.apache.org/getting-started/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/gettingstarted/</loc>
+    <loc>http://mesos.apache.org/documentation/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
@@ -16957,10 +16957,6 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/reporting-a-bug/</loc>
-    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
-  </url>
-  <url>
     <loc>http://mesos.apache.org/documentation/container-volume/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -16985,6 +16981,10 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
+    <loc>http://mesos.apache.org/documentation/reporting-an-issue/</loc>
+    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
+  </url>
+  <url>
     <loc>http://mesos.apache.org/documentation/monitoring/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -17005,6 +17005,10 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
+    <loc>http://mesos.apache.org/documentation/building/</loc>
+    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
+  </url>
+  <url>
     <loc>http://mesos.apache.org/documentation/fetcher/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -17077,6 +17081,10 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
+    <loc>http://mesos.apache.org/documentation/beginner-contribution/</loc>
+    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
+  </url>
+  <url>
     <loc>http://mesos.apache.org/documentation/containerizers/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -17101,6 +17109,10 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
+    <loc>http://mesos.apache.org/documentation/advanced-contribution/</loc>
+    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
+  </url>
+  <url>
     <loc>http://mesos.apache.org/documentation/configuration/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -17133,10 +17145,6 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/newbie-guide/</loc>
-    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
-  </url>
-  <url>
     <loc>http://mesos.apache.org/documentation/documentation-guide/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -17157,10 +17165,6 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/submitting-a-patch/</loc>
-    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
-  </url>
-  <url>
     <loc>http://mesos.apache.org/documentation/scheduler-http-api/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
@@ -17233,10 +17237,6 @@
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>
   <url>
-    <loc>http://mesos.apache.org/documentation/getting-started/</loc>
-    <lastmod>2017-10-20T00:00:00+00:00</lastmod>
-  </url>
-  <url>
     <loc>http://mesos.apache.org/documentation/testing-patterns/</loc>
     <lastmod>2017-10-20T00:00:00+00:00</lastmod>
   </url>


[6/8] mesos-site git commit: Updated the website built from mesos SHA: 549fa61.

Posted by gi...@apache.org.
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/doxygen-style-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/doxygen-style-guide/index.html b/content/documentation/doxygen-style-guide/index.html
index bc454e6..8cc443e 100644
--- a/content/documentation/doxygen-style-guide/index.html
+++ b/content/documentation/doxygen-style-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/effective-code-reviewing/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/effective-code-reviewing/index.html b/content/documentation/effective-code-reviewing/index.html
index dfd5077..2557601 100644
--- a/content/documentation/effective-code-reviewing/index.html
+++ b/content/documentation/effective-code-reviewing/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/engineering-principles-and-practices/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/engineering-principles-and-practices/index.html b/content/documentation/engineering-principles-and-practices/index.html
index 1579033..72958b6 100644
--- a/content/documentation/engineering-principles-and-practices/index.html
+++ b/content/documentation/engineering-principles-and-practices/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/executor-http-api/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/executor-http-api/index.html b/content/documentation/executor-http-api/index.html
index b52dc36..ceb98af 100644
--- a/content/documentation/executor-http-api/index.html
+++ b/content/documentation/executor-http-api/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/fetcher-cache-internals/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/fetcher-cache-internals/index.html b/content/documentation/fetcher-cache-internals/index.html
index 23e9be8..ce2f72c 100644
--- a/content/documentation/fetcher-cache-internals/index.html
+++ b/content/documentation/fetcher-cache-internals/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/fetcher/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/fetcher/index.html b/content/documentation/fetcher/index.html
index 6ceddcc..8bf8ae0 100644
--- a/content/documentation/fetcher/index.html
+++ b/content/documentation/fetcher/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/framework-rate-limiting/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/framework-rate-limiting/index.html b/content/documentation/framework-rate-limiting/index.html
index 32f15b6..38467c6 100644
--- a/content/documentation/framework-rate-limiting/index.html
+++ b/content/documentation/framework-rate-limiting/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/frameworks/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/frameworks/index.html b/content/documentation/frameworks/index.html
index 1adef5f..51faa8c 100644
--- a/content/documentation/frameworks/index.html
+++ b/content/documentation/frameworks/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/getting-started/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/getting-started/index.html b/content/documentation/getting-started/index.html
deleted file mode 100644
index de8db5c..0000000
--- a/content/documentation/getting-started/index.html
+++ /dev/null
@@ -1,445 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <title>Apache Mesos - Getting Started</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <meta property="og:locale" content="en_US"/>
-    <meta property="og:type" content="website"/>
-    <meta property="og:title" content="Apache Mesos"/>
-    <meta property="og:site_name" content="Apache Mesos"/>
-    <meta property="og:url" content="http://mesos.apache.org/"/>
-    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta property="og:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <meta name="twitter:card" content="summary"/>
-    <meta name="twitter:site" content="@ApacheMesos"/>
-    <meta name="twitter:title" content="Apache Mesos"/>
-    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta name="twitter:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
-    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
-    <link href="../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
-
-    
-
-    <!-- Google Analytics Magic -->
-    <script type="text/javascript">
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-20226872-1']);
-    _gaq.push(['_setDomainName', 'apache.org']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })();
-    </script>
-    
-  </head>
-  <body>
-    <!-- magical breadcrumbs -->
-    <div class="topnav">
-      <div class="container">
-        <ul class="breadcrumb">
-          <li>
-            <div class="dropdown">
-              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
-                <li><a href="http://www.apache.org">Apache Homepage</a></li>
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-              </ul>
-            </div>
-          </li>
-
-          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
-          
-          
-          <li><a href="/documentation
-/">Documentation
-</a></li>
-          
-          
-        </ul><!-- /.breadcrumb -->
-      </div><!-- /.container -->
-    </div><!-- /.topnav -->
-
-    <!-- navbar excitement -->
-<div class="navbar navbar-default navbar-static-top" role="navigation">
-  <div class="container">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
-      <span class="sr-only">Toggle navigation</span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      </button>
-      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
-    </div><!-- /.navbar-header -->
-
-    <div class="navbar-collapse collapse" id="mesos-menu">
-      <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
-        <li><a href="/blog/">Blog</a></li>
-        <li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Downloads</a></li>
-        <li><a href="/community/">Community</a></li>
-      </ul>
-    </div><!-- /#mesos-menu -->
-  </div><!-- /.container -->
-</div><!-- /.navbar -->
-
-<div class="content">
-  <div class="container">
-    <div class="row-fluid">
-  <div class="col-md-4">
-    <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
-       information about downloading, building, and deploying Mesos.</p>
-
-    <h4>If you'd like to get involved or you're looking for support</h4>
-    <p>See our <a href="/community/">community</a> page for more details.</p>
-  </div>
-  <div class="col-md-8">
-    <h1>Getting Started</h1>
-
-<h2>Downloading Mesos</h2>
-
-<p>There are different ways you can get Mesos:</p>
-
-<p>1. Download the latest stable release from <a href="http://mesos.apache.org/downloads/">Apache</a> (<strong><em>Recommended</em></strong>)</p>
-
-<pre><code>$ wget http://www.apache.org/dist/mesos/1.4.0/mesos-1.4.0.tar.gz
-$ tar -zxf mesos-1.4.0.tar.gz
-</code></pre>
-
-<p>2. Clone the Mesos git <a href="https://git-wip-us.apache.org/repos/asf/mesos.git">repository</a> (<strong><em>Advanced Users Only</em></strong>)</p>
-
-<pre><code>$ git clone https://git-wip-us.apache.org/repos/asf/mesos.git
-</code></pre>
-
-<p><em>NOTE: If you have problems running the above commands, you may need to first run through the </em><strong>System Requirements</strong><em> section below to install the <code>wget</code>, <code>tar</code>, and <code>git</code> utilities for your system.</em></p>
-
-<h2>System Requirements</h2>
-
-<p>Mesos runs on Linux (64 Bit) and Mac OS X (64 Bit). To build Mesos from source, GCC 4.8.1+ or Clang 3.5+ is required.</p>
-
-<p>On Linux, a kernel version >= 2.6.23 is required at both build time and run time. For full support of process isolation under Linux a recent kernel >= 3.10 is required.</p>
-
-<p>The Mesos agent also runs on Windows. To build Mesos from source, follow the instructions in the <a href="/documentation/latest/./windows/">Windows</a> section.</p>
-
-<p>Make sure your hostname is resolvable via DNS or via <code>/etc/hosts</code> to allow full support of Docker&rsquo;s host-networking capabilities, needed for some of the Mesos tests. When in doubt, please validate that <code>/etc/hosts</code> contains your hostname.</p>
-
-<h3>Ubuntu 14.04</h3>
-
-<p>Following are the instructions for stock Ubuntu 14.04. If you are using a different OS, please install the packages accordingly.</p>
-
-<pre><code># Update the packages.
-$ sudo apt-get update
-
-# Install a few utility tools.
-$ sudo apt-get install -y tar wget git
-
-# Install the latest OpenJDK.
-$ sudo apt-get install -y openjdk-7-jdk
-
-# Install autotools (Only necessary if building from git repository).
-$ sudo apt-get install -y autoconf libtool
-
-# Install other Mesos dependencies.
-$ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev
-</code></pre>
-
-<h3>Ubuntu 16.04</h3>
-
-<p>Following are the instructions for stock Ubuntu 16.04. If you are using a different OS, please install the packages accordingly.</p>
-
-<pre><code># Update the packages.
-$ sudo apt-get update
-
-# Install a few utility tools.
-$ sudo apt-get install -y tar wget git
-
-# Install the latest OpenJDK.
-$ sudo apt-get install -y openjdk-8-jdk
-
-# Install autotools (Only necessary if building from git repository).
-$ sudo apt-get install -y autoconf libtool
-
-# Install other Mesos dependencies.
-$ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev zlib1g-dev
-</code></pre>
-
-<h3>Mac OS X 10.11 (El Capitan), macOS 10.12 (Sierra)</h3>
-
-<p>Following are the instructions for Mac OS X El Capitan. When building Mesos with the Apple-provided toolchain, the Command Line Tools from XCode >= 8.0 are required; XCode 8 requires Mac OS X 10.11.5 or newer.</p>
-
-<pre><code># Install Command Line Tools. The Command Line Tools from XCode &gt;= 8.0 are required.
-$ xcode-select --install
-
-# Install Homebrew.
-$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
-# Install Java.
-$ brew install Caskroom/cask/java
-
-# Install libraries.
-$ brew install wget git autoconf automake libtool subversion maven
-
-# Install Python dependencies.
-$ sudo easy_install pip
-$ pip install virtualenv
-</code></pre>
-
-<p>When compiling on macOS 10.12, the following is needed:</p>
-
-<pre><code># There is an incompatiblity with the system installed svn and apr headers.
-# We need the svn and apr headers from a brew installation of subversion.
-# You may need to unlink the existing version of subversion installed via
-# brew in order to configure correctly.
-$ brew unlink subversion # (If already installed)
-$ brew install subversion
-
-# When configuring, the svn and apr headers from brew will be automatically
-# detected, so no need to explicitly point to them. Also,
-# `-Wno-deprecated-declarations` is needed to suppress warnings.
-$ ../configure CXXFLAGS=-Wno-deprecated-declarations
-
-# Lastly, you may encounter the following error when the libprocess tests run:
-$ ./libprocess-tests
-Failed to obtain the IP address for '&lt;hostname&gt;'; the DNS service may not be able to resolve it: nodename nor servname provided, or not known
-
-# If so, turn on 'Remote Login' within System Preferences &gt; Sharing to resolve the issue.
-</code></pre>
-
-<p><em>NOTE: When upgrading from Yosemite to El Capitan, make sure to rerun <code>xcode-select --install</code> after the upgrade.</em></p>
-
-<h3>CentOS 6.6</h3>
-
-<p>Following are the instructions for stock CentOS 6.6. If you are using a different OS, please install the packages accordingly.</p>
-
-<pre><code># Install a recent kernel for full support of process isolation.
-$ sudo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
-$ sudo rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm
-$ sudo yum --enablerepo=elrepo-kernel install -y kernel-lt
-
-# Make the just installed kernel the one booted by default, and reboot.
-$ sudo sed -i 's/default=1/default=0/g' /boot/grub/grub.conf
-$ sudo reboot
-
-# Install a few utility tools. This also forces an update of `nss`,
-# which is necessary for the Java bindings to build properly.
-$ sudo yum install -y tar wget git which nss
-
-# 'Mesos &gt; 0.21.0' requires a C++ compiler with full C++11 support,
-# (e.g. GCC &gt; 4.8) which is available via 'devtoolset-2'.
-# Fetch the Scientific Linux CERN devtoolset repo file.
-$ sudo wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo
-
-# Import the CERN GPG key.
-$ sudo rpm --import http://linuxsoft.cern.ch/cern/centos/7/os/x86_64/RPM-GPG-KEY-cern
-
-# Fetch the Apache Maven repo file.
-$ sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
-
-# 'Mesos &gt; 0.21.0' requires 'subversion &gt; 1.8' devel package, which is
-# not available in the default repositories.
-# Create a WANdisco SVN repo file to install the correct version:
-$ sudo bash -c 'cat &gt; /etc/yum.repos.d/wandisco-svn.repo &lt;&lt;EOF
-[WANdiscoSVN]
-name=WANdisco SVN Repo 1.8
-enabled=1
-baseurl=http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/$basearch/
-gpgcheck=1
-gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
-EOF'
-
-# Install essential development tools.
-$ sudo yum groupinstall -y "Development Tools"
-
-# Install 'devtoolset-2-toolchain' which includes GCC 4.8.2 and related packages.
-$ sudo yum install -y devtoolset-2-toolchain
-
-# Install other Mesos dependencies.
-$ sudo yum install -y apache-maven python-devel python-six python-virtualenv java-1.7.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-util-devel
-
-# Enter a shell with 'devtoolset-2' enabled.
-$ scl enable devtoolset-2 bash
-$ g++ --version  # Make sure you've got GCC &gt; 4.8!
-
-# Process isolation is using cgroups that are managed by 'cgconfig'.
-# The 'cgconfig' service is not started by default on CentOS 6.6.
-# Also the default configuration does not attach the 'perf_event' subsystem.
-# To do this, add 'perf_event = /cgroup/perf_event;' to the entries in '/etc/cgconfig.conf'.
-$ sudo yum install -y libcgroup
-$ sudo service cgconfig start
-</code></pre>
-
-<h3>CentOS 7.1</h3>
-
-<p>Following are the instructions for stock CentOS 7.1. If you are using a different OS, please install the packages accordingly.</p>
-
-<pre><code># Install a few utility tools
-$ sudo yum install -y tar wget git
-
-# Fetch the Apache Maven repo file.
-$ sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
-
-# Install the EPEL repo so that we can pull in 'libserf-1' as part of our
-# subversion install below.
-$ sudo yum install -y epel-release
-
-# 'Mesos &gt; 0.21.0' requires 'subversion &gt; 1.8' devel package,
-# which is not available in the default repositories.
-# Create a WANdisco SVN repo file to install the correct version:
-$ sudo bash -c 'cat &gt; /etc/yum.repos.d/wandisco-svn.repo &lt;&lt;EOF
-[WANdiscoSVN]
-name=WANdisco SVN Repo 1.9
-enabled=1
-baseurl=http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/\$basearch/
-gpgcheck=1
-gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
-EOF'
-
-# Parts of Mesos require systemd in order to operate. However, Mesos
-# only supports versions of systemd that contain the 'Delegate' flag.
-# This flag was first introduced in 'systemd version 218', which is
-# lower than the default version installed by centos. Luckily, centos
-# 7.1 has a patched 'systemd &lt; 218' that contains the 'Delegate' flag.
-# Explicity update systemd to this patched version.
-$ sudo yum update systemd
-
-# Install essential development tools.
-$ sudo yum groupinstall -y "Development Tools"
-
-# Install other Mesos dependencies.
-$ sudo yum install -y apache-maven python-devel python-six python-virtualenv java-1.8.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-util-devel
-</code></pre>
-
-<h3>Windows</h3>
-
-<p>Follow the instructions in the <a href="/documentation/latest/./windows/">Windows</a> section.</p>
-
-<h2>Building Mesos (Posix)</h2>
-
-<pre><code># Change working directory.
-$ cd mesos
-
-# Bootstrap (Only required if building from git repository).
-$ ./bootstrap
-
-# Configure and build.
-$ mkdir build
-$ cd build
-$ ../configure
-$ make
-</code></pre>
-
-<p>In order to speed up the build and reduce verbosity of the logs, you can append <code>-j &lt;number of cores&gt; V=0</code> to <code>make</code>.</p>
-
-<pre><code># Run test suite.
-$ make check
-
-# Install (Optional).
-$ make install
-</code></pre>
-
-<h2>Examples</h2>
-
-<p>Mesos comes bundled with example frameworks written in C++, Java and Python.
-The framework binaries will only be available after running <code>make check</code>, as
-described in the <strong><em>Building Mesos</em></strong> section above.</p>
-
-<pre><code># Change into build directory.
-$ cd build
-
-# Start Mesos master (ensure work directory exists and has proper permissions).
-$ ./bin/mesos-master.sh --ip=127.0.0.1 --work_dir=/var/lib/mesos
-
-# Start Mesos agent (ensure work directory exists and has proper permissions).
-$ ./bin/mesos-agent.sh --master=127.0.0.1:5050 --work_dir=/var/lib/mesos
-
-# Visit the Mesos web page.
-$ http://127.0.0.1:5050
-
-# Run C++ framework (exits after successfully running some tasks).
-$ ./src/test-framework --master=127.0.0.1:5050
-
-# Run Java framework (exits after successfully running some tasks).
-$ ./src/examples/java/test-framework 127.0.0.1:5050
-
-# Run Python framework (exits after successfully running some tasks).
-$ ./src/examples/python/test-framework 127.0.0.1:5050
-</code></pre>
-
-<p><em>Note: These examples assume you are running Mesos on your local machine.
-Following them will not allow you to access the Mesos web page in a production
-environment (e.g. on AWS). For that you will need to specify the actual IP of
-your host when launching the Mesos master and ensure your firewall settings
-allow access to port 5050 from the outside world.</em></p>
-
-  </div>
-</div>
-
-  </div><!-- /.container -->
-</div><!-- /.content -->
-
-<hr>
-
-
-
-    <!-- footer -->
-    <div class="footer">
-      <div class="container">
-        <div class="col-md-4 social-blk">
-          <span class="social">
-            <a href="https://twitter.com/ApacheMesos"
-              class="twitter-follow-button"
-              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
-              class="twitter-hashtag-button"
-              data-size="large"
-              data-related="ApacheMesos">Tweet #mesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-          </span>
-        </div>
-
-        <div class="col-md-8 trademark">
-          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
-            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
-          <p>
-        </div>
-      </div><!-- /.container -->
-    </div><!-- /.footer -->
-
-    <!-- JS -->
-    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
-    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
-    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
-
-    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
-    <script type="text/javascript">
-    anchors.options = {
-      placement: 'right',
-      ariaLabel: 'Permalink',
-    };
-
-    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
-    // and we do want to put anchors on those.
-    anchors.add('h1, h2, h3, h4, h5, h6');
-    </script>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/gpu-support/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/gpu-support/index.html b/content/documentation/gpu-support/index.html
index 2af12db..9fbc52b 100644
--- a/content/documentation/gpu-support/index.html
+++ b/content/documentation/gpu-support/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/health-checks/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/health-checks/index.html b/content/documentation/health-checks/index.html
index 5eac533..b50012f 100644
--- a/content/documentation/health-checks/index.html
+++ b/content/documentation/health-checks/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/high-availability-framework-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/high-availability-framework-guide/index.html b/content/documentation/high-availability-framework-guide/index.html
index a80584c..9192ea3 100644
--- a/content/documentation/high-availability-framework-guide/index.html
+++ b/content/documentation/high-availability-framework-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/high-availability/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/high-availability/index.html b/content/documentation/high-availability/index.html
index 0aef441..676b908 100644
--- a/content/documentation/high-availability/index.html
+++ b/content/documentation/high-availability/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/index.html b/content/documentation/index.html
index ccfdcee..07f91d1 100644
--- a/content/documentation/index.html
+++ b/content/documentation/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>
@@ -125,7 +125,8 @@
 <h2>Build / Installation</h2>
 
 <ul>
-<li><a href="/documentation/latest/./getting-started/">Getting Started</a> for basic instructions on compiling and installing Mesos.</li>
+<li><a href="/documentation/latest/./building/">Building</a> for basic instructions on compiling and installing Mesos.</li>
+<li><a href="/documentation/latest/./configuration/">Configuration</a> for build configuration options.</li>
 <li><a href="/documentation/latest/./cmake/">CMake</a> for details about using the new CMake build system.</li>
 <li><a href="/documentation/latest/./windows/">Windows Support</a> for the state of Windows support in Mesos.</li>
 </ul>
@@ -276,8 +277,9 @@
 <h3>Contributing</h3>
 
 <ul>
-<li><a href="/documentation/latest/./reporting-a-bug/">Reporting an Issue, Improvement, or Feature</a> for getting started with JIRA.</li>
-<li><a href="/documentation/latest/./submitting-a-patch/">Submitting a Patch</a> for getting started with ReviewBoard and our tooling around it.</li>
+<li><a href="/documentation/latest/./reporting-an-issue/">Reporting an Issue, Improvement, or Feature</a> for getting started with JIRA.</li>
+<li><a href="/documentation/latest/./beginner-contribution/">Beginner Guide for Contributors</a> to get started contributing to Mesos for the first time.</li>
+<li><a href="/documentation/latest/./advanced-contribution/">Advanced Contribution Guide</a> to learn the typical workflow used when contributing to Mesos.</li>
 <li><a href="/documentation/latest/./engineering-principles-and-practices/">Engineering Principles and Practices</a> to serve as a shared set of project-level values for the community.</li>
 <li>Style Guides:
 

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/advanced-contribution/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/advanced-contribution/index.html b/content/documentation/latest/advanced-contribution/index.html
new file mode 100644
index 0000000..ece9c9e
--- /dev/null
+++ b/content/documentation/latest/advanced-contribution/index.html
@@ -0,0 +1,357 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Mesos - Advanced Contribution Guidelines</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <meta property="og:locale" content="en_US"/>
+    <meta property="og:type" content="website"/>
+    <meta property="og:title" content="Apache Mesos"/>
+    <meta property="og:site_name" content="Apache Mesos"/>
+    <meta property="og:url" content="http://mesos.apache.org/"/>
+    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta property="og:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <meta name="twitter:card" content="summary"/>
+    <meta name="twitter:site" content="@ApacheMesos"/>
+    <meta name="twitter:title" content="Apache Mesos"/>
+    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta name="twitter:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
+    <link href="../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+
+    
+
+    <!-- Google Analytics Magic -->
+    <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-20226872-1']);
+    _gaq.push(['_setDomainName', 'apache.org']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+    </script>
+    
+  </head>
+  <body>
+    <!-- magical breadcrumbs -->
+    <div class="topnav">
+      <div class="container">
+        <ul class="breadcrumb">
+          <li>
+            <div class="dropdown">
+              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+                <li><a href="http://www.apache.org">Apache Homepage</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="http://www.apache.org/security/">Security</a></li>
+              </ul>
+            </div>
+          </li>
+
+          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+          
+          
+          <li><a href="/documentation
+/">Documentation
+</a></li>
+          
+          
+        </ul><!-- /.breadcrumb -->
+      </div><!-- /.container -->
+    </div><!-- /.topnav -->
+
+    <!-- navbar excitement -->
+<div class="navbar navbar-default navbar-static-top" role="navigation">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
+    </div><!-- /.navbar-header -->
+
+    <div class="navbar-collapse collapse" id="mesos-menu">
+      <ul class="nav navbar-nav navbar-right">
+        <li><a href="/getting-started/">Getting Started</a></li>
+        <li><a href="/blog/">Blog</a></li>
+        <li><a href="/documentation/latest/">Documentation</a></li>
+        <li><a href="/downloads/">Downloads</a></li>
+        <li><a href="/community/">Community</a></li>
+      </ul>
+    </div><!-- /#mesos-menu -->
+  </div><!-- /.container -->
+</div><!-- /.navbar -->
+
+<div class="content">
+  <div class="container">
+    <div class="row-fluid">
+  <div class="col-md-4">
+    <h4>If you're new to Mesos</h4>
+    <p>See the <a href="/getting-started/">getting started</a> page for more
+       information about downloading, building, and deploying Mesos.</p>
+
+    <h4>If you'd like to get involved or you're looking for support</h4>
+    <p>See our <a href="/community/">community</a> page for more details.</p>
+  </div>
+  <div class="col-md-8">
+    <h1>Advanced Contribution Guidelines</h1>
+
+<h2>Prerequisites</h2>
+
+<p>If you&rsquo;d like to make significant contributions to Mesos, then you&rsquo;ll want to become familiar with the standard Mesos development workflow. In addition to the dependencies needed to build Mesos (detailed in <a href="/documentation/latest/./getting-started/">Getting Started</a>), a couple other things are necessary:</p>
+
+<ul>
+<li>Required account authorizations
+
+<ul>
+<li>Apache Review Board Account</li>
+<li>Apache JIRA Account
+<br/><br/></li>
+</ul>
+</li>
+<li>Required installations
+
+<ul>
+<li>RBtools</li>
+</ul>
+</li>
+</ul>
+
+
+<h2>Issue Tracking, Code Review, and Mailing Lists</h2>
+
+<ul>
+<li>We use <a href="https://issues.apache.org/jira/browse/mesos/">Apache Software Foundation JIRA</a> to track and manage issues. If you don&rsquo;t already have an account, you&rsquo;ll need to create one.</li>
+<li>We use <a href="https://reviews.apache.org">Apache Review Board</a> for code reviews. If you don&rsquo;t already have an account, you&rsquo;ll need to create one (it&rsquo;s separate from your Apache JIRA account).
+
+<ul>
+<li>A code review request should be created for every JIRA that involves a change to the codebase.</li>
+</ul>
+</li>
+<li>Once your JIRA and Review Board accounts are in place please go ahead and create a review or GitHub pull request with an entry for yourself in <a href="https://github.com/apache/mesos/blob/master/docs/contributors.yaml">contributors.yaml</a> file.
+
+<ul>
+<li>The file is used to map contributions to the JIRA and Review Board accounts of their respective authors. We also use this mapping to track contributions of various organizations to Apache Mesos.</li>
+<li>Feel free to omit the <code>affiliations</code> field out in case you do not want your contribution to be atributed to a particular organization.</li>
+<li>In the <code>email</code> field please specify the email that your local git client is setup with.</li>
+</ul>
+</li>
+<li>Joining the following mailing lists will help you stay up-to-date on Mesos development:
+
+<ul>
+<li>Developer list: <a href="mailto:dev-subscribe@mesos.apache.org">dev-subscribe@mesos.apache.org</a></li>
+<li>Issue list: <a href="mailto:issues-subscribe@mesos.apache.org">issues-subscribe@mesos.apache.org</a></li>
+<li>Review list: <a href="mailto:reviews-subscribe@mesos.apache.org">reviews-subscribe@mesos.apache.org</a></li>
+<li>Build list: <a href="mailto:builds-subscribe@mesos.apache.org">builds-subscribe@mesos.apache.org</a> respectively.</li>
+</ul>
+</li>
+</ul>
+
+
+<h2>The Contribution Process</h2>
+
+<p>Here is the standard procedure for proposing and making changes to Mesos:</p>
+
+<h3>Before Coding Starts</h3>
+
+<ol>
+<li>Find a JIRA issue that is currently unassigned that you want to work on at <a href="https://issues.apache.org/jira/browse/MESOS">JIRA issue tracker</a>, or create your own (you&rsquo;ll need a JIRA account for this, see above)!</li>
+<li> This could be a JIRA representing a bug (possibly a bug that you encountered and reported, e.g. when trying to build) or a new feature.</li>
+<li> Prefer working on issues marked as &ldquo;<a href="https://issues.apache.org/jira/browse/MESOS-1?jql=project%20%3D%20MESOS%20AND%20status%20%3D%20Accepted">Accepted</a>&rdquo;, rather than merely &ldquo;Open&rdquo;. If an issue has been accepted, it means at least one Mesos developer thought that the ideas proposed in the issue are worth pursuing further.</li>
+<li> Issues marked with the &ldquo;<a href="https://issues.apache.org/jira/browse/MESOS-1?jql=project%20%3D%20MESOS%20AND%20status%20%3D%20Accepted%20AND%20labels%20%3D%20newbie">newbie</a>&rdquo; label can be good candidates for &ldquo;starter&rdquo; projects. You can also look for the labels &ldquo;newbie++&rdquo;, &ldquo;beginner&rdquo;, and &ldquo;beginners&rdquo;.</li>
+<li><p> When identifying a JIRA issue to work on, it is recommended to work on items that are relevant to the next release. Selecting work items important for the next release increases the priority for reviewers during the contribution process. See the tracking ticket for the release to figure out the high priority projects or ask the release manager to guide you.</p></li>
+<li><p>Assign the JIRA to yourself.</p></li>
+<li><p> You will be able to assign the JIRA to yourself as soon as your pull request with additions to the contributors.yaml file is merged.</p></li>
+<li><p>Formulate a plan for resolving the issue. Guidelines to consider when designing a solution can be found in the <a href="/documentation/latest/./effective-code-reviewing/">effective-code-reviewing</a> document. It is important to discuss your proposed solution within the JIRA ticket early in the resolution process in order to get feedback from reviewers. Early discussions will help:</p></li>
+<li> ensure the solution will be scoped in a consumable fashion;</li>
+<li> eliminate duplicate work with other contributions; and</li>
+<li><p> alert anyone interested in following the activity and progress of the ticket.</p></li>
+<li><p>Find a <strong>shepherd</strong> to collaborate on your patch. A shepherd is a Mesos committer that will work with you to give you feedback on your proposed design, and to eventually commit your change into the Mesos source tree. To find a shepherd, you can do one or more of the following:</p></li>
+<li> Email the dev mailing list (include a link to your JIRA issue).</li>
+<li> Add a comment to your JIRA issue, referencing by username one or more Mesos <a href="/documentation/latest/./committers/">committers</a> whom you believe would be interested in shepherding. The listed maintainers of the portion of the codebase you&rsquo;re working on are good candidates to reach out to.</li>
+<li> Email potential shepherds directly.</li>
+<li> Ask the developers on Mesos Slack or on IRC (in the <a href="irc://irc.freenode.net/mesos">mesos channel</a> on <a href="https://freenode.net">Freenode</a>).</li>
+</ol>
+
+
+<h3>Create your patch</h3>
+
+<ol>
+<li><p>Create one or more test cases to exercise the bug or the feature (the Mesos team uses <a href="http://en.wikipedia.org/wiki/Test-driven_development">test-driven development</a>). Before you start coding, make sure these test cases all fail.</p>
+
+<ol>
+<li>The <a href="/documentation/latest/./testing-patterns/">testing patterns</a> page has some suggestions for writing test cases.</li>
+</ol>
+</li>
+<li><p>Make your changes to the code (using whatever IDE/editor you choose) to actually fix the bug or implement the feature.</p>
+
+<ol>
+<li>Before beginning, please read the <a href="/documentation/latest/./c++-style-guide/">Mesos C++ Style Guide</a>. It is recommended to use the git pre-commit hook (<code>support/hooks/pre-commit</code>) to automatically check for style errors. See the hook script for instructions to enable it.</li>
+<li>Most of your changes will probably be to files inside of <code>BASE_MESOS_DIR</code></li>
+<li>From inside of the root Mesos directory: <code>./bootstrap</code> (Only required if building from git repository).</li>
+<li>To build, we recommend that you don&rsquo;t build inside of the src directory. We recommend you do the following:
+
+<ol>
+<li>From inside of the root Mesos directory: <code>mkdir build &amp;&amp; cd build</code></li>
+<li><code>../configure</code></li>
+<li><code>make</code></li>
+<li>Now all of the files generated by the build process will be contained in the build directory you created, instead of being spread throughout the src directory, which is a bit messier. This is both cleaner, and makes it easy to clean up if you want to get rid of the files generated by <code>configure</code> and <code>make</code>. I.e. You can reset your build process without risking changes you made in the src directory, by simply deleting the build directory, and creating a new one.</li>
+</ol>
+</li>
+</ol>
+</li>
+<li><p>Make sure that all of the unit tests pass, including the new test cases you have added: <code>make check</code>.</p>
+
+<ol>
+<li>To build all tests without executing them, use something like: <code>make tests</code>.</li>
+<li>To execute a single unit test (helpful when trying to debug a test case failure), use something like: <code>make check GTEST_FILTER="HTTPTest.Delete"</code>.</li>
+<li>If you added new tests, make sure you run them repeatedly in order to catch inconsistent failures. A command like the following can be used to run an individual test 1000 times:</li>
+</ol>
+
+
+<p> sudo GLOG_v=1 ./bin/mesos-tests.sh &ndash;verbose &ndash;gtest_filter=&ldquo;<em>DOCKER</em>&rdquo; &ndash;gtest_break_on_failure &ndash;gtest_repeat=1000</p></li>
+<li><p>Divide your change into one or more Git commits. Each commit should represent a single logical (atomic) change to the Mesos source code: this makes your changes easier to review. For more information, see the <a href="/documentation/latest/./effective-code-reviewing/">reviewer guidelines</a>.</p>
+
+<ol>
+<li>Try to avoid including other, unrelated cleanups (e.g., typo fixes or style nits) in the same commit that makes functional changes. While typo fixes are great, including them in the same commit as functional changes makes the commit history harder to read.</li>
+<li>Developers often make incremental commits to save their progress when working on a change, and then &ldquo;rewrite history&rdquo; (e.g., using <code>git rebase -i</code>) to create a clean set of commits once the change is ready to be reviewed.</li>
+<li>Commit messages should be in past tense. The first sentence should summarize the change; it should start with a capital letter, not exceed 72 characters and end in a period.</li>
+</ol>
+</li>
+<li><p>Make sure to pull in any changes that have been committed to master branch. Using Git, do this via something like:</p>
+
+<ol>
+<li><code>git checkout master</code></li>
+<li><code>git pull</code></li>
+<li><code>git checkout my_branch</code></li>
+<li>Check the output of <code>git diff master</code> and make sure it lists only your changes. If other changes you did not make are listed, try <code>git rebase master</code> to bring your branch up to date with master.</li>
+</ol>
+</li>
+</ol>
+
+
+<h3>Submit your patch</h3>
+
+<ol>
+<li><p>You&rsquo;re ready to submit your patch for review!</p>
+
+<ol>
+<li>Log in or create an account at <a href="http://reviews.apache.org">Apache Review Board</a>.</li>
+<li>The easiest (and recommended) way to submit reviews is through <code>post-reviews.py</code> a wrapper around post-review.</li>
+<li>First, install RBTools. <a href="https://www.reviewboard.org/docs/rbtools/dev/">See Instructions</a>.</li>
+<li>Configure post-review. The easiest method is to symlink to the sample config: <code>ln -s support/reviewboardrc .reviewboardrc</code>.</li>
+<li>Log into Review Board from the command line: run <code>rbt status</code>.</li>
+<li>From your local branch run <code>support/post-reviews.py</code>.</li>
+<li>Note that <code>post-reviews.py</code> creates a new review for every commit on your branch that is different from the <code>master</code>.</li>
+<li>Be sure to add your JIRA issue id (e.g. MESOS-1) to the field labeled &ldquo;Bugs&rdquo; (this will automatically link).</li>
+<li>Add your shepherd under the &ldquo;People&rdquo; field, in the &ldquo;Reviewers&rdquo; section. You should also include other Mesos community members who have contributed to the discussion of your proposed change.</li>
+<li> Under &ldquo;Description&rdquo; in addition to details about your changes, include a description of any documentation pages that need to be added, or are affected by your changes (e.g. did you change or add any configuration options/flags? Did you add a new binary?)</li>
+<li> Under &ldquo;Testing Done&rdquo;, explain what new tests you have created, what tests were modified, and what procedures you went through to test your changes.</li>
+</ol>
+</li>
+<li><p>Wait for a code review from another Mesos developer via Review Board, address their feedback and upload updated patches until you receive a &ldquo;Ship It&rdquo; from a Mesos committer.</p>
+
+<ol>
+<li>If you don&rsquo;t receive any feedback, contact your shepherd to remind them. While the committers try their best to provide prompt feedback on proposed changes, they are busy and sometimes a patch gets overlooked.</li>
+<li>When addressing feedback, adjust your existing commit(s) instead of creating new commits, otherwise <code>post-reviews.py</code> will create a new review (<code>git rebase -i</code> is your friend).</li>
+<li>Review Board comments should be used for code-specific discussions, and JIRA comments for bigger-picture design discussions.</li>
+<li>Always respond to each RB comment that you address directly (i.e. each comment can be responded to directly) with either &ldquo;Done.&rdquo; or a comment explaining how you addressed it.</li>
+<li>If an issue has been raised in the review, please resolve the issue as &ldquo;Fixed&rdquo; or &ldquo;Dropped&rdquo;. If &ldquo;Dropped&rdquo; please add a comment explaining the reason. Also, if your fix warrants a comment (e.g., fixed differently than suggested by the reviewer) please add a comment.</li>
+</ol>
+</li>
+<li><p>After consensus is reached on your JIRA/patch, you&rsquo;re review request will receive a &ldquo;Ship It!&rdquo; from a committer, and then a committer will commit your patch to the git repository. Congratulations and thanks for participating in our community!</p></li>
+<li><p>The last step is to ensure that the necessary documentation gets created or updated so the whole world knows about your new feature or bug fix.</p></li>
+</ol>
+
+
+<h2>Advanced JIRA Tickets</h2>
+
+<p>As you gain experience contributing to Mesos you may want to tackle more advanced JIRA tickets. These items may touch multiple components within Mesos and/or may have a significant impact on the developer or user community. In these cases, a working group of stakeholders is formed to develop a design document. The initial formation of this working group will be part of the community communication resources, e.g. the re-occurring developer sync meetings, the developer email list, the IRC channel, etc. For reference, a contributor new to an advanced level work item can refer to the work done for the <a href="https://issues.apache.org/jira/browse/MESOS-1592">inverse offer</a> project.</p>
+
+<h2>Style Guides</h2>
+
+<ul>
+<li>For patches to the core, we ask that you follow the <a href="/documentation/latest/./c++-style-guide/">Mesos C++ Style Guide</a>.</li>
+</ul>
+
+
+<h2>Additional Guidance</h2>
+
+<p>The following links provide additional guidance as you get started contributing to Apache Mesos.</p>
+
+<h2>Core Libraries</h2>
+
+<p>There are two core libraries in Mesos: <em>stout</em> and <em>libprocess</em>. <em>stout</em> is the low level operating system abstraction tooling that should be used in place of writing your own low level tools. <em>libprocess</em> is a library used to support building compatible concurrent components (see <a href="https://www.youtube.com/watch?v=5EIiU6R_6KE">video</a> for an introduction to the <em>libprocess</em> library). New contributors to Mesos should become familiar with these libraries and utilize them where appropriate. Additional documentation can be found in the following two README files: <a href="https://github.com/apache/mesos/blob/master/3rdparty/libprocess/README.md">3rdparty/libprocess/README.md</a> and <a href="https://github.com/apache/mesos/blob/master/3rdparty/stout/README.md">3rdparty/stout/README.md</a>.</p>
+
+  </div>
+</div>
+
+  </div><!-- /.container -->
+</div><!-- /.content -->
+
+<hr>
+
+
+
+    <!-- footer -->
+    <div class="footer">
+      <div class="container">
+        <div class="col-md-4 social-blk">
+          <span class="social">
+            <a href="https://twitter.com/ApacheMesos"
+              class="twitter-follow-button"
+              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
+              class="twitter-hashtag-button"
+              data-size="large"
+              data-related="ApacheMesos">Tweet #mesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+          </span>
+        </div>
+
+        <div class="col-md-8 trademark">
+          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
+            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
+          <p>
+        </div>
+      </div><!-- /.container -->
+    </div><!-- /.footer -->
+
+    <!-- JS -->
+    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
+    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
+    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
+
+    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
+    <script type="text/javascript">
+    anchors.options = {
+      placement: 'right',
+      ariaLabel: 'Permalink',
+    };
+
+    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
+    // and we do want to put anchors on those.
+    anchors.add('h1, h2, h3, h4, h5, h6');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/agent-recovery/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/agent-recovery/index.html b/content/documentation/latest/agent-recovery/index.html
index 9ed121d..f30eebc 100644
--- a/content/documentation/latest/agent-recovery/index.html
+++ b/content/documentation/latest/agent-recovery/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/allocation-module/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/allocation-module/index.html b/content/documentation/latest/allocation-module/index.html
index 595f450..ab834b8 100644
--- a/content/documentation/latest/allocation-module/index.html
+++ b/content/documentation/latest/allocation-module/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/api-client-libraries/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/api-client-libraries/index.html b/content/documentation/latest/api-client-libraries/index.html
index 4157f0a..a6c42d9 100644
--- a/content/documentation/latest/api-client-libraries/index.html
+++ b/content/documentation/latest/api-client-libraries/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/app-framework-development-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/app-framework-development-guide/index.html b/content/documentation/latest/app-framework-development-guide/index.html
index f9f8fa8..09c2627 100644
--- a/content/documentation/latest/app-framework-development-guide/index.html
+++ b/content/documentation/latest/app-framework-development-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/architecture/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/architecture/index.html b/content/documentation/latest/architecture/index.html
index 5f063ed..947ffd8 100644
--- a/content/documentation/latest/architecture/index.html
+++ b/content/documentation/latest/architecture/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/attributes-resources/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/attributes-resources/index.html b/content/documentation/latest/attributes-resources/index.html
index 8376516..3a53bba 100644
--- a/content/documentation/latest/attributes-resources/index.html
+++ b/content/documentation/latest/attributes-resources/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/authentication/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/authentication/index.html b/content/documentation/latest/authentication/index.html
index fe17948..52de98b 100644
--- a/content/documentation/latest/authentication/index.html
+++ b/content/documentation/latest/authentication/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/authorization/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/authorization/index.html b/content/documentation/latest/authorization/index.html
index b38c0ff..9b6cea5 100644
--- a/content/documentation/latest/authorization/index.html
+++ b/content/documentation/latest/authorization/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/beginner-contribution/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/beginner-contribution/index.html b/content/documentation/latest/beginner-contribution/index.html
new file mode 100644
index 0000000..f1d7708
--- /dev/null
+++ b/content/documentation/latest/beginner-contribution/index.html
@@ -0,0 +1,236 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Mesos - Beginner Contribution Guide</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <meta property="og:locale" content="en_US"/>
+    <meta property="og:type" content="website"/>
+    <meta property="og:title" content="Apache Mesos"/>
+    <meta property="og:site_name" content="Apache Mesos"/>
+    <meta property="og:url" content="http://mesos.apache.org/"/>
+    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta property="og:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <meta name="twitter:card" content="summary"/>
+    <meta name="twitter:site" content="@ApacheMesos"/>
+    <meta name="twitter:title" content="Apache Mesos"/>
+    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta name="twitter:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
+    <link href="../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+
+    
+
+    <!-- Google Analytics Magic -->
+    <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-20226872-1']);
+    _gaq.push(['_setDomainName', 'apache.org']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+    </script>
+    
+  </head>
+  <body>
+    <!-- magical breadcrumbs -->
+    <div class="topnav">
+      <div class="container">
+        <ul class="breadcrumb">
+          <li>
+            <div class="dropdown">
+              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+                <li><a href="http://www.apache.org">Apache Homepage</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="http://www.apache.org/security/">Security</a></li>
+              </ul>
+            </div>
+          </li>
+
+          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+          
+          
+          <li><a href="/documentation
+/">Documentation
+</a></li>
+          
+          
+        </ul><!-- /.breadcrumb -->
+      </div><!-- /.container -->
+    </div><!-- /.topnav -->
+
+    <!-- navbar excitement -->
+<div class="navbar navbar-default navbar-static-top" role="navigation">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
+    </div><!-- /.navbar-header -->
+
+    <div class="navbar-collapse collapse" id="mesos-menu">
+      <ul class="nav navbar-nav navbar-right">
+        <li><a href="/getting-started/">Getting Started</a></li>
+        <li><a href="/blog/">Blog</a></li>
+        <li><a href="/documentation/latest/">Documentation</a></li>
+        <li><a href="/downloads/">Downloads</a></li>
+        <li><a href="/community/">Community</a></li>
+      </ul>
+    </div><!-- /#mesos-menu -->
+  </div><!-- /.container -->
+</div><!-- /.navbar -->
+
+<div class="content">
+  <div class="container">
+    <div class="row-fluid">
+  <div class="col-md-4">
+    <h4>If you're new to Mesos</h4>
+    <p>See the <a href="/getting-started/">getting started</a> page for more
+       information about downloading, building, and deploying Mesos.</p>
+
+    <h4>If you'd like to get involved or you're looking for support</h4>
+    <p>See our <a href="/community/">community</a> page for more details.</p>
+  </div>
+  <div class="col-md-8">
+    <h1>Beginner Contributor Guide</h1>
+
+<h2>Introduction</h2>
+
+<p>The purpose of this document is to provide a first-time introduction to the process of contributing to Mesos. It focuses on submitting small documentation-only patches or trivial fixes via GitHub pull requests. If you&rsquo;d like an introduction to the standard day-to-day workflow for advanced Mesos contributors, see our <a href="/documentation/latest/./advanced-contribution/">advanced contribution guide</a>.</p>
+
+<h2>Quick Summary</h2>
+
+<p>To propose a small change to Mesos, simply open a PR against our public GitHub mirror at <a href="https://github.com/apache/mesos">https://github.com/apache/mesos</a>. Further instructions can be found below if needed.</p>
+
+<h2>Download the Mesos Repository</h2>
+
+<p>First, download the latest development version of the Mesos codebase. In order to submit changes via GitHub pull requests, you need to fork the <a href="https://github.com/apache/mesos">Apache Mesos GitHub mirror</a>. Once you have your own fork, clone it to your local machine using Git.</p>
+
+<p>If you&rsquo;re proposing a documentation-only change, then you don&rsquo;t need to build Mesos to get started.</p>
+
+<p>If you&rsquo;re making a functional change to the code, then you should build Mesos first. Once you have the Mesos source code on your local machine, you can install the necessary dependencies and build it. Instructions for this process can be found in the <a href="/documentation/latest/./getting-started/">Getting Started</a> page. Note that the <code>bootstrap</code> script in the repository&rsquo;s root directory will install git hooks which will help you adhere to Mesos style when committing.</p>
+
+<h2>Find a Problem to Solve</h2>
+
+<p>If you already have a specific issue in mind which you want to address in the codebase, that&rsquo;s great! Reach out to some of the <a href="/documentation/latest/./committers/">committers</a> on <a href="/community">Mesos Slack</a> or on the developer mailing list to discuss the improvement you&rsquo;d like to make. If you want to contribute but aren&rsquo;t sure what to work on, you can find open issues in <a href="http://issues.apache.org/jira/browse/MESOS">JIRA</a>, our issue tracker. Asking on <a href="/community">Mesos Slack</a> or on the developer mailing list is a great way to find out what you might work on that could have a high impact on the community.</p>
+
+<p>From past experience, we have found that it&rsquo;s best if contributors talk to committers about their fix before writing code. This ensures that the contributor has the context necessary to make the change in a way consistent with the rest of the codebase, and helps avoid time spent on solutions which need major edits in order to get merged. Please chat with us before writing code, we&rsquo;ll help you design a solution!</p>
+
+<p>This GitHub workflow is most appropriate for documentation-only changes and small, trivial fixes. For more significant changes, please use the <a href="/documentation/latest/./advanced-contribution/">advanced contribution workflow</a>.</p>
+
+<h2>Make Modifications</h2>
+
+<p>Once you know what you&rsquo;re going to change, you can make your intended modifications to the codebase and then commit the changes to your local build repository. When making changes, also consider the following:</p>
+
+<ul>
+<li>Does documentation need to be updated to accommodate this change? (see the <code>docs/</code> folder in the repository)</li>
+<li>Do tests need to be added or updated? (see the <code>src/tests/</code> folder in the repository)</li>
+</ul>
+
+
+<h2>Build and Test</h2>
+
+<p>If your changes are documentation-only, then you should view them with a markdown viewer to verify their appearance when rendered.</p>
+
+<p>If you are changing any code in Mesos, then you should build and run the tests before opening a PR. You should run <code>make check</code> and ensure that all tests pass before opening a PR.</p>
+
+<h2>Open a PR</h2>
+
+<p>Once changes are completed and tested, it&rsquo;s time to open a PR so that they can be reviewed. When your local branch is clean and ready to submit, push it to your Mesos fork. You can then open a PR against the Apache Mesos GitHub repository. Once your PR is open, you can notify the community on <a href="/community">Mesos Slack</a> or on the developer mailing list.</p>
+
+<h1>Getting Started Guidance</h1>
+
+<p>The following links provide additional guidance as you get started contributing to Apache Mesos.</p>
+
+<h2>JIRA</h2>
+
+<p><a href="http://issues.apache.org/jira/browse/MESOS">JIRA</a> is the issue tracking system for all bug fixes and feature additions in Mesos. When contributing to Mesos, all assignments, discussions, and resolution proposals for a specific issue should be documented as comments within the JIRA item. If you contribute something which is more than a trivial fix, it should probably be tracked in JIRA.</p>
+
+<h2>Identifying a JIRA Issue</h2>
+
+<p>If you&rsquo;d like to find an existing issue to work on yourself, identify a Mesos JIRA ticket that is currently unassigned. It is highly recommended to start contributing to beginner-level issues and move to more advanced issues over time. The JIRA issue-tracking system can be filtered based on labels. The following labels can be used to identify beginner-level JIRA tickets:</p>
+
+<ul>
+<li>newbie</li>
+<li>newbie++</li>
+<li>beginner</li>
+<li>beginners</li>
+</ul>
+
+
+<p>If you&rsquo;d like to work on existing issues in Mesos, this will likely require the submission of patches large enough that you should use the <a href="/documentation/latest/./advanced-contribution/">advanced contribution workflow</a>.</p>
+
+  </div>
+</div>
+
+  </div><!-- /.container -->
+</div><!-- /.content -->
+
+<hr>
+
+
+
+    <!-- footer -->
+    <div class="footer">
+      <div class="container">
+        <div class="col-md-4 social-blk">
+          <span class="social">
+            <a href="https://twitter.com/ApacheMesos"
+              class="twitter-follow-button"
+              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
+              class="twitter-hashtag-button"
+              data-size="large"
+              data-related="ApacheMesos">Tweet #mesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+          </span>
+        </div>
+
+        <div class="col-md-8 trademark">
+          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
+            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
+          <p>
+        </div>
+      </div><!-- /.container -->
+    </div><!-- /.footer -->
+
+    <!-- JS -->
+    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
+    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
+    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
+
+    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
+    <script type="text/javascript">
+    anchors.options = {
+      placement: 'right',
+      ariaLabel: 'Permalink',
+    };
+
+    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
+    // and we do want to put anchors on those.
+    anchors.add('h1, h2, h3, h4, h5, h6');
+    </script>
+  </body>
+</html>


[2/8] mesos-site git commit: Updated the website built from mesos SHA: 549fa61.

Posted by gi...@apache.org.
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/submitting-a-patch/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/submitting-a-patch/index.html b/content/documentation/latest/submitting-a-patch/index.html
deleted file mode 100644
index e69a120..0000000
--- a/content/documentation/latest/submitting-a-patch/index.html
+++ /dev/null
@@ -1,310 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <title>Apache Mesos - Submitting a Patch</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <meta property="og:locale" content="en_US"/>
-    <meta property="og:type" content="website"/>
-    <meta property="og:title" content="Apache Mesos"/>
-    <meta property="og:site_name" content="Apache Mesos"/>
-    <meta property="og:url" content="http://mesos.apache.org/"/>
-    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta property="og:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <meta name="twitter:card" content="summary"/>
-    <meta name="twitter:site" content="@ApacheMesos"/>
-    <meta name="twitter:title" content="Apache Mesos"/>
-    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta name="twitter:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
-    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
-    <link href="../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
-
-    
-
-    <!-- Google Analytics Magic -->
-    <script type="text/javascript">
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-20226872-1']);
-    _gaq.push(['_setDomainName', 'apache.org']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })();
-    </script>
-    
-  </head>
-  <body>
-    <!-- magical breadcrumbs -->
-    <div class="topnav">
-      <div class="container">
-        <ul class="breadcrumb">
-          <li>
-            <div class="dropdown">
-              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
-                <li><a href="http://www.apache.org">Apache Homepage</a></li>
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-              </ul>
-            </div>
-          </li>
-
-          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
-          
-          
-          <li><a href="/documentation
-/">Documentation
-</a></li>
-          
-          
-        </ul><!-- /.breadcrumb -->
-      </div><!-- /.container -->
-    </div><!-- /.topnav -->
-
-    <!-- navbar excitement -->
-<div class="navbar navbar-default navbar-static-top" role="navigation">
-  <div class="container">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
-      <span class="sr-only">Toggle navigation</span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      </button>
-      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
-    </div><!-- /.navbar-header -->
-
-    <div class="navbar-collapse collapse" id="mesos-menu">
-      <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
-        <li><a href="/blog/">Blog</a></li>
-        <li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Downloads</a></li>
-        <li><a href="/community/">Community</a></li>
-      </ul>
-    </div><!-- /#mesos-menu -->
-  </div><!-- /.container -->
-</div><!-- /.navbar -->
-
-<div class="content">
-  <div class="container">
-    <div class="row-fluid">
-  <div class="col-md-4">
-    <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
-       information about downloading, building, and deploying Mesos.</p>
-
-    <h4>If you'd like to get involved or you're looking for support</h4>
-    <p>See our <a href="/community/">community</a> page for more details.</p>
-  </div>
-  <div class="col-md-8">
-    <h1>Submitting a Patch</h1>
-
-<ul>
-<li>You&rsquo;ve fixed a bug or added a feature and want to contribute it. AWESOME!</li>
-<li>We use <a href="https://issues.apache.org/jira/browse/mesos/">Apache Software Foundation JIRA</a> to track and manage issues. If you don&rsquo;t already have an account, you&rsquo;ll need to create one.</li>
-<li>We use <a href="https://reviews.apache.org">Apache Review Board</a> for code reviews. If you don&rsquo;t already have an account, you&rsquo;ll need to create one (it&rsquo;s separate from your Apache JIRA account).</li>
-<li>Once your JIRA and Review Board accounts are in place please go ahead and create a review or GitHub pull request with an entry for yourself in <a href="https://github.com/apache/mesos/blob/master/docs/contributors.yaml">contributors.yaml</a> file.
-
-<ul>
-<li>The file is used to map contributions to the JIRA and Review Board accounts of their respective authors. We also use this mapping to track contributions of various organizations to Apache Mesos.</li>
-<li>Feel free to omit the <code>affiliations</code> field out in case you do not want your contribution to be atributed to a particular organization.</li>
-<li>In the <code>email</code> field please specify the email that your local git client is setup with.</li>
-</ul>
-</li>
-<li>A code review request should be created for every JIRA that involves a change to the codebase.</li>
-</ul>
-
-
-<h3>Before you start writing code</h3>
-
-<ol>
-<li><p>Check out the code from the Apache repository via Git. Instructions are on the <a href="http://mesos.apache.org/gettingstarted/">Getting Started</a> page.</p></li>
-<li><p>Join the dev, issues, reviews and builds mailing lists by sending emails to <a href="mailto:dev-subscribe@mesos.apache.org">dev-subscribe@mesos.apache.org</a>, <a href="mailto:issues-subscribe@mesos.apache.org">issues-subscribe@mesos.apache.org</a>, <a href="mailto:reviews-subscribe@mesos.apache.org">reviews-subscribe@mesos.apache.org</a> and <a href="mailto:builds-subscribe@mesos.apache.org">builds-subscribe@mesos.apache.org</a> respectively.</p></li>
-<li><p>Find a JIRA issue that is currently unassigned that you want to work on at <a href="https://issues.apache.org/jira/browse/MESOS">JIRA issue tracker</a>, or create your own (you&rsquo;ll need a JIRA account for this, see below)!</p>
-
-<ol>
-<li>This could be a JIRA representing a bug (possibly a bug that you encountered and reported, e.g. when trying to build) or a new feature.</li>
-<li>Prefer working on issues marked as &ldquo;<a href="https://issues.apache.org/jira/browse/MESOS-1?jql=project%20%3D%20MESOS%20AND%20status%20%3D%20Accepted">Accepted</a>&rdquo;, rather than merely &ldquo;Open&rdquo;. If an issue has been accepted, it means at least one Mesos developer thought that the ideas proposed in the issue are worth pursuing further.</li>
-<li>Issues marked with the &ldquo;<a href="https://issues.apache.org/jira/browse/MESOS-1?jql=project%20%3D%20MESOS%20AND%20status%20%3D%20Accepted%20AND%20labels%20%3D%20newbie">newbie</a>&rdquo; label can be good candidates for &ldquo;starter&rdquo; projects.</li>
-</ol>
-</li>
-<li><p>Assign the JIRA to yourself.</p>
-
-<ol>
-<li>You will be able to assign the JIRA to yourself as soon as your pull request with additions to the contributors.yaml file is merged.</li>
-</ol>
-</li>
-<li><p>Formulate a plan for resolving the issue. Propose your plan via comments in the JIRA.</p></li>
-<li><p>Find a <strong>shepherd</strong> to collaborate on your patch. A shepherd is a Mesos committer that will work with you to give you feedback on your proposed design, and to eventually commit your change into the Mesos source tree.</p>
-
-<ol>
-<li>To find a shepherd, email the dev mailing list (include a link to your JIRA issue). You can also try asking by adding a comment to your JIRA issue.</li>
-<li>You can also find a shepherd by asking the developers on IRC (in the <a href="irc://irc.freenode.net/mesos">mesos channel</a> on <a href="https://freenode.net">Freenode</a>). You can find the current list of committers <a href="/documentation/latest/./committers/">here</a>: a developer that has previously worked on the component you are modifying might be a good candidate shepherd.</li>
-</ol>
-</li>
-</ol>
-
-
-<h3>Create your patch</h3>
-
-<ol>
-<li><p>Create one or more test cases to exercise the bug or the feature (the Mesos team uses <a href="http://en.wikipedia.org/wiki/Test-driven_development">test-driven development</a>). Before you start coding, make sure these test cases all fail.</p>
-
-<ol>
-<li>The <a href="/documentation/latest/./testing-patterns/">testing patterns</a> page has some suggestions for writing test cases.</li>
-</ol>
-</li>
-<li><p>Make your changes to the code (using whatever IDE/editor you choose) to actually fix the bug or implement the feature.</p>
-
-<ol>
-<li>Before beginning, please read the <a href="/documentation/latest/./c++-style-guide/">Mesos C++ Style Guide</a>. It is recommended to use the git pre-commit hook (<code>support/hooks/pre-commit</code>) to automatically check for style errors. See the hook script for instructions to enable it.</li>
-<li>Most of your changes will probably be to files inside of <code>BASE_MESOS_DIR</code></li>
-<li>From inside of the root Mesos directory: <code>./bootstrap</code> (Only required if building from git repository).</li>
-<li>To build, we recommend that you don&rsquo;t build inside of the src directory. We recommend you do the following:
-
-<ol>
-<li>From inside of the root Mesos directory: <code>mkdir build &amp;&amp; cd build</code></li>
-<li><code>../configure</code></li>
-<li><code>make</code></li>
-<li>Now all of the files generated by the build process will be contained in the build directory you created, instead of being spread throughout the src directory, which is a bit messier. This is both cleaner, and makes it easy to clean up if you want to get rid of the files generated by <code>configure</code> and <code>make</code>. I.e. You can reset your build process without risking changes you made in the src directory, by simply deleting the build directory, and creating a new one.</li>
-</ol>
-</li>
-</ol>
-</li>
-<li><p>Make sure that all of the unit tests pass, including the new test cases you have added: <code>make check</code>.</p>
-
-<ol>
-<li>To build all tests without executing them, use something like: <code>make tests</code>.</li>
-<li>To execute a single unit test (helpful when trying to debug a test case failure), use something like: <code>make check GTEST_FILTER="HTTPTest.Delete"</code>.</li>
-</ol>
-</li>
-<li><p>Divide your change into one or more Git commits. Each commit should represent a single logical (atomic) change to the Mesos source code: this makes your changes easier to review. For more information, see the <a href="/documentation/latest/./effective-code-reviewing/">reviewer guidelines</a>.</p>
-
-<ol>
-<li>Try to avoid including other, unrelated cleanups (e.g., typo fixes or style nits) in the same commit that makes functional changes. While typo fixes are great, including them in the same commit as functional changes makes the commit history harder to read.</li>
-<li>Developers often make incremental commits to save their progress when working on a change, and then &ldquo;rewrite history&rdquo; (e.g., using <code>git rebase -i</code>) to create a clean set of commits once the change is ready to be reviewed.</li>
-<li>Commit messages should be in past tense. The first sentence should summarize the change; it should start with a capital letter, not exceed 72 characters and end in a period.</li>
-</ol>
-</li>
-<li><p>Make sure to pull in any changes that have been committed to master branch. Using Git, do this via something like:</p>
-
-<ol>
-<li><code>git checkout master</code></li>
-<li><code>git pull</code></li>
-<li><code>git checkout my_branch</code></li>
-<li>Check the output of <code>git diff master</code> and make sure it lists only your changes. If other changes you did not make are listed, try <code>git rebase master</code> to bring your branch up to date with master.</li>
-</ol>
-</li>
-</ol>
-
-
-<h3>Submit your patch</h3>
-
-<ol>
-<li><p>You&rsquo;re ready to submit your patch for review!</p>
-
-<ol>
-<li>Log in or create an account at <a href="http://reviews.apache.org">Apache Review Board</a>.</li>
-<li>The easiest (and recommended) way to submit reviews is through <code>post-reviews.py</code> a wrapper around post-review.</li>
-<li>First, install RBTools. <a href="https://www.reviewboard.org/docs/rbtools/dev/">See Instructions</a>.</li>
-<li>Configure post-review. The easiest method is to symlink to the sample config: <code>ln -s support/reviewboardrc .reviewboardrc</code>.</li>
-<li>Log into Review Board from the command line: run <code>rbt status</code>.</li>
-<li>From your local branch run <code>support/post-reviews.py</code>.</li>
-<li>Note that <code>post-reviews.py</code> creates a new review for every commit on your branch that is different from the <code>master</code>.</li>
-<li>Be sure to add your JIRA issue id (e.g. MESOS-1) to the field labeled &ldquo;Bugs&rdquo; (this will automatically link).</li>
-<li>Add your shepherd under the &ldquo;People&rdquo; field, in the &ldquo;Reviewers&rdquo; section. You should also include other Mesos community members who have contributed to the discussion of your proposed change.</li>
-<li> Under &ldquo;Description&rdquo; in addition to details about your changes, include a description of any documentation pages that need to be added, or are affected by your changes (e.g. did you change or add any configuration options/flags? Did you add a new binary?)</li>
-<li> Under &ldquo;Testing Done&rdquo;, explain what new tests you have created, what tests were modified, and what procedures you went through to test your changes.</li>
-</ol>
-</li>
-<li><p>Wait for a code review from another Mesos developer via Review Board, address their feedback and upload updated patches until you receive a &ldquo;Ship It&rdquo; from a Mesos committer.</p>
-
-<ol>
-<li>If you don&rsquo;t receive any feedback, contact your shepherd to remind them. While the committers try their best to provide prompt feedback on proposed changes, they are busy and sometimes a patch gets overlooked.</li>
-<li>When addressing feedback, adjust your existing commit(s) instead of creating new commits, otherwise <code>post-reviews.py</code> will create a new review (<code>git rebase -i</code> is your friend).</li>
-<li>Review Board comments should be used for code-specific discussions, and JIRA comments for bigger-picture design discussions.</li>
-<li>Always respond to each RB comment that you address directly (i.e. each comment can be responded to directly) with either &ldquo;Done.&rdquo; or a comment explaining how you addressed it.</li>
-<li>If an issue has been raised in the review, please resolve the issue as &ldquo;Fixed&rdquo; or &ldquo;Dropped&rdquo;. If &ldquo;Dropped&rdquo; please add a comment explaining the reason. Also, if your fix warrants a comment (e.g., fixed differently than suggested by the reviewer) please add a comment.</li>
-</ol>
-</li>
-<li><p>After consensus is reached on your JIRA/patch, you&rsquo;re review request will receive a &ldquo;Ship It!&rdquo; from a committer, and then a committer will commit your patch to the git repository. Congratulations and thanks for participating in our community!</p></li>
-<li><p>The last step is to ensure that the necessary documentation gets created or updated so the whole world knows about your new feature or bug fix.</p></li>
-</ol>
-
-
-<h2>Style Guides</h2>
-
-<ul>
-<li>For patches to the core, we ask that you follow the <a href="/documentation/latest/./c++-style-guide/">Mesos C++ Style Guide</a>.</li>
-</ul>
-
-
-  </div>
-</div>
-
-  </div><!-- /.container -->
-</div><!-- /.content -->
-
-<hr>
-
-
-
-    <!-- footer -->
-    <div class="footer">
-      <div class="container">
-        <div class="col-md-4 social-blk">
-          <span class="social">
-            <a href="https://twitter.com/ApacheMesos"
-              class="twitter-follow-button"
-              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
-              class="twitter-hashtag-button"
-              data-size="large"
-              data-related="ApacheMesos">Tweet #mesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-          </span>
-        </div>
-
-        <div class="col-md-8 trademark">
-          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
-            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
-          <p>
-        </div>
-      </div><!-- /.container -->
-    </div><!-- /.footer -->
-
-    <!-- JS -->
-    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
-    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
-    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
-
-    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
-    <script type="text/javascript">
-    anchors.options = {
-      placement: 'right',
-      ariaLabel: 'Permalink',
-    };
-
-    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
-    // and we do want to put anchors on those.
-    anchors.add('h1, h2, h3, h4, h5, h6');
-    </script>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/task-state-reasons/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/task-state-reasons/index.html b/content/documentation/latest/task-state-reasons/index.html
index ba2cb29..28e7b89 100644
--- a/content/documentation/latest/task-state-reasons/index.html
+++ b/content/documentation/latest/task-state-reasons/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/testing-patterns/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/testing-patterns/index.html b/content/documentation/latest/testing-patterns/index.html
index f3bf9f5..75550fd 100644
--- a/content/documentation/latest/testing-patterns/index.html
+++ b/content/documentation/latest/testing-patterns/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/tools/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/tools/index.html b/content/documentation/latest/tools/index.html
index 1b34ae8..aea141d 100644
--- a/content/documentation/latest/tools/index.html
+++ b/content/documentation/latest/tools/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/upgrades/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/upgrades/index.html b/content/documentation/latest/upgrades/index.html
index 1c2fedb..f73b38e 100644
--- a/content/documentation/latest/upgrades/index.html
+++ b/content/documentation/latest/upgrades/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/versioning/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/versioning/index.html b/content/documentation/latest/versioning/index.html
index 3d08506..aae0418 100644
--- a/content/documentation/latest/versioning/index.html
+++ b/content/documentation/latest/versioning/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/weights/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/weights/index.html b/content/documentation/latest/weights/index.html
index cdeaa22..f3105f1 100644
--- a/content/documentation/latest/weights/index.html
+++ b/content/documentation/latest/weights/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/windows/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/windows/index.html b/content/documentation/latest/windows/index.html
index bad64aa..bbb6463 100644
--- a/content/documentation/latest/windows/index.html
+++ b/content/documentation/latest/windows/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/working-groups/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/working-groups/index.html b/content/documentation/latest/working-groups/index.html
index 88a1e4f..a93ac3b 100644
--- a/content/documentation/latest/working-groups/index.html
+++ b/content/documentation/latest/working-groups/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/logging/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/logging/index.html b/content/documentation/logging/index.html
index eb39be9..4bf7ced 100644
--- a/content/documentation/logging/index.html
+++ b/content/documentation/logging/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/maintenance/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/maintenance/index.html b/content/documentation/maintenance/index.html
index c5562ba..b2fd692 100644
--- a/content/documentation/maintenance/index.html
+++ b/content/documentation/maintenance/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/markdown-style-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/markdown-style-guide/index.html b/content/documentation/markdown-style-guide/index.html
index f5366a9..8065abe 100644
--- a/content/documentation/markdown-style-guide/index.html
+++ b/content/documentation/markdown-style-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/mesos-containerizer/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/mesos-containerizer/index.html b/content/documentation/mesos-containerizer/index.html
index 6a3298b..88f299f 100644
--- a/content/documentation/mesos-containerizer/index.html
+++ b/content/documentation/mesos-containerizer/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/modules/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/modules/index.html b/content/documentation/modules/index.html
index 61c9dd4..a4ea5cd 100644
--- a/content/documentation/modules/index.html
+++ b/content/documentation/modules/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/monitoring/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/monitoring/index.html b/content/documentation/monitoring/index.html
index 17dcf15..f24c2ea 100644
--- a/content/documentation/monitoring/index.html
+++ b/content/documentation/monitoring/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/multiple-disk/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/multiple-disk/index.html b/content/documentation/multiple-disk/index.html
index 85bc9fd..5fbd9b6 100644
--- a/content/documentation/multiple-disk/index.html
+++ b/content/documentation/multiple-disk/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/nested-container-and-task-group/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/nested-container-and-task-group/index.html b/content/documentation/nested-container-and-task-group/index.html
index a2b36a2..9d4e281 100644
--- a/content/documentation/nested-container-and-task-group/index.html
+++ b/content/documentation/nested-container-and-task-group/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/networking-for-mesos-managed-containers/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/networking-for-mesos-managed-containers/index.html b/content/documentation/networking-for-mesos-managed-containers/index.html
index 77bb631..e7965e0 100644
--- a/content/documentation/networking-for-mesos-managed-containers/index.html
+++ b/content/documentation/networking-for-mesos-managed-containers/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/networking/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/networking/index.html b/content/documentation/networking/index.html
index 12e9ac2..9bff440 100644
--- a/content/documentation/networking/index.html
+++ b/content/documentation/networking/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/newbie-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/newbie-guide/index.html b/content/documentation/newbie-guide/index.html
deleted file mode 100644
index 7e7cca0..0000000
--- a/content/documentation/newbie-guide/index.html
+++ /dev/null
@@ -1,310 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <title>Apache Mesos - Newbie Guide</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <meta property="og:locale" content="en_US"/>
-    <meta property="og:type" content="website"/>
-    <meta property="og:title" content="Apache Mesos"/>
-    <meta property="og:site_name" content="Apache Mesos"/>
-    <meta property="og:url" content="http://mesos.apache.org/"/>
-    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta property="og:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <meta name="twitter:card" content="summary"/>
-    <meta name="twitter:site" content="@ApacheMesos"/>
-    <meta name="twitter:title" content="Apache Mesos"/>
-    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta name="twitter:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
-    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
-    <link href="../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
-
-    
-
-    <!-- Google Analytics Magic -->
-    <script type="text/javascript">
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-20226872-1']);
-    _gaq.push(['_setDomainName', 'apache.org']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })();
-    </script>
-    
-  </head>
-  <body>
-    <!-- magical breadcrumbs -->
-    <div class="topnav">
-      <div class="container">
-        <ul class="breadcrumb">
-          <li>
-            <div class="dropdown">
-              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
-                <li><a href="http://www.apache.org">Apache Homepage</a></li>
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-              </ul>
-            </div>
-          </li>
-
-          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
-          
-          
-          <li><a href="/documentation
-/">Documentation
-</a></li>
-          
-          
-        </ul><!-- /.breadcrumb -->
-      </div><!-- /.container -->
-    </div><!-- /.topnav -->
-
-    <!-- navbar excitement -->
-<div class="navbar navbar-default navbar-static-top" role="navigation">
-  <div class="container">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
-      <span class="sr-only">Toggle navigation</span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      </button>
-      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
-    </div><!-- /.navbar-header -->
-
-    <div class="navbar-collapse collapse" id="mesos-menu">
-      <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
-        <li><a href="/blog/">Blog</a></li>
-        <li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Downloads</a></li>
-        <li><a href="/community/">Community</a></li>
-      </ul>
-    </div><!-- /#mesos-menu -->
-  </div><!-- /.container -->
-</div><!-- /.navbar -->
-
-<div class="content">
-  <div class="container">
-    <div class="row-fluid">
-  <div class="col-md-4">
-    <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
-       information about downloading, building, and deploying Mesos.</p>
-
-    <h4>If you'd like to get involved or you're looking for support</h4>
-    <p>See our <a href="/community/">community</a> page for more details.</p>
-  </div>
-  <div class="col-md-8">
-    <h1>Newbie Guide</h1>
-
-<h2>Introduction</h2>
-
-<p>The purpose of this document is to give an introduction and overall description of the contribution process for contributors new to Mesos.  This document is intended to extend the existing documentation with a focus on on-boarding contributors to the community as quickly as possible.</p>
-
-<h1>Contribution Process Overview</h1>
-
-<p>Details of the contribution process can be obtained from the <a href="/documentation/latest/./submitting-a-patch/">submitting-a-patch</a> document of the Mesos distribution along with the Getting Started Guidance section of this document.</p>
-
-<h2>Preparation and Build Environment Setup</h2>
-
-<p>In order to complete the contribution process you will need to obtain account authorizations and install additional tooling to build the Mesos binaries. These pre-requisites are listed below:</p>
-
-<ul>
-<li>Required account authorizations
-
-<ul>
-<li>Apache Review Board Account</li>
-<li>Apache JIRA Account
-<br/><br/></li>
-</ul>
-</li>
-<li>Required installations
-
-<ul>
-<li>Git</li>
-<li>RBtools</li>
-<li>GTest</li>
-<li>GLog</li>
-</ul>
-</li>
-</ul>
-
-
-<h2>Download and Build Mesos</h2>
-
-<p>In order to begin contributing you will need to download and build the latest stable release of the Mesos distribution. Documentation on the steps to complete this process is described in the Mesos document and link listed above.</p>
-
-<h2>Make Modifications</h2>
-
-<p>Make your intended modifications to the source code and then commit the changes to your local build repository. Changes to the source should also include test cases to exercise the modification. Details about this process are found in the Mesos document listed above and Getting Started section below.</p>
-
-<h2>Submit Patch</h2>
-
-<p>Once changes are completed and tested submit the patch for review. This process will take the modifications from review submission to committed changes in the Mesos distribution.</p>
-
-<h1>Getting Started Guidance</h1>
-
-<p>The following information will help provide additional guidance to execute the steps summarized in Contribution Process Overview described above as well as provide helpful hints when following the <a href="/documentation/latest/./submitting-a-patch/">submitting-a-patch</a> document of the Mesos distribution.</p>
-
-<h2>Apache JIRA Account Pre-Requisite</h2>
-
-<p>Detailed steps are provided in the Mesos documentation to obtain a JIRA account. Once you have obtained a JIRA account, ensure the additional step to request addition to the list of &ldquo;contributors&rdquo; is completed.</p>
-
-<h2>Tooling Pre-Requisites</h2>
-
-<p>There is a set of tooling listed below that is required to be installed for the contribution process. These tools will not be described in this document and it is assumed that the reader will seek alternative references to become familiar with each of these tools outside of this document.</p>
-
-<ul>
-<li><a href="https://git-scm.com/">Git Client</a></li>
-<li><a href="https://www.reviewboard.org/docs/rbtools/dev/">RBTools</a></li>
-<li><a href="https://github.com/google/googletest">GTest</a></li>
-<li><a href="https://github.com/google/glog">GLog</a></li>
-</ul>
-
-
-<h2>Core Libraries</h2>
-
-<p>There are two core libraries in Mesos: <em>stout</em> and <em>libprocess</em>. <em>stout</em> is the low level operating system abstraction tooling that should be used in place of writing your own low level tools. <em>libprocess</em> is a library used to support building compatible concurrent components (see <a href="https://www.youtube.com/watch?v=5EIiU6R_6KE">video</a> for an introduction to the <em>libprocess</em> library). New contributors to Mesos should become familiar with these libraries and utilize them where appropriate.  Additional documentation can be found in the following two README files: 3rdparty/libprocess/README.md and 3rdparty/stout/README.md.</p>
-
-<h2>Download and Build Mesos</h2>
-
-<p>Detailed steps are provided in the <a href="/documentation/latest/./getting-started/">Mesos documentation</a> to download and build Mesos. When downloading the Mesos distribution there are 2 options to obtain the Mesos source code. For contributing, ensure that the Git option is used.</p>
-
-<h2>JIRA</h2>
-
-<p><a href="http://issues.apache.org/jira/browse/MESOS">JIRA</a> is the issue tracking system for all bug fixes and feature additions in Mesos. When contributing to Mesos, all assignments, discussions, and resolution proposals for a specific issue should be documented as comments within the JIRA item.</p>
-
-<h2>Identifying a JIRA Issue</h2>
-
-<p>To begin the contribution process, identify a Mesos JIRA issue that is currently unassigned. It is highly recommended to start contributing to beginner level issues and overtime move to advanced level issues. The JIRA issue-tracking system can be filtered based on labels. The following labels can be used to identify beginner level JIRA tickets:</p>
-
-<ul>
-<li>newbie</li>
-<li>newbie++</li>
-<li>beginner</li>
-<li>beginners</li>
-</ul>
-
-
-<p>When identifying a JIRA issue to work on, it is recommended to work on items that are relevant to the next release. Selecting work items important for the next release increases the priority for reviewers during the contribution process. See the tracking ticket for the release to figure out the high priority projects or ask the release manager to guide you.</p>
-
-<h2>Assign a JIRA Issue</h2>
-
-<p>There are a couple options to assign a work item: 1) create a new JIRA issue to work on or 2) identify an existing JIRA issue item to work on as described above. Whichever option is chosen there are several steps that should be followed when assigning yourself a JIRA ticket.</p>
-
-<p>It is important to identify a shepherd before you assign a ticket to yourself. Working with a shepherd will reveal its priority at the current time. To identify a shepherd look at the <a href="/documentation/latest/./committers/">maintainers</a> file to get an idea who to ask to shepherd your JIRA issue.</p>
-
-<h2>JIRA Issue Solution Proposals</h2>
-
-<p>Once you have an assigned JIRA issue and you have identified a shepherd, it is important to discuss your proposed solution within the JIRA ticket early in the resolution process in order to get feedback from reviewers. Early discussions will help:</p>
-
-<ol>
-<li><p>ensure the solution will be scoped in a consumable fashion;</p></li>
-<li><p>eliminate duplicate work with other contributions; and</p></li>
-<li><p>alert anyone interested in following the activity and progress of the ticket.</p></li>
-</ol>
-
-
-<p>Guidelines to consider when designing a solution can be found in the <a href="/documentation/latest/./effective-code-reviewing/">effective-code-reviewing</a> document.</p>
-
-<h2>Making Changes</h2>
-
-<p>After completing the solution review make the source code changes, build and successfully run relevant test cases. Guidelines for these processes can be found in the <a href="/documentation/latest/./submitting-a-patch/">submitting-a-patch</a> and <a href="/documentation/latest/./c++-style-guide/">mesos-c++style-guide</a>.</p>
-
-<p>When creating and running test cases pay particular attention to race conditions. One recommendation is to run system tests multiple times.  Below is a sample command to repeat the test 100 times.</p>
-
-<pre><code>sudo GLOG_v=1 ./bin/mesos-tests.sh --verbose --gtest_filter="*DOCKER*" --break-on-error --gtest_shuffle --gtest_repeat=100
-</code></pre>
-
-<h2>Submit a Patch to the Review Board</h2>
-
-<p>Submit your patch for review after you have come to an agreement with your shepherd on the proposed solution, made the modifications and successfully ran the test cases. Make sure your shepherd is added as a &ldquo;reviewer&rdquo; (among others) in the review. This will ensure that your reviews get processed.</p>
-
-<p>When submitting a patch for review, include all testing done in the submission documentation. Follow the detailed steps found in the <a href="/documentation/latest/./submitting-a-patch/">submitting-a-patch</a> document to submit a patch for review.</p>
-
-<h1>Advanced Level JIRA Items</h1>
-
-<p>As you gain experience contributing to Mesos you may want to tackle more advanced level JIRA items. These items may touch multiple components within Mesos and/or may have a significant impact on the developer or user community. In these cases, a working group of stakeholders is formed to develop a design document. The initial formation of this working group will be part of the community communication resources, e.g. the re-occurring developer sync meetings, the developer email list, the IRC channel, etc. For reference, a contributor new to an advanced level work item can refer to the work done for the <a href="https://issues.apache.org/jira/browse/MESOS-1592">inverse offer</a> project.</p>
-
-<hr />
-
-<h1>FAQs</h1>
-
-<p>Q: Where can I find documentation about Mesos?
-A: Mesos documentation is located in the &lsquo;docs&rsquo; directory of the Mesos distribution. This documentation includes information about Mesos architecture and design, running Mesos, developing within the Mesos ecosystem and contributing to Mesos. Additionally, the latest documentation can be found here:
-<a href="http://mesos.apache.org/documentation/latest/index.html">http://mesos.apache.org/documentation/latest/index.html</a></p>
-
-<p>Q: What is a Shepherd?
-A: An identified PMC/committer that works with a contributor to help shepherd a JIRA item to completion.  Shepherds should be as identified at the beginning of the design/development phase.</p>
-
-  </div>
-</div>
-
-  </div><!-- /.container -->
-</div><!-- /.content -->
-
-<hr>
-
-
-
-    <!-- footer -->
-    <div class="footer">
-      <div class="container">
-        <div class="col-md-4 social-blk">
-          <span class="social">
-            <a href="https://twitter.com/ApacheMesos"
-              class="twitter-follow-button"
-              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
-              class="twitter-hashtag-button"
-              data-size="large"
-              data-related="ApacheMesos">Tweet #mesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-          </span>
-        </div>
-
-        <div class="col-md-8 trademark">
-          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
-            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
-          <p>
-        </div>
-      </div><!-- /.container -->
-    </div><!-- /.footer -->
-
-    <!-- JS -->
-    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
-    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
-    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
-
-    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
-    <script type="text/javascript">
-    anchors.options = {
-      placement: 'right',
-      ariaLabel: 'Permalink',
-    };
-
-    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
-    // and we do want to put anchors on those.
-    anchors.add('h1, h2, h3, h4, h5, h6');
-    </script>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/operational-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/operational-guide/index.html b/content/documentation/operational-guide/index.html
index 57a01f6..de10b94 100644
--- a/content/documentation/operational-guide/index.html
+++ b/content/documentation/operational-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/operator-http-api/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/operator-http-api/index.html b/content/documentation/operator-http-api/index.html
index 7474c39..a592b6c 100644
--- a/content/documentation/operator-http-api/index.html
+++ b/content/documentation/operator-http-api/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/oversubscription/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/oversubscription/index.html b/content/documentation/oversubscription/index.html
index 87c95da..2f6bb8e 100644
--- a/content/documentation/oversubscription/index.html
+++ b/content/documentation/oversubscription/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/persistent-volume/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/persistent-volume/index.html b/content/documentation/persistent-volume/index.html
index ab5f16c..e6c70b2 100644
--- a/content/documentation/persistent-volume/index.html
+++ b/content/documentation/persistent-volume/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/powered-by-mesos/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/powered-by-mesos/index.html b/content/documentation/powered-by-mesos/index.html
index 52aaf5a..906fe40 100644
--- a/content/documentation/powered-by-mesos/index.html
+++ b/content/documentation/powered-by-mesos/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/presentations/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/presentations/index.html b/content/documentation/presentations/index.html
index 02062bf..88460a8 100644
--- a/content/documentation/presentations/index.html
+++ b/content/documentation/presentations/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/quota/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/quota/index.html b/content/documentation/quota/index.html
index d08023e..6a4a513 100644
--- a/content/documentation/quota/index.html
+++ b/content/documentation/quota/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/reconciliation/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/reconciliation/index.html b/content/documentation/reconciliation/index.html
index 485f5c6..549aa43 100644
--- a/content/documentation/reconciliation/index.html
+++ b/content/documentation/reconciliation/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/release-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/release-guide/index.html b/content/documentation/release-guide/index.html
index e70bce0..380a59f 100644
--- a/content/documentation/release-guide/index.html
+++ b/content/documentation/release-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/reopening-reviews/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/reopening-reviews/index.html b/content/documentation/reopening-reviews/index.html
index 030c8ed..a031007 100644
--- a/content/documentation/reopening-reviews/index.html
+++ b/content/documentation/reopening-reviews/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>
@@ -129,7 +129,7 @@ member of the community and you should be assigned to the issue.</li>
 <ul>
 <li>For bug fixes or documentation updates, you should
 <a href="/documentation/latest/./committers/">contact the maintainer(s)</a>.</li>
-<li>For improvements or new features, you should <a href="/documentation/latest/./submitting-a-patch/">find a shepherd</a>
+<li>For improvements or new features, you should <a href="/documentation/latest/./advanced-contribution/">find a shepherd</a>
 to collaborate on your design and review.</li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/replicated-log-internals/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/replicated-log-internals/index.html b/content/documentation/replicated-log-internals/index.html
index 999bf5c..c26ce99 100644
--- a/content/documentation/replicated-log-internals/index.html
+++ b/content/documentation/replicated-log-internals/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/reporting-a-bug/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/reporting-a-bug/index.html b/content/documentation/reporting-a-bug/index.html
deleted file mode 100644
index 1c018b0..0000000
--- a/content/documentation/reporting-a-bug/index.html
+++ /dev/null
@@ -1,179 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <title>Apache Mesos - Reporting An Issue</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <meta property="og:locale" content="en_US"/>
-    <meta property="og:type" content="website"/>
-    <meta property="og:title" content="Apache Mesos"/>
-    <meta property="og:site_name" content="Apache Mesos"/>
-    <meta property="og:url" content="http://mesos.apache.org/"/>
-    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta property="og:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <meta name="twitter:card" content="summary"/>
-    <meta name="twitter:site" content="@ApacheMesos"/>
-    <meta name="twitter:title" content="Apache Mesos"/>
-    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta name="twitter:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
-    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
-    <link href="../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
-
-    
-
-    <!-- Google Analytics Magic -->
-    <script type="text/javascript">
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-20226872-1']);
-    _gaq.push(['_setDomainName', 'apache.org']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })();
-    </script>
-    
-  </head>
-  <body>
-    <!-- magical breadcrumbs -->
-    <div class="topnav">
-      <div class="container">
-        <ul class="breadcrumb">
-          <li>
-            <div class="dropdown">
-              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
-                <li><a href="http://www.apache.org">Apache Homepage</a></li>
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-              </ul>
-            </div>
-          </li>
-
-          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
-          
-          
-          <li><a href="/documentation
-/">Documentation
-</a></li>
-          
-          
-        </ul><!-- /.breadcrumb -->
-      </div><!-- /.container -->
-    </div><!-- /.topnav -->
-
-    <!-- navbar excitement -->
-<div class="navbar navbar-default navbar-static-top" role="navigation">
-  <div class="container">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
-      <span class="sr-only">Toggle navigation</span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      </button>
-      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
-    </div><!-- /.navbar-header -->
-
-    <div class="navbar-collapse collapse" id="mesos-menu">
-      <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
-        <li><a href="/blog/">Blog</a></li>
-        <li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Downloads</a></li>
-        <li><a href="/community/">Community</a></li>
-      </ul>
-    </div><!-- /#mesos-menu -->
-  </div><!-- /.container -->
-</div><!-- /.navbar -->
-
-<div class="content">
-  <div class="container">
-    <div class="row-fluid">
-  <div class="col-md-4">
-    <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
-       information about downloading, building, and deploying Mesos.</p>
-
-    <h4>If you'd like to get involved or you're looking for support</h4>
-    <p>See our <a href="/community/">community</a> page for more details.</p>
-  </div>
-  <div class="col-md-8">
-    <h1>Reporting an Issue</h1>
-
-<p>When reporting an issue (e.g. bug, improvement, feature request), please provide as much context as possible.</p>
-
-<ul>
-<li>We track all issues via Apache&rsquo;s hosted <a href="https://issues.apache.org/jira/browse/MESOS">JIRA issue tracker</a>, so if you don&rsquo;t already have an account you&rsquo;ll need to register for one. It&rsquo;s quick and easy.</li>
-<li>A JIRA should be created for every task, feature, bug-fix, etc. This makes it easy to track progress.</li>
-<li>If you are planning to work on the ticket, please assign the JIRA issue to yourself before you start working on it. This helps to avoid duplication of work and alerts anyone who is following that issue. It is highly encouraged to start a discussion with others in the community about how to solve the issue. The <a href="/documentation/latest/./submitting-a-patch/">contribution guidelines</a> discuss how to contribute to Mesos development in more detail.</li>
-</ul>
-
-
-  </div>
-</div>
-
-  </div><!-- /.container -->
-</div><!-- /.content -->
-
-<hr>
-
-
-
-    <!-- footer -->
-    <div class="footer">
-      <div class="container">
-        <div class="col-md-4 social-blk">
-          <span class="social">
-            <a href="https://twitter.com/ApacheMesos"
-              class="twitter-follow-button"
-              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
-              class="twitter-hashtag-button"
-              data-size="large"
-              data-related="ApacheMesos">Tweet #mesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-          </span>
-        </div>
-
-        <div class="col-md-8 trademark">
-          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
-            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
-          <p>
-        </div>
-      </div><!-- /.container -->
-    </div><!-- /.footer -->
-
-    <!-- JS -->
-    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
-    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
-    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
-
-    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
-    <script type="text/javascript">
-    anchors.options = {
-      placement: 'right',
-      ariaLabel: 'Permalink',
-    };
-
-    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
-    // and we do want to put anchors on those.
-    anchors.add('h1, h2, h3, h4, h5, h6');
-    </script>
-  </body>
-</html>


[8/8] mesos-site git commit: Updated the website built from mesos SHA: 549fa61.

Posted by gi...@apache.org.
Updated the website built from mesos SHA: 549fa61.


Project: http://git-wip-us.apache.org/repos/asf/mesos-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos-site/commit/982d1de6
Tree: http://git-wip-us.apache.org/repos/asf/mesos-site/tree/982d1de6
Diff: http://git-wip-us.apache.org/repos/asf/mesos-site/diff/982d1de6

Branch: refs/heads/asf-site
Commit: 982d1de6b6c61022f1555fa19919f5f056b71cae
Parents: 762357e
Author: jenkins <bu...@apache.org>
Authored: Fri Oct 20 20:18:52 2017 +0000
Committer: jenkins <bu...@apache.org>
Committed: Fri Oct 20 20:18:52 2017 +0000

----------------------------------------------------------------------
 .../api/latest/c++/longpath_8hpp_source.html    |  10 +-
 .../index.html                                  |   2 +-
 content/blog/dev-community-status/index.html    |   2 +-
 .../index.html                                  |   2 +-
 content/blog/index.html                         |   2 +-
 content/blog/mesos-0-14-2-released/index.html   |   2 +-
 content/blog/mesos-0-16-0-released/index.html   |   2 +-
 .../index.html                                  |   2 +-
 content/blog/mesos-0-18-0-released/index.html   |   2 +-
 .../mesos-0-18-1-and-0-18-2-released/index.html |   2 +-
 content/blog/mesos-0-19-0-released/index.html   |   2 +-
 content/blog/mesos-0-19-1-released/index.html   |   2 +-
 content/blog/mesos-0-20-0-released/index.html   |   2 +-
 content/blog/mesos-0-20-1-released/index.html   |   2 +-
 content/blog/mesos-0-21-0-released/index.html   |   2 +-
 content/blog/mesos-0-21-1-released/index.html   |   2 +-
 content/blog/mesos-0-22-0-released/index.html   |   2 +-
 content/blog/mesos-0-22-1-released/index.html   |   2 +-
 content/blog/mesos-0-23-0-released/index.html   |   2 +-
 content/blog/mesos-0-24-0-released/index.html   |   2 +-
 .../mesos-0-24-1-and-more-released/index.html   |   2 +-
 content/blog/mesos-0-25-0-released/index.html   |   2 +-
 content/blog/mesos-0-26-0-released/index.html   |   2 +-
 .../mesos-0-26-1-and-more-released/index.html   |   2 +-
 content/blog/mesos-0-27-0-released/index.html   |   2 +-
 content/blog/mesos-0-27-1-released/index.html   |   2 +-
 content/blog/mesos-0-27-2-released/index.html   |   2 +-
 content/blog/mesos-0-27-3-released/index.html   |   2 +-
 content/blog/mesos-0-28-0-released/index.html   |   2 +-
 content/blog/mesos-0-28-2-released/index.html   |   2 +-
 content/blog/mesos-0-28-3-released/index.html   |   2 +-
 content/blog/mesos-1-0-0-released/index.html    |   2 +-
 content/blog/mesos-1-0-1-released/index.html    |   2 +-
 content/blog/mesos-1-0-2-released/index.html    |   2 +-
 content/blog/mesos-1-0-3-released/index.html    |   2 +-
 content/blog/mesos-1-0-4-released/index.html    |   2 +-
 content/blog/mesos-1-1-0-released/index.html    |   2 +-
 content/blog/mesos-1-1-1-released/index.html    |   2 +-
 content/blog/mesos-1-1-3-released/index.html    |   2 +-
 content/blog/mesos-1-2-0-released/index.html    |   2 +-
 content/blog/mesos-1-2-1-released/index.html    |   2 +-
 content/blog/mesos-1-2-2-released/index.html    |   2 +-
 content/blog/mesos-1-3-0-released/index.html    |   2 +-
 content/blog/mesos-1-3-1-released/index.html    |   2 +-
 content/blog/mesos-1-4-0-released/index.html    |   2 +-
 .../index.html                                  |   2 +-
 .../blog/mesos-community-update-1/index.html    |   2 +-
 .../index.html                                  |   2 +-
 .../mesoscon-2014-program-announced/index.html  |   2 +-
 .../index.html                                  |   2 +-
 .../mesoscon-2016-cfp-is-now-open/index.html    |   2 +-
 .../index.html                                  |   2 +-
 content/blog/mesoscon-goes-europe/index.html    |   2 +-
 .../index.html                                  |   2 +-
 .../index.html                                  |   2 +-
 .../index.html                                  |   2 +-
 .../index.html                                  |   2 +-
 .../slave-recovery-in-apache-mesos/index.html   |   2 +-
 content/community/index.html                    |  10 +-
 content/community/user-groups/index.html        |   2 +-
 .../advanced-contribution/index.html            | 357 +++++++++++++++
 content/documentation/agent-recovery/index.html |   4 +-
 .../documentation/allocation-module/index.html  |   4 +-
 .../api-client-libraries/index.html             |   4 +-
 .../app-framework-development-guide/index.html  |   4 +-
 content/documentation/architecture/index.html   |   4 +-
 .../attributes-resources/index.html             |   4 +-
 content/documentation/authentication/index.html |   4 +-
 content/documentation/authorization/index.html  |   4 +-
 .../beginner-contribution/index.html            | 236 ++++++++++
 content/documentation/building/index.html       | 445 +++++++++++++++++++
 .../documentation/c++-style-guide/index.html    |   4 +-
 content/documentation/clang-format/index.html   |   4 +-
 content/documentation/cmake-examples/index.html |   4 +-
 content/documentation/cmake/index.html          |   4 +-
 content/documentation/cni/index.html            |   4 +-
 .../committer-candidate-checklist/index.html    |   4 +-
 content/documentation/committers/index.html     |   4 +-
 content/documentation/committing/index.html     |   4 +-
 content/documentation/configuration/index.html  |   4 +-
 .../documentation/container-image/index.html    |   4 +-
 .../documentation/container-volume/index.html   |   4 +-
 .../containerizer-internals/index.html          |   4 +-
 content/documentation/containerizers/index.html |   4 +-
 content/documentation/deploy-scripts/index.html |   4 +-
 content/documentation/design-docs/index.html    |   4 +-
 .../docker-containerizer/index.html             |   4 +-
 .../documentation-guide/index.html              |   4 +-
 .../doxygen-style-guide/index.html              |   4 +-
 .../effective-code-reviewing/index.html         |   4 +-
 .../index.html                                  |   4 +-
 .../documentation/executor-http-api/index.html  |   4 +-
 .../fetcher-cache-internals/index.html          |   4 +-
 content/documentation/fetcher/index.html        |   4 +-
 .../framework-rate-limiting/index.html          |   4 +-
 content/documentation/frameworks/index.html     |   4 +-
 .../documentation/getting-started/index.html    | 445 -------------------
 content/documentation/gpu-support/index.html    |   4 +-
 content/documentation/health-checks/index.html  |   4 +-
 .../index.html                                  |   4 +-
 .../documentation/high-availability/index.html  |   4 +-
 content/documentation/index.html                |  12 +-
 .../latest/advanced-contribution/index.html     | 357 +++++++++++++++
 .../latest/agent-recovery/index.html            |   4 +-
 .../latest/allocation-module/index.html         |   4 +-
 .../latest/api-client-libraries/index.html      |   4 +-
 .../app-framework-development-guide/index.html  |   4 +-
 .../latest/architecture/index.html              |   4 +-
 .../latest/attributes-resources/index.html      |   4 +-
 .../latest/authentication/index.html            |   4 +-
 .../latest/authorization/index.html             |   4 +-
 .../latest/beginner-contribution/index.html     | 236 ++++++++++
 .../documentation/latest/building/index.html    | 445 +++++++++++++++++++
 .../latest/c++-style-guide/index.html           |   4 +-
 .../latest/clang-format/index.html              |   4 +-
 .../latest/cmake-examples/index.html            |   4 +-
 content/documentation/latest/cmake/index.html   |   4 +-
 content/documentation/latest/cni/index.html     |   4 +-
 .../committer-candidate-checklist/index.html    |   4 +-
 .../documentation/latest/committers/index.html  |   4 +-
 .../documentation/latest/committing/index.html  |   4 +-
 .../latest/configuration/agent/index.html       |   4 +-
 .../latest/configuration/autotools/index.html   |   4 +-
 .../latest/configuration/cmake/index.html       |   4 +-
 .../latest/configuration/index.html             |   4 +-
 .../latest/configuration/libprocess/index.html  |   4 +-
 .../configuration/master-and-agent/index.html   |   4 +-
 .../latest/configuration/master/index.html      |   4 +-
 .../latest/container-image/index.html           |   4 +-
 .../latest/container-volume/index.html          |   4 +-
 .../latest/containerizer-internals/index.html   |   4 +-
 .../latest/containerizers/index.html            |   4 +-
 .../latest/deploy-scripts/index.html            |   4 +-
 .../documentation/latest/design-docs/index.html |   4 +-
 .../latest/docker-containerizer/index.html      |   4 +-
 .../latest/documentation-guide/index.html       |   4 +-
 .../latest/doxygen-style-guide/index.html       |   4 +-
 .../latest/effective-code-reviewing/index.html  |   4 +-
 .../endpoints/files/browse.json/index.html      |   4 +-
 .../latest/endpoints/files/browse/index.html    |   4 +-
 .../endpoints/files/debug.json/index.html       |   4 +-
 .../latest/endpoints/files/debug/index.html     |   4 +-
 .../endpoints/files/download.json/index.html    |   4 +-
 .../latest/endpoints/files/download/index.html  |   4 +-
 .../latest/endpoints/files/read.json/index.html |   4 +-
 .../latest/endpoints/files/read/index.html      |   4 +-
 .../documentation/latest/endpoints/index.html   |   4 +-
 .../latest/endpoints/logging/toggle/index.html  |   4 +-
 .../latest/endpoints/master/api/v1/index.html   |   4 +-
 .../master/api/v1/scheduler/index.html          |   4 +-
 .../endpoints/master/create-volumes/index.html  |   4 +-
 .../endpoints/master/destroy-volumes/index.html |   4 +-
 .../latest/endpoints/master/flags/index.html    |   4 +-
 .../endpoints/master/frameworks/index.html      |   4 +-
 .../latest/endpoints/master/health/index.html   |   4 +-
 .../endpoints/master/machine/down/index.html    |   4 +-
 .../endpoints/master/machine/up/index.html      |   4 +-
 .../master/maintenance/schedule/index.html      |   4 +-
 .../master/maintenance/status/index.html        |   4 +-
 .../latest/endpoints/master/quota/index.html    |   4 +-
 .../latest/endpoints/master/redirect/index.html |   4 +-
 .../latest/endpoints/master/reserve/index.html  |   4 +-
 .../endpoints/master/roles.json/index.html      |   4 +-
 .../latest/endpoints/master/roles/index.html    |   4 +-
 .../latest/endpoints/master/slaves/index.html   |   4 +-
 .../endpoints/master/state-summary/index.html   |   4 +-
 .../endpoints/master/state.json/index.html      |   4 +-
 .../latest/endpoints/master/state/index.html    |   4 +-
 .../endpoints/master/tasks.json/index.html      |   4 +-
 .../latest/endpoints/master/tasks/index.html    |   4 +-
 .../latest/endpoints/master/teardown/index.html |   4 +-
 .../endpoints/master/unreserve/index.html       |   4 +-
 .../latest/endpoints/master/weights/index.html  |   4 +-
 .../endpoints/metrics/snapshot/index.html       |   4 +-
 .../latest/endpoints/profiler/start/index.html  |   4 +-
 .../latest/endpoints/profiler/stop/index.html   |   4 +-
 .../endpoints/registrar/registry/index.html     |   4 +-
 .../endpoints/slave/api/v1/executor/index.html  |   4 +-
 .../latest/endpoints/slave/api/v1/index.html    |   4 +-
 .../slave/api/v1/resource_provider/index.html   |   4 +-
 .../endpoints/slave/containers/index.html       |   4 +-
 .../latest/endpoints/slave/flags/index.html     |   4 +-
 .../latest/endpoints/slave/health/index.html    |   4 +-
 .../slave/monitor/statistics.json/index.html    |   4 +-
 .../slave/monitor/statistics/index.html         |   4 +-
 .../endpoints/slave/state.json/index.html       |   4 +-
 .../latest/endpoints/slave/state/index.html     |   4 +-
 .../endpoints/system/stats.json/index.html      |   4 +-
 .../latest/endpoints/version/index.html         |   4 +-
 .../index.html                                  |   4 +-
 .../latest/executor-http-api/index.html         |   4 +-
 .../latest/fetcher-cache-internals/index.html   |   4 +-
 content/documentation/latest/fetcher/index.html |   4 +-
 .../latest/framework-rate-limiting/index.html   |   4 +-
 .../documentation/latest/frameworks/index.html  |   4 +-
 .../latest/getting-started/index.html           | 445 -------------------
 .../documentation/latest/gpu-support/index.html |   4 +-
 .../latest/health-checks/index.html             |   4 +-
 .../index.html                                  |   4 +-
 .../latest/high-availability/index.html         |   4 +-
 content/documentation/latest/index.html         |  12 +-
 .../latest/isolators/cgroups-blkio/index.html   |   4 +-
 .../latest/isolators/cgroups-cpu/index.html     |   4 +-
 .../latest/isolators/cgroups-net-cls/index.html |   4 +-
 .../latest/isolators/disk-du/index.html         |   4 +-
 .../latest/isolators/disk-xfs/index.html        |   4 +-
 .../latest/isolators/docker-runtime/index.html  |   4 +-
 .../latest/isolators/docker-volume/index.html   |   4 +-
 .../isolators/filesystem-shared/index.html      |   4 +-
 .../isolators/linux-capabilities/index.html     |   4 +-
 .../latest/isolators/namespaces-ipc/index.html  |   4 +-
 .../latest/isolators/namespaces-pid/index.html  |   4 +-
 .../isolators/network-port-mapping/index.html   |   4 +-
 .../latest/isolators/posix-rlimits/index.html   |   4 +-
 content/documentation/latest/logging/index.html |   4 +-
 .../documentation/latest/maintenance/index.html |   4 +-
 .../latest/markdown-style-guide/index.html      |   4 +-
 .../latest/mesos-containerizer/index.html       |   4 +-
 content/documentation/latest/modules/index.html |   4 +-
 .../documentation/latest/monitoring/index.html  |   4 +-
 .../latest/multiple-disk/index.html             |   4 +-
 .../nested-container-and-task-group/index.html  |   4 +-
 .../index.html                                  |   4 +-
 .../documentation/latest/networking/index.html  |   4 +-
 .../latest/newbie-guide/index.html              | 310 -------------
 .../latest/operational-guide/index.html         |   4 +-
 .../latest/operator-http-api/index.html         |   4 +-
 .../latest/oversubscription/index.html          |   4 +-
 .../latest/persistent-volume/index.html         |   4 +-
 .../latest/powered-by-mesos/index.html          |   4 +-
 .../latest/presentations/index.html             |   4 +-
 content/documentation/latest/quota/index.html   |   4 +-
 .../latest/reconciliation/index.html            |   4 +-
 .../latest/release-guide/index.html             |   4 +-
 .../latest/reopening-reviews/index.html         |   6 +-
 .../latest/replicated-log-internals/index.html  |   4 +-
 .../latest/reporting-a-bug/index.html           | 179 --------
 .../latest/reporting-an-issue/index.html        | 179 ++++++++
 .../documentation/latest/reservation/index.html |   4 +-
 content/documentation/latest/roadmap/index.html |   4 +-
 content/documentation/latest/roles/index.html   |   4 +-
 content/documentation/latest/sandbox/index.html |   4 +-
 .../latest/scheduler-http-api/index.html        |   4 +-
 content/documentation/latest/secrets/index.html |   4 +-
 .../latest/shared-resources/index.html          |   4 +-
 content/documentation/latest/ssl/index.html     |   4 +-
 .../latest/submitting-a-patch/index.html        | 310 -------------
 .../latest/task-state-reasons/index.html        |   4 +-
 .../latest/testing-patterns/index.html          |   4 +-
 content/documentation/latest/tools/index.html   |   4 +-
 .../documentation/latest/upgrades/index.html    |   4 +-
 .../documentation/latest/versioning/index.html  |   4 +-
 content/documentation/latest/weights/index.html |   4 +-
 content/documentation/latest/windows/index.html |   4 +-
 .../latest/working-groups/index.html            |   4 +-
 content/documentation/logging/index.html        |   4 +-
 content/documentation/maintenance/index.html    |   4 +-
 .../markdown-style-guide/index.html             |   4 +-
 .../mesos-containerizer/index.html              |   4 +-
 content/documentation/modules/index.html        |   4 +-
 content/documentation/monitoring/index.html     |   4 +-
 content/documentation/multiple-disk/index.html  |   4 +-
 .../nested-container-and-task-group/index.html  |   4 +-
 .../index.html                                  |   4 +-
 content/documentation/networking/index.html     |   4 +-
 content/documentation/newbie-guide/index.html   | 310 -------------
 .../documentation/operational-guide/index.html  |   4 +-
 .../documentation/operator-http-api/index.html  |   4 +-
 .../documentation/oversubscription/index.html   |   4 +-
 .../documentation/persistent-volume/index.html  |   4 +-
 .../documentation/powered-by-mesos/index.html   |   4 +-
 content/documentation/presentations/index.html  |   4 +-
 content/documentation/quota/index.html          |   4 +-
 content/documentation/reconciliation/index.html |   4 +-
 content/documentation/release-guide/index.html  |   4 +-
 .../documentation/reopening-reviews/index.html  |   6 +-
 .../replicated-log-internals/index.html         |   4 +-
 .../documentation/reporting-a-bug/index.html    | 179 --------
 .../documentation/reporting-an-issue/index.html | 179 ++++++++
 content/documentation/reservation/index.html    |   4 +-
 content/documentation/roadmap/index.html        |   4 +-
 content/documentation/roles/index.html          |   4 +-
 content/documentation/sandbox/index.html        |   4 +-
 .../documentation/scheduler-http-api/index.html |   4 +-
 content/documentation/secrets/index.html        |   4 +-
 .../documentation/shared-resources/index.html   |   4 +-
 content/documentation/ssl/index.html            |   4 +-
 .../documentation/submitting-a-patch/index.html | 310 -------------
 .../documentation/task-state-reasons/index.html |   4 +-
 .../documentation/testing-patterns/index.html   |   4 +-
 content/documentation/tools/index.html          |   4 +-
 content/documentation/upgrades/index.html       |   4 +-
 content/documentation/versioning/index.html     |   4 +-
 content/documentation/weights/index.html        |   4 +-
 content/documentation/windows/index.html        |   4 +-
 content/documentation/working-groups/index.html |   4 +-
 content/downloads/index.html                    |   4 +-
 content/getting-started/index.html              | 186 ++++++++
 content/gettingstarted/index.html               | 445 -------------------
 content/index.html                              |   2 +-
 content/release-plan/index.html                 |   2 +-
 content/sitemap.xml                             |  68 +--
 302 files changed, 3179 insertions(+), 3486 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/api/latest/c++/longpath_8hpp_source.html
----------------------------------------------------------------------
diff --git a/content/api/latest/c++/longpath_8hpp_source.html b/content/api/latest/c++/longpath_8hpp_source.html
index 69e0111..b59aba3 100644
--- a/content/api/latest/c++/longpath_8hpp_source.html
+++ b/content/api/latest/c++/longpath_8hpp_source.html
@@ -81,18 +81,18 @@
 <div class="line"><a name="l00027"></a><span class="lineno">   27</span>&#160;<span class="keyword">namespace </span>windows {</div>
 <div class="line"><a name="l00028"></a><span class="lineno">   28</span>&#160;</div>
 <div class="line"><a name="l00029"></a><span class="lineno">   29</span>&#160;<span class="comment">// This function idempotently prepends &quot;\\?\&quot; to the given path iff:</span></div>
-<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment">// (1) The path&#39;s length is greater than 248, the minimum Windows API limit.</span></div>
-<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="comment">//     This limit is neither `NAME_MAX` nor `PATH_MAX`; it is an arbitrary</span></div>
-<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="comment">//     limit of `CreateDirectory` and is the smallest such limit.</span></div>
+<div class="line"><a name="l00030"></a><span class="lineno">   30</span>&#160;<span class="comment">// (1) The path&#39;s length is greater than or equal to 248, the minimum Windows</span></div>
+<div class="line"><a name="l00031"></a><span class="lineno">   31</span>&#160;<span class="comment">//     API limit. This limit is neither `NAME_MAX` nor `PATH_MAX`; it is an</span></div>
+<div class="line"><a name="l00032"></a><span class="lineno">   32</span>&#160;<span class="comment">//     arbitrary limit of `CreateDirectoryW` and is the smallest such limit.</span></div>
 <div class="line"><a name="l00033"></a><span class="lineno">   33</span>&#160;<span class="comment">// (2) The path is absolute (otherwise the marker is meaningless).</span></div>
 <div class="line"><a name="l00034"></a><span class="lineno">   34</span>&#160;<span class="comment">// (3) The path does not already have the marker (idempotent).</span></div>
 <div class="line"><a name="l00035"></a><span class="lineno">   35</span>&#160;<span class="comment">//</span></div>
-<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="comment">// It then converts the path to UTF-16, appropriate for use in Uniode versions</span></div>
+<div class="line"><a name="l00036"></a><span class="lineno">   36</span>&#160;<span class="comment">// It then converts the path to UTF-16, appropriate for use in Unicode versions</span></div>
 <div class="line"><a name="l00037"></a><span class="lineno">   37</span>&#160;<span class="comment">// of Windows filesystem APIs which support lengths greater than NAME_MAX.</span></div>
 <div class="line"><a name="l00038"></a><span class="lineno"><a class="line" href="namespaceinternal_1_1windows.html#abd7dbdbc8d95626d0c66455078380aa1">   38</a></span>&#160;<span class="keyword">inline</span> std::wstring <a class="code" href="namespaceinternal_1_1windows.html#abd7dbdbc8d95626d0c66455078380aa1">longpath</a>(<span class="keyword">const</span> std::string&amp; path)</div>
 <div class="line"><a name="l00039"></a><span class="lineno">   39</span>&#160;{</div>
 <div class="line"><a name="l00040"></a><span class="lineno">   40</span>&#160;  <span class="keyword">const</span> <span class="keywordtype">size_t</span> max_path_length = 248;</div>
-<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;  <span class="keywordflow">if</span> (path.size() &gt; max_path_length &amp;&amp;</div>
+<div class="line"><a name="l00041"></a><span class="lineno">   41</span>&#160;  <span class="keywordflow">if</span> (path.size() &gt;= max_path_length &amp;&amp;</div>
 <div class="line"><a name="l00042"></a><span class="lineno">   42</span>&#160;      <a class="code" href="namespacepath.html#a09c4941618b3a4ea2dbfccf5fe9d3687">path::absolute</a>(path) &amp;&amp;</div>
 <div class="line"><a name="l00043"></a><span class="lineno">   43</span>&#160;      !<a class="code" href="namespacestrings.html#aa5513faacb213c7e097c0d43af43d9c7">strings::startsWith</a>(path, os::LONGPATH_PREFIX)) {</div>
 <div class="line"><a name="l00044"></a><span class="lineno">   44</span>&#160;    <span class="keywordflow">return</span> wide_stringify(os::LONGPATH_PREFIX + path);</div>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/announcing-mesoscon-eu-2015-hackathon/index.html
----------------------------------------------------------------------
diff --git a/content/blog/announcing-mesoscon-eu-2015-hackathon/index.html b/content/blog/announcing-mesoscon-eu-2015-hackathon/index.html
index 0f8efaa..e4a64da 100644
--- a/content/blog/announcing-mesoscon-eu-2015-hackathon/index.html
+++ b/content/blog/announcing-mesoscon-eu-2015-hackathon/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/dev-community-status/index.html
----------------------------------------------------------------------
diff --git a/content/blog/dev-community-status/index.html b/content/blog/dev-community-status/index.html
index 4319bdc..69722ef 100644
--- a/content/blog/dev-community-status/index.html
+++ b/content/blog/dev-community-status/index.html
@@ -95,7 +95,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/framework-authentication-in-apache-mesos-0-15-0/index.html
----------------------------------------------------------------------
diff --git a/content/blog/framework-authentication-in-apache-mesos-0-15-0/index.html b/content/blog/framework-authentication-in-apache-mesos-0-15-0/index.html
index 46638b7..3685252 100644
--- a/content/blog/framework-authentication-in-apache-mesos-0-15-0/index.html
+++ b/content/blog/framework-authentication-in-apache-mesos-0-15-0/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/index.html
----------------------------------------------------------------------
diff --git a/content/blog/index.html b/content/blog/index.html
index 5666b19..067a626 100644
--- a/content/blog/index.html
+++ b/content/blog/index.html
@@ -87,7 +87,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-14-2-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-14-2-released/index.html b/content/blog/mesos-0-14-2-released/index.html
index 080fe55..7ec2a77 100644
--- a/content/blog/mesos-0-14-2-released/index.html
+++ b/content/blog/mesos-0-14-2-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-16-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-16-0-released/index.html b/content/blog/mesos-0-16-0-released/index.html
index 3fe3c7b..b4b54a0 100644
--- a/content/blog/mesos-0-16-0-released/index.html
+++ b/content/blog/mesos-0-16-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-17-0-released-featuring-autorecovery/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-17-0-released-featuring-autorecovery/index.html b/content/blog/mesos-0-17-0-released-featuring-autorecovery/index.html
index 8f52c52..3a5a92b 100644
--- a/content/blog/mesos-0-17-0-released-featuring-autorecovery/index.html
+++ b/content/blog/mesos-0-17-0-released-featuring-autorecovery/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-18-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-18-0-released/index.html b/content/blog/mesos-0-18-0-released/index.html
index be2360c..c9f4c20 100644
--- a/content/blog/mesos-0-18-0-released/index.html
+++ b/content/blog/mesos-0-18-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-18-1-and-0-18-2-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-18-1-and-0-18-2-released/index.html b/content/blog/mesos-0-18-1-and-0-18-2-released/index.html
index 2883778..e53a3a4 100644
--- a/content/blog/mesos-0-18-1-and-0-18-2-released/index.html
+++ b/content/blog/mesos-0-18-1-and-0-18-2-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-19-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-19-0-released/index.html b/content/blog/mesos-0-19-0-released/index.html
index e1196ca..08c5a69 100644
--- a/content/blog/mesos-0-19-0-released/index.html
+++ b/content/blog/mesos-0-19-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-19-1-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-19-1-released/index.html b/content/blog/mesos-0-19-1-released/index.html
index 4f06ab5..f17dafa 100644
--- a/content/blog/mesos-0-19-1-released/index.html
+++ b/content/blog/mesos-0-19-1-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-20-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-20-0-released/index.html b/content/blog/mesos-0-20-0-released/index.html
index 309766f..1a4e911 100644
--- a/content/blog/mesos-0-20-0-released/index.html
+++ b/content/blog/mesos-0-20-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-20-1-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-20-1-released/index.html b/content/blog/mesos-0-20-1-released/index.html
index f5f81d8..aed6211 100644
--- a/content/blog/mesos-0-20-1-released/index.html
+++ b/content/blog/mesos-0-20-1-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-21-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-21-0-released/index.html b/content/blog/mesos-0-21-0-released/index.html
index 7430a44..1765a7c 100644
--- a/content/blog/mesos-0-21-0-released/index.html
+++ b/content/blog/mesos-0-21-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-21-1-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-21-1-released/index.html b/content/blog/mesos-0-21-1-released/index.html
index c98c56d..ca9612c 100644
--- a/content/blog/mesos-0-21-1-released/index.html
+++ b/content/blog/mesos-0-21-1-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-22-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-22-0-released/index.html b/content/blog/mesos-0-22-0-released/index.html
index 3175a26..6c08688 100644
--- a/content/blog/mesos-0-22-0-released/index.html
+++ b/content/blog/mesos-0-22-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-22-1-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-22-1-released/index.html b/content/blog/mesos-0-22-1-released/index.html
index dd6eb64..763a30b 100644
--- a/content/blog/mesos-0-22-1-released/index.html
+++ b/content/blog/mesos-0-22-1-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-23-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-23-0-released/index.html b/content/blog/mesos-0-23-0-released/index.html
index 8eca6e3..c073a80 100644
--- a/content/blog/mesos-0-23-0-released/index.html
+++ b/content/blog/mesos-0-23-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-24-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-24-0-released/index.html b/content/blog/mesos-0-24-0-released/index.html
index 1752e92..3dbf395 100644
--- a/content/blog/mesos-0-24-0-released/index.html
+++ b/content/blog/mesos-0-24-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-24-1-and-more-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-24-1-and-more-released/index.html b/content/blog/mesos-0-24-1-and-more-released/index.html
index bbf3962..74d5131 100644
--- a/content/blog/mesos-0-24-1-and-more-released/index.html
+++ b/content/blog/mesos-0-24-1-and-more-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-25-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-25-0-released/index.html b/content/blog/mesos-0-25-0-released/index.html
index 85493a8..35cbe57 100644
--- a/content/blog/mesos-0-25-0-released/index.html
+++ b/content/blog/mesos-0-25-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-26-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-26-0-released/index.html b/content/blog/mesos-0-26-0-released/index.html
index ed039a0..1434f1f 100644
--- a/content/blog/mesos-0-26-0-released/index.html
+++ b/content/blog/mesos-0-26-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-26-1-and-more-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-26-1-and-more-released/index.html b/content/blog/mesos-0-26-1-and-more-released/index.html
index 9d8ec60..6b1fb08 100644
--- a/content/blog/mesos-0-26-1-and-more-released/index.html
+++ b/content/blog/mesos-0-26-1-and-more-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-27-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-27-0-released/index.html b/content/blog/mesos-0-27-0-released/index.html
index b8a6dd7..c752fd0 100644
--- a/content/blog/mesos-0-27-0-released/index.html
+++ b/content/blog/mesos-0-27-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-27-1-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-27-1-released/index.html b/content/blog/mesos-0-27-1-released/index.html
index 0ea7b00..1040cb7 100644
--- a/content/blog/mesos-0-27-1-released/index.html
+++ b/content/blog/mesos-0-27-1-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-27-2-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-27-2-released/index.html b/content/blog/mesos-0-27-2-released/index.html
index e138bdf..f9d9287 100644
--- a/content/blog/mesos-0-27-2-released/index.html
+++ b/content/blog/mesos-0-27-2-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-27-3-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-27-3-released/index.html b/content/blog/mesos-0-27-3-released/index.html
index 0327af8..61d612e 100644
--- a/content/blog/mesos-0-27-3-released/index.html
+++ b/content/blog/mesos-0-27-3-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-28-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-28-0-released/index.html b/content/blog/mesos-0-28-0-released/index.html
index b4a25c0..e4573c6 100644
--- a/content/blog/mesos-0-28-0-released/index.html
+++ b/content/blog/mesos-0-28-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-28-2-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-28-2-released/index.html b/content/blog/mesos-0-28-2-released/index.html
index 17d33b1..3a0677d 100644
--- a/content/blog/mesos-0-28-2-released/index.html
+++ b/content/blog/mesos-0-28-2-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-0-28-3-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-0-28-3-released/index.html b/content/blog/mesos-0-28-3-released/index.html
index a66aff7..fae89f4 100644
--- a/content/blog/mesos-0-28-3-released/index.html
+++ b/content/blog/mesos-0-28-3-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-1-0-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-1-0-0-released/index.html b/content/blog/mesos-1-0-0-released/index.html
index d0cdce7..ff981f8 100644
--- a/content/blog/mesos-1-0-0-released/index.html
+++ b/content/blog/mesos-1-0-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-1-0-1-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-1-0-1-released/index.html b/content/blog/mesos-1-0-1-released/index.html
index 1154cd5..8a81a95 100644
--- a/content/blog/mesos-1-0-1-released/index.html
+++ b/content/blog/mesos-1-0-1-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-1-0-2-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-1-0-2-released/index.html b/content/blog/mesos-1-0-2-released/index.html
index d786cf7..98c1df4 100644
--- a/content/blog/mesos-1-0-2-released/index.html
+++ b/content/blog/mesos-1-0-2-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-1-0-3-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-1-0-3-released/index.html b/content/blog/mesos-1-0-3-released/index.html
index 06c5880..bfa7387 100644
--- a/content/blog/mesos-1-0-3-released/index.html
+++ b/content/blog/mesos-1-0-3-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-1-0-4-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-1-0-4-released/index.html b/content/blog/mesos-1-0-4-released/index.html
index 2388375..b6cc438 100644
--- a/content/blog/mesos-1-0-4-released/index.html
+++ b/content/blog/mesos-1-0-4-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-1-1-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-1-1-0-released/index.html b/content/blog/mesos-1-1-0-released/index.html
index c105408..f45e1d9 100644
--- a/content/blog/mesos-1-1-0-released/index.html
+++ b/content/blog/mesos-1-1-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-1-1-1-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-1-1-1-released/index.html b/content/blog/mesos-1-1-1-released/index.html
index 10551c3..23e6416 100644
--- a/content/blog/mesos-1-1-1-released/index.html
+++ b/content/blog/mesos-1-1-1-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-1-1-3-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-1-1-3-released/index.html b/content/blog/mesos-1-1-3-released/index.html
index a51bbe8..8760305 100644
--- a/content/blog/mesos-1-1-3-released/index.html
+++ b/content/blog/mesos-1-1-3-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-1-2-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-1-2-0-released/index.html b/content/blog/mesos-1-2-0-released/index.html
index a1b3441..d0543c5 100644
--- a/content/blog/mesos-1-2-0-released/index.html
+++ b/content/blog/mesos-1-2-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-1-2-1-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-1-2-1-released/index.html b/content/blog/mesos-1-2-1-released/index.html
index 3cc1ea5..cac1094 100644
--- a/content/blog/mesos-1-2-1-released/index.html
+++ b/content/blog/mesos-1-2-1-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-1-2-2-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-1-2-2-released/index.html b/content/blog/mesos-1-2-2-released/index.html
index 2612c32..a00cc1d 100644
--- a/content/blog/mesos-1-2-2-released/index.html
+++ b/content/blog/mesos-1-2-2-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-1-3-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-1-3-0-released/index.html b/content/blog/mesos-1-3-0-released/index.html
index 56fae3f..3bf23dc 100644
--- a/content/blog/mesos-1-3-0-released/index.html
+++ b/content/blog/mesos-1-3-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-1-3-1-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-1-3-1-released/index.html b/content/blog/mesos-1-3-1-released/index.html
index 7286ec9..de92f59 100644
--- a/content/blog/mesos-1-3-1-released/index.html
+++ b/content/blog/mesos-1-3-1-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-1-4-0-released/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-1-4-0-released/index.html b/content/blog/mesos-1-4-0-released/index.html
index fde8a1c..c39ba93 100644
--- a/content/blog/mesos-1-4-0-released/index.html
+++ b/content/blog/mesos-1-4-0-released/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-community-survey-2014-results/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-community-survey-2014-results/index.html b/content/blog/mesos-community-survey-2014-results/index.html
index 4c4f303..1e617fe 100644
--- a/content/blog/mesos-community-survey-2014-results/index.html
+++ b/content/blog/mesos-community-survey-2014-results/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesos-community-update-1/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesos-community-update-1/index.html b/content/blog/mesos-community-update-1/index.html
index 8ec3db4..d35fa9b 100644
--- a/content/blog/mesos-community-update-1/index.html
+++ b/content/blog/mesos-community-update-1/index.html
@@ -93,7 +93,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesoscon-2014-hackathon-details-announced/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesoscon-2014-hackathon-details-announced/index.html b/content/blog/mesoscon-2014-hackathon-details-announced/index.html
index 2b93acb..32ab41c 100644
--- a/content/blog/mesoscon-2014-hackathon-details-announced/index.html
+++ b/content/blog/mesoscon-2014-hackathon-details-announced/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesoscon-2014-program-announced/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesoscon-2014-program-announced/index.html b/content/blog/mesoscon-2014-program-announced/index.html
index 00bf4fc..0977df6 100644
--- a/content/blog/mesoscon-2014-program-announced/index.html
+++ b/content/blog/mesoscon-2014-program-announced/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesoscon-2015-earlybird-registration-now-open/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesoscon-2015-earlybird-registration-now-open/index.html b/content/blog/mesoscon-2015-earlybird-registration-now-open/index.html
index d44d793..0399013 100644
--- a/content/blog/mesoscon-2015-earlybird-registration-now-open/index.html
+++ b/content/blog/mesoscon-2015-earlybird-registration-now-open/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesoscon-2016-cfp-is-now-open/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesoscon-2016-cfp-is-now-open/index.html b/content/blog/mesoscon-2016-cfp-is-now-open/index.html
index c6778e6..8e63697 100644
--- a/content/blog/mesoscon-2016-cfp-is-now-open/index.html
+++ b/content/blog/mesoscon-2016-cfp-is-now-open/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesoscon-europe-2015-schedule-announced/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesoscon-europe-2015-schedule-announced/index.html b/content/blog/mesoscon-europe-2015-schedule-announced/index.html
index 06f096b..ecaeacb 100644
--- a/content/blog/mesoscon-europe-2015-schedule-announced/index.html
+++ b/content/blog/mesoscon-europe-2015-schedule-announced/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesoscon-goes-europe/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesoscon-goes-europe/index.html b/content/blog/mesoscon-goes-europe/index.html
index c5facea..cc0f8da 100644
--- a/content/blog/mesoscon-goes-europe/index.html
+++ b/content/blog/mesoscon-goes-europe/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesoscon-seattle-keynote-speakers-announced/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesoscon-seattle-keynote-speakers-announced/index.html b/content/blog/mesoscon-seattle-keynote-speakers-announced/index.html
index bd5e462..5cabeb5 100644
--- a/content/blog/mesoscon-seattle-keynote-speakers-announced/index.html
+++ b/content/blog/mesoscon-seattle-keynote-speakers-announced/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/mesoscon-seattle-preconference-and-social-activities/index.html
----------------------------------------------------------------------
diff --git a/content/blog/mesoscon-seattle-preconference-and-social-activities/index.html b/content/blog/mesoscon-seattle-preconference-and-social-activities/index.html
index 9a7edef..13acc84 100644
--- a/content/blog/mesoscon-seattle-preconference-and-social-activities/index.html
+++ b/content/blog/mesoscon-seattle-preconference-and-social-activities/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/niklas-nielsen-becomes-mesos-committer/index.html
----------------------------------------------------------------------
diff --git a/content/blog/niklas-nielsen-becomes-mesos-committer/index.html b/content/blog/niklas-nielsen-becomes-mesos-committer/index.html
index 4b43447..92b6f5b 100644
--- a/content/blog/niklas-nielsen-becomes-mesos-committer/index.html
+++ b/content/blog/niklas-nielsen-becomes-mesos-committer/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/register-for-mesoscon-seattle-save/index.html
----------------------------------------------------------------------
diff --git a/content/blog/register-for-mesoscon-seattle-save/index.html b/content/blog/register-for-mesoscon-seattle-save/index.html
index cf0737f..ec10905 100644
--- a/content/blog/register-for-mesoscon-seattle-save/index.html
+++ b/content/blog/register-for-mesoscon-seattle-save/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/blog/slave-recovery-in-apache-mesos/index.html
----------------------------------------------------------------------
diff --git a/content/blog/slave-recovery-in-apache-mesos/index.html b/content/blog/slave-recovery-in-apache-mesos/index.html
index fc68a64..d33a120 100644
--- a/content/blog/slave-recovery-in-apache-mesos/index.html
+++ b/content/blog/slave-recovery-in-apache-mesos/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/community/index.html
----------------------------------------------------------------------
diff --git a/content/community/index.html b/content/community/index.html
index 085b0dd..6d40f8d 100644
--- a/content/community/index.html
+++ b/content/community/index.html
@@ -87,7 +87,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -128,10 +128,12 @@
 
     <h3>Contribute</h3>
     <h3 name="reportbugs">Report or track a bug</h3>
-    <p>New bugs can be reported on our <a href="http://issues.apache.org/jira/browse/MESOS">issue tracker</a>. In order to create a new issue, you'll need to signup for an account. See the guidelines <a href="/documentation/latest/reporting-a-bug/">here</a>.</p>
+    <p>New bugs can be reported on our <a href="http://issues.apache.org/jira/browse/MESOS">issue tracker</a>. In order to create a new issue, you'll need to signup for an account. See the guidelines <a href="/documentation/latest/reporting-an-issue/">here</a>.</p>
 
-    <h3 name="contribute">Contribute a core patch</h3>
-    <p>Follow our <a href="/documentation/latest/submitting-a-patch">contribution guidelines</a> when submitting a patch. We love patches. :)</p>
+    <h3 name="contribute">Contribute a patch</h3>
+    <p>Mesos relies on its community to test releases, find bugs, contribute fixes and features, and provide feedback on existing APIs. Your contributions are greatly appreciated! Since the infrastructure that the Mesos community uses day-to-day (ReviewBoard and JIRA) is unfamiliar to some, we also provide a beginner contribution guide which will help you get started using only GitHub.</p>
+    <p>Is this your first time contributing? See our <a href="/documentation/latest/beginner-contribution">beginner contribution guide</a>. Thanks! We love patches. :)</p>
+    <p>Looking to go deeper? Find out how to make larger contributions in the <a href="/documentation/latest/advanced-contribution">advanced contribution guidelines</a>.</p>
 
     <h3 name="workinggroups">Working Groups</h3>
 

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/community/user-groups/index.html
----------------------------------------------------------------------
diff --git a/content/community/user-groups/index.html b/content/community/user-groups/index.html
index 7d94ee3..c709b0a 100644
--- a/content/community/user-groups/index.html
+++ b/content/community/user-groups/index.html
@@ -87,7 +87,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>


[7/8] mesos-site git commit: Updated the website built from mesos SHA: 549fa61.

Posted by gi...@apache.org.
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/advanced-contribution/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/advanced-contribution/index.html b/content/documentation/advanced-contribution/index.html
new file mode 100644
index 0000000..17794ed
--- /dev/null
+++ b/content/documentation/advanced-contribution/index.html
@@ -0,0 +1,357 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Mesos - Advanced Contribution Guidelines</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <meta property="og:locale" content="en_US"/>
+    <meta property="og:type" content="website"/>
+    <meta property="og:title" content="Apache Mesos"/>
+    <meta property="og:site_name" content="Apache Mesos"/>
+    <meta property="og:url" content="http://mesos.apache.org/"/>
+    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta property="og:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <meta name="twitter:card" content="summary"/>
+    <meta name="twitter:site" content="@ApacheMesos"/>
+    <meta name="twitter:title" content="Apache Mesos"/>
+    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta name="twitter:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
+    <link href="../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+
+    
+
+    <!-- Google Analytics Magic -->
+    <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-20226872-1']);
+    _gaq.push(['_setDomainName', 'apache.org']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+    </script>
+    
+  </head>
+  <body>
+    <!-- magical breadcrumbs -->
+    <div class="topnav">
+      <div class="container">
+        <ul class="breadcrumb">
+          <li>
+            <div class="dropdown">
+              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+                <li><a href="http://www.apache.org">Apache Homepage</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="http://www.apache.org/security/">Security</a></li>
+              </ul>
+            </div>
+          </li>
+
+          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+          
+          
+          <li><a href="/documentation
+/">Documentation
+</a></li>
+          
+          
+        </ul><!-- /.breadcrumb -->
+      </div><!-- /.container -->
+    </div><!-- /.topnav -->
+
+    <!-- navbar excitement -->
+<div class="navbar navbar-default navbar-static-top" role="navigation">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
+    </div><!-- /.navbar-header -->
+
+    <div class="navbar-collapse collapse" id="mesos-menu">
+      <ul class="nav navbar-nav navbar-right">
+        <li><a href="/getting-started/">Getting Started</a></li>
+        <li><a href="/blog/">Blog</a></li>
+        <li><a href="/documentation/latest/">Documentation</a></li>
+        <li><a href="/downloads/">Downloads</a></li>
+        <li><a href="/community/">Community</a></li>
+      </ul>
+    </div><!-- /#mesos-menu -->
+  </div><!-- /.container -->
+</div><!-- /.navbar -->
+
+<div class="content">
+  <div class="container">
+    <div class="row-fluid">
+  <div class="col-md-4">
+    <h4>If you're new to Mesos</h4>
+    <p>See the <a href="/getting-started/">getting started</a> page for more
+       information about downloading, building, and deploying Mesos.</p>
+
+    <h4>If you'd like to get involved or you're looking for support</h4>
+    <p>See our <a href="/community/">community</a> page for more details.</p>
+  </div>
+  <div class="col-md-8">
+    <h1>Advanced Contribution Guidelines</h1>
+
+<h2>Prerequisites</h2>
+
+<p>If you&rsquo;d like to make significant contributions to Mesos, then you&rsquo;ll want to become familiar with the standard Mesos development workflow. In addition to the dependencies needed to build Mesos (detailed in <a href="/documentation/latest/./getting-started/">Getting Started</a>), a couple other things are necessary:</p>
+
+<ul>
+<li>Required account authorizations
+
+<ul>
+<li>Apache Review Board Account</li>
+<li>Apache JIRA Account
+<br/><br/></li>
+</ul>
+</li>
+<li>Required installations
+
+<ul>
+<li>RBtools</li>
+</ul>
+</li>
+</ul>
+
+
+<h2>Issue Tracking, Code Review, and Mailing Lists</h2>
+
+<ul>
+<li>We use <a href="https://issues.apache.org/jira/browse/mesos/">Apache Software Foundation JIRA</a> to track and manage issues. If you don&rsquo;t already have an account, you&rsquo;ll need to create one.</li>
+<li>We use <a href="https://reviews.apache.org">Apache Review Board</a> for code reviews. If you don&rsquo;t already have an account, you&rsquo;ll need to create one (it&rsquo;s separate from your Apache JIRA account).
+
+<ul>
+<li>A code review request should be created for every JIRA that involves a change to the codebase.</li>
+</ul>
+</li>
+<li>Once your JIRA and Review Board accounts are in place please go ahead and create a review or GitHub pull request with an entry for yourself in <a href="https://github.com/apache/mesos/blob/master/docs/contributors.yaml">contributors.yaml</a> file.
+
+<ul>
+<li>The file is used to map contributions to the JIRA and Review Board accounts of their respective authors. We also use this mapping to track contributions of various organizations to Apache Mesos.</li>
+<li>Feel free to omit the <code>affiliations</code> field out in case you do not want your contribution to be atributed to a particular organization.</li>
+<li>In the <code>email</code> field please specify the email that your local git client is setup with.</li>
+</ul>
+</li>
+<li>Joining the following mailing lists will help you stay up-to-date on Mesos development:
+
+<ul>
+<li>Developer list: <a href="mailto:dev-subscribe@mesos.apache.org">dev-subscribe@mesos.apache.org</a></li>
+<li>Issue list: <a href="mailto:issues-subscribe@mesos.apache.org">issues-subscribe@mesos.apache.org</a></li>
+<li>Review list: <a href="mailto:reviews-subscribe@mesos.apache.org">reviews-subscribe@mesos.apache.org</a></li>
+<li>Build list: <a href="mailto:builds-subscribe@mesos.apache.org">builds-subscribe@mesos.apache.org</a> respectively.</li>
+</ul>
+</li>
+</ul>
+
+
+<h2>The Contribution Process</h2>
+
+<p>Here is the standard procedure for proposing and making changes to Mesos:</p>
+
+<h3>Before Coding Starts</h3>
+
+<ol>
+<li>Find a JIRA issue that is currently unassigned that you want to work on at <a href="https://issues.apache.org/jira/browse/MESOS">JIRA issue tracker</a>, or create your own (you&rsquo;ll need a JIRA account for this, see above)!</li>
+<li> This could be a JIRA representing a bug (possibly a bug that you encountered and reported, e.g. when trying to build) or a new feature.</li>
+<li> Prefer working on issues marked as &ldquo;<a href="https://issues.apache.org/jira/browse/MESOS-1?jql=project%20%3D%20MESOS%20AND%20status%20%3D%20Accepted">Accepted</a>&rdquo;, rather than merely &ldquo;Open&rdquo;. If an issue has been accepted, it means at least one Mesos developer thought that the ideas proposed in the issue are worth pursuing further.</li>
+<li> Issues marked with the &ldquo;<a href="https://issues.apache.org/jira/browse/MESOS-1?jql=project%20%3D%20MESOS%20AND%20status%20%3D%20Accepted%20AND%20labels%20%3D%20newbie">newbie</a>&rdquo; label can be good candidates for &ldquo;starter&rdquo; projects. You can also look for the labels &ldquo;newbie++&rdquo;, &ldquo;beginner&rdquo;, and &ldquo;beginners&rdquo;.</li>
+<li><p> When identifying a JIRA issue to work on, it is recommended to work on items that are relevant to the next release. Selecting work items important for the next release increases the priority for reviewers during the contribution process. See the tracking ticket for the release to figure out the high priority projects or ask the release manager to guide you.</p></li>
+<li><p>Assign the JIRA to yourself.</p></li>
+<li><p> You will be able to assign the JIRA to yourself as soon as your pull request with additions to the contributors.yaml file is merged.</p></li>
+<li><p>Formulate a plan for resolving the issue. Guidelines to consider when designing a solution can be found in the <a href="/documentation/latest/./effective-code-reviewing/">effective-code-reviewing</a> document. It is important to discuss your proposed solution within the JIRA ticket early in the resolution process in order to get feedback from reviewers. Early discussions will help:</p></li>
+<li> ensure the solution will be scoped in a consumable fashion;</li>
+<li> eliminate duplicate work with other contributions; and</li>
+<li><p> alert anyone interested in following the activity and progress of the ticket.</p></li>
+<li><p>Find a <strong>shepherd</strong> to collaborate on your patch. A shepherd is a Mesos committer that will work with you to give you feedback on your proposed design, and to eventually commit your change into the Mesos source tree. To find a shepherd, you can do one or more of the following:</p></li>
+<li> Email the dev mailing list (include a link to your JIRA issue).</li>
+<li> Add a comment to your JIRA issue, referencing by username one or more Mesos <a href="/documentation/latest/./committers/">committers</a> whom you believe would be interested in shepherding. The listed maintainers of the portion of the codebase you&rsquo;re working on are good candidates to reach out to.</li>
+<li> Email potential shepherds directly.</li>
+<li> Ask the developers on Mesos Slack or on IRC (in the <a href="irc://irc.freenode.net/mesos">mesos channel</a> on <a href="https://freenode.net">Freenode</a>).</li>
+</ol>
+
+
+<h3>Create your patch</h3>
+
+<ol>
+<li><p>Create one or more test cases to exercise the bug or the feature (the Mesos team uses <a href="http://en.wikipedia.org/wiki/Test-driven_development">test-driven development</a>). Before you start coding, make sure these test cases all fail.</p>
+
+<ol>
+<li>The <a href="/documentation/latest/./testing-patterns/">testing patterns</a> page has some suggestions for writing test cases.</li>
+</ol>
+</li>
+<li><p>Make your changes to the code (using whatever IDE/editor you choose) to actually fix the bug or implement the feature.</p>
+
+<ol>
+<li>Before beginning, please read the <a href="/documentation/latest/./c++-style-guide/">Mesos C++ Style Guide</a>. It is recommended to use the git pre-commit hook (<code>support/hooks/pre-commit</code>) to automatically check for style errors. See the hook script for instructions to enable it.</li>
+<li>Most of your changes will probably be to files inside of <code>BASE_MESOS_DIR</code></li>
+<li>From inside of the root Mesos directory: <code>./bootstrap</code> (Only required if building from git repository).</li>
+<li>To build, we recommend that you don&rsquo;t build inside of the src directory. We recommend you do the following:
+
+<ol>
+<li>From inside of the root Mesos directory: <code>mkdir build &amp;&amp; cd build</code></li>
+<li><code>../configure</code></li>
+<li><code>make</code></li>
+<li>Now all of the files generated by the build process will be contained in the build directory you created, instead of being spread throughout the src directory, which is a bit messier. This is both cleaner, and makes it easy to clean up if you want to get rid of the files generated by <code>configure</code> and <code>make</code>. I.e. You can reset your build process without risking changes you made in the src directory, by simply deleting the build directory, and creating a new one.</li>
+</ol>
+</li>
+</ol>
+</li>
+<li><p>Make sure that all of the unit tests pass, including the new test cases you have added: <code>make check</code>.</p>
+
+<ol>
+<li>To build all tests without executing them, use something like: <code>make tests</code>.</li>
+<li>To execute a single unit test (helpful when trying to debug a test case failure), use something like: <code>make check GTEST_FILTER="HTTPTest.Delete"</code>.</li>
+<li>If you added new tests, make sure you run them repeatedly in order to catch inconsistent failures. A command like the following can be used to run an individual test 1000 times:</li>
+</ol>
+
+
+<p> sudo GLOG_v=1 ./bin/mesos-tests.sh &ndash;verbose &ndash;gtest_filter=&ldquo;<em>DOCKER</em>&rdquo; &ndash;gtest_break_on_failure &ndash;gtest_repeat=1000</p></li>
+<li><p>Divide your change into one or more Git commits. Each commit should represent a single logical (atomic) change to the Mesos source code: this makes your changes easier to review. For more information, see the <a href="/documentation/latest/./effective-code-reviewing/">reviewer guidelines</a>.</p>
+
+<ol>
+<li>Try to avoid including other, unrelated cleanups (e.g., typo fixes or style nits) in the same commit that makes functional changes. While typo fixes are great, including them in the same commit as functional changes makes the commit history harder to read.</li>
+<li>Developers often make incremental commits to save their progress when working on a change, and then &ldquo;rewrite history&rdquo; (e.g., using <code>git rebase -i</code>) to create a clean set of commits once the change is ready to be reviewed.</li>
+<li>Commit messages should be in past tense. The first sentence should summarize the change; it should start with a capital letter, not exceed 72 characters and end in a period.</li>
+</ol>
+</li>
+<li><p>Make sure to pull in any changes that have been committed to master branch. Using Git, do this via something like:</p>
+
+<ol>
+<li><code>git checkout master</code></li>
+<li><code>git pull</code></li>
+<li><code>git checkout my_branch</code></li>
+<li>Check the output of <code>git diff master</code> and make sure it lists only your changes. If other changes you did not make are listed, try <code>git rebase master</code> to bring your branch up to date with master.</li>
+</ol>
+</li>
+</ol>
+
+
+<h3>Submit your patch</h3>
+
+<ol>
+<li><p>You&rsquo;re ready to submit your patch for review!</p>
+
+<ol>
+<li>Log in or create an account at <a href="http://reviews.apache.org">Apache Review Board</a>.</li>
+<li>The easiest (and recommended) way to submit reviews is through <code>post-reviews.py</code> a wrapper around post-review.</li>
+<li>First, install RBTools. <a href="https://www.reviewboard.org/docs/rbtools/dev/">See Instructions</a>.</li>
+<li>Configure post-review. The easiest method is to symlink to the sample config: <code>ln -s support/reviewboardrc .reviewboardrc</code>.</li>
+<li>Log into Review Board from the command line: run <code>rbt status</code>.</li>
+<li>From your local branch run <code>support/post-reviews.py</code>.</li>
+<li>Note that <code>post-reviews.py</code> creates a new review for every commit on your branch that is different from the <code>master</code>.</li>
+<li>Be sure to add your JIRA issue id (e.g. MESOS-1) to the field labeled &ldquo;Bugs&rdquo; (this will automatically link).</li>
+<li>Add your shepherd under the &ldquo;People&rdquo; field, in the &ldquo;Reviewers&rdquo; section. You should also include other Mesos community members who have contributed to the discussion of your proposed change.</li>
+<li> Under &ldquo;Description&rdquo; in addition to details about your changes, include a description of any documentation pages that need to be added, or are affected by your changes (e.g. did you change or add any configuration options/flags? Did you add a new binary?)</li>
+<li> Under &ldquo;Testing Done&rdquo;, explain what new tests you have created, what tests were modified, and what procedures you went through to test your changes.</li>
+</ol>
+</li>
+<li><p>Wait for a code review from another Mesos developer via Review Board, address their feedback and upload updated patches until you receive a &ldquo;Ship It&rdquo; from a Mesos committer.</p>
+
+<ol>
+<li>If you don&rsquo;t receive any feedback, contact your shepherd to remind them. While the committers try their best to provide prompt feedback on proposed changes, they are busy and sometimes a patch gets overlooked.</li>
+<li>When addressing feedback, adjust your existing commit(s) instead of creating new commits, otherwise <code>post-reviews.py</code> will create a new review (<code>git rebase -i</code> is your friend).</li>
+<li>Review Board comments should be used for code-specific discussions, and JIRA comments for bigger-picture design discussions.</li>
+<li>Always respond to each RB comment that you address directly (i.e. each comment can be responded to directly) with either &ldquo;Done.&rdquo; or a comment explaining how you addressed it.</li>
+<li>If an issue has been raised in the review, please resolve the issue as &ldquo;Fixed&rdquo; or &ldquo;Dropped&rdquo;. If &ldquo;Dropped&rdquo; please add a comment explaining the reason. Also, if your fix warrants a comment (e.g., fixed differently than suggested by the reviewer) please add a comment.</li>
+</ol>
+</li>
+<li><p>After consensus is reached on your JIRA/patch, you&rsquo;re review request will receive a &ldquo;Ship It!&rdquo; from a committer, and then a committer will commit your patch to the git repository. Congratulations and thanks for participating in our community!</p></li>
+<li><p>The last step is to ensure that the necessary documentation gets created or updated so the whole world knows about your new feature or bug fix.</p></li>
+</ol>
+
+
+<h2>Advanced JIRA Tickets</h2>
+
+<p>As you gain experience contributing to Mesos you may want to tackle more advanced JIRA tickets. These items may touch multiple components within Mesos and/or may have a significant impact on the developer or user community. In these cases, a working group of stakeholders is formed to develop a design document. The initial formation of this working group will be part of the community communication resources, e.g. the re-occurring developer sync meetings, the developer email list, the IRC channel, etc. For reference, a contributor new to an advanced level work item can refer to the work done for the <a href="https://issues.apache.org/jira/browse/MESOS-1592">inverse offer</a> project.</p>
+
+<h2>Style Guides</h2>
+
+<ul>
+<li>For patches to the core, we ask that you follow the <a href="/documentation/latest/./c++-style-guide/">Mesos C++ Style Guide</a>.</li>
+</ul>
+
+
+<h2>Additional Guidance</h2>
+
+<p>The following links provide additional guidance as you get started contributing to Apache Mesos.</p>
+
+<h2>Core Libraries</h2>
+
+<p>There are two core libraries in Mesos: <em>stout</em> and <em>libprocess</em>. <em>stout</em> is the low level operating system abstraction tooling that should be used in place of writing your own low level tools. <em>libprocess</em> is a library used to support building compatible concurrent components (see <a href="https://www.youtube.com/watch?v=5EIiU6R_6KE">video</a> for an introduction to the <em>libprocess</em> library). New contributors to Mesos should become familiar with these libraries and utilize them where appropriate. Additional documentation can be found in the following two README files: <a href="https://github.com/apache/mesos/blob/master/3rdparty/libprocess/README.md">3rdparty/libprocess/README.md</a> and <a href="https://github.com/apache/mesos/blob/master/3rdparty/stout/README.md">3rdparty/stout/README.md</a>.</p>
+
+  </div>
+</div>
+
+  </div><!-- /.container -->
+</div><!-- /.content -->
+
+<hr>
+
+
+
+    <!-- footer -->
+    <div class="footer">
+      <div class="container">
+        <div class="col-md-4 social-blk">
+          <span class="social">
+            <a href="https://twitter.com/ApacheMesos"
+              class="twitter-follow-button"
+              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
+              class="twitter-hashtag-button"
+              data-size="large"
+              data-related="ApacheMesos">Tweet #mesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+          </span>
+        </div>
+
+        <div class="col-md-8 trademark">
+          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
+            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
+          <p>
+        </div>
+      </div><!-- /.container -->
+    </div><!-- /.footer -->
+
+    <!-- JS -->
+    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
+    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
+    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
+
+    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
+    <script type="text/javascript">
+    anchors.options = {
+      placement: 'right',
+      ariaLabel: 'Permalink',
+    };
+
+    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
+    // and we do want to put anchors on those.
+    anchors.add('h1, h2, h3, h4, h5, h6');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/agent-recovery/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/agent-recovery/index.html b/content/documentation/agent-recovery/index.html
index 2ec7fd4..95001dd 100644
--- a/content/documentation/agent-recovery/index.html
+++ b/content/documentation/agent-recovery/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/allocation-module/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/allocation-module/index.html b/content/documentation/allocation-module/index.html
index 88a5e87..a3699f4 100644
--- a/content/documentation/allocation-module/index.html
+++ b/content/documentation/allocation-module/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/api-client-libraries/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/api-client-libraries/index.html b/content/documentation/api-client-libraries/index.html
index e907bae..6479bba 100644
--- a/content/documentation/api-client-libraries/index.html
+++ b/content/documentation/api-client-libraries/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/app-framework-development-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/app-framework-development-guide/index.html b/content/documentation/app-framework-development-guide/index.html
index ab7d5a5..493feec 100644
--- a/content/documentation/app-framework-development-guide/index.html
+++ b/content/documentation/app-framework-development-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/architecture/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/architecture/index.html b/content/documentation/architecture/index.html
index a953287..c615119 100644
--- a/content/documentation/architecture/index.html
+++ b/content/documentation/architecture/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/attributes-resources/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/attributes-resources/index.html b/content/documentation/attributes-resources/index.html
index 870efbb..40d667e 100644
--- a/content/documentation/attributes-resources/index.html
+++ b/content/documentation/attributes-resources/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/authentication/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/authentication/index.html b/content/documentation/authentication/index.html
index 3f73303..2d6ae9e 100644
--- a/content/documentation/authentication/index.html
+++ b/content/documentation/authentication/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/authorization/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/authorization/index.html b/content/documentation/authorization/index.html
index 4601dee..81a4922 100644
--- a/content/documentation/authorization/index.html
+++ b/content/documentation/authorization/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/beginner-contribution/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/beginner-contribution/index.html b/content/documentation/beginner-contribution/index.html
new file mode 100644
index 0000000..665141b
--- /dev/null
+++ b/content/documentation/beginner-contribution/index.html
@@ -0,0 +1,236 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Mesos - Beginner Contribution Guide</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <meta property="og:locale" content="en_US"/>
+    <meta property="og:type" content="website"/>
+    <meta property="og:title" content="Apache Mesos"/>
+    <meta property="og:site_name" content="Apache Mesos"/>
+    <meta property="og:url" content="http://mesos.apache.org/"/>
+    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta property="og:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <meta name="twitter:card" content="summary"/>
+    <meta name="twitter:site" content="@ApacheMesos"/>
+    <meta name="twitter:title" content="Apache Mesos"/>
+    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta name="twitter:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
+    <link href="../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+
+    
+
+    <!-- Google Analytics Magic -->
+    <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-20226872-1']);
+    _gaq.push(['_setDomainName', 'apache.org']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+    </script>
+    
+  </head>
+  <body>
+    <!-- magical breadcrumbs -->
+    <div class="topnav">
+      <div class="container">
+        <ul class="breadcrumb">
+          <li>
+            <div class="dropdown">
+              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+                <li><a href="http://www.apache.org">Apache Homepage</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="http://www.apache.org/security/">Security</a></li>
+              </ul>
+            </div>
+          </li>
+
+          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+          
+          
+          <li><a href="/documentation
+/">Documentation
+</a></li>
+          
+          
+        </ul><!-- /.breadcrumb -->
+      </div><!-- /.container -->
+    </div><!-- /.topnav -->
+
+    <!-- navbar excitement -->
+<div class="navbar navbar-default navbar-static-top" role="navigation">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
+    </div><!-- /.navbar-header -->
+
+    <div class="navbar-collapse collapse" id="mesos-menu">
+      <ul class="nav navbar-nav navbar-right">
+        <li><a href="/getting-started/">Getting Started</a></li>
+        <li><a href="/blog/">Blog</a></li>
+        <li><a href="/documentation/latest/">Documentation</a></li>
+        <li><a href="/downloads/">Downloads</a></li>
+        <li><a href="/community/">Community</a></li>
+      </ul>
+    </div><!-- /#mesos-menu -->
+  </div><!-- /.container -->
+</div><!-- /.navbar -->
+
+<div class="content">
+  <div class="container">
+    <div class="row-fluid">
+  <div class="col-md-4">
+    <h4>If you're new to Mesos</h4>
+    <p>See the <a href="/getting-started/">getting started</a> page for more
+       information about downloading, building, and deploying Mesos.</p>
+
+    <h4>If you'd like to get involved or you're looking for support</h4>
+    <p>See our <a href="/community/">community</a> page for more details.</p>
+  </div>
+  <div class="col-md-8">
+    <h1>Beginner Contributor Guide</h1>
+
+<h2>Introduction</h2>
+
+<p>The purpose of this document is to provide a first-time introduction to the process of contributing to Mesos. It focuses on submitting small documentation-only patches or trivial fixes via GitHub pull requests. If you&rsquo;d like an introduction to the standard day-to-day workflow for advanced Mesos contributors, see our <a href="/documentation/latest/./advanced-contribution/">advanced contribution guide</a>.</p>
+
+<h2>Quick Summary</h2>
+
+<p>To propose a small change to Mesos, simply open a PR against our public GitHub mirror at <a href="https://github.com/apache/mesos">https://github.com/apache/mesos</a>. Further instructions can be found below if needed.</p>
+
+<h2>Download the Mesos Repository</h2>
+
+<p>First, download the latest development version of the Mesos codebase. In order to submit changes via GitHub pull requests, you need to fork the <a href="https://github.com/apache/mesos">Apache Mesos GitHub mirror</a>. Once you have your own fork, clone it to your local machine using Git.</p>
+
+<p>If you&rsquo;re proposing a documentation-only change, then you don&rsquo;t need to build Mesos to get started.</p>
+
+<p>If you&rsquo;re making a functional change to the code, then you should build Mesos first. Once you have the Mesos source code on your local machine, you can install the necessary dependencies and build it. Instructions for this process can be found in the <a href="/documentation/latest/./getting-started/">Getting Started</a> page. Note that the <code>bootstrap</code> script in the repository&rsquo;s root directory will install git hooks which will help you adhere to Mesos style when committing.</p>
+
+<h2>Find a Problem to Solve</h2>
+
+<p>If you already have a specific issue in mind which you want to address in the codebase, that&rsquo;s great! Reach out to some of the <a href="/documentation/latest/./committers/">committers</a> on <a href="/community">Mesos Slack</a> or on the developer mailing list to discuss the improvement you&rsquo;d like to make. If you want to contribute but aren&rsquo;t sure what to work on, you can find open issues in <a href="http://issues.apache.org/jira/browse/MESOS">JIRA</a>, our issue tracker. Asking on <a href="/community">Mesos Slack</a> or on the developer mailing list is a great way to find out what you might work on that could have a high impact on the community.</p>
+
+<p>From past experience, we have found that it&rsquo;s best if contributors talk to committers about their fix before writing code. This ensures that the contributor has the context necessary to make the change in a way consistent with the rest of the codebase, and helps avoid time spent on solutions which need major edits in order to get merged. Please chat with us before writing code, we&rsquo;ll help you design a solution!</p>
+
+<p>This GitHub workflow is most appropriate for documentation-only changes and small, trivial fixes. For more significant changes, please use the <a href="/documentation/latest/./advanced-contribution/">advanced contribution workflow</a>.</p>
+
+<h2>Make Modifications</h2>
+
+<p>Once you know what you&rsquo;re going to change, you can make your intended modifications to the codebase and then commit the changes to your local build repository. When making changes, also consider the following:</p>
+
+<ul>
+<li>Does documentation need to be updated to accommodate this change? (see the <code>docs/</code> folder in the repository)</li>
+<li>Do tests need to be added or updated? (see the <code>src/tests/</code> folder in the repository)</li>
+</ul>
+
+
+<h2>Build and Test</h2>
+
+<p>If your changes are documentation-only, then you should view them with a markdown viewer to verify their appearance when rendered.</p>
+
+<p>If you are changing any code in Mesos, then you should build and run the tests before opening a PR. You should run <code>make check</code> and ensure that all tests pass before opening a PR.</p>
+
+<h2>Open a PR</h2>
+
+<p>Once changes are completed and tested, it&rsquo;s time to open a PR so that they can be reviewed. When your local branch is clean and ready to submit, push it to your Mesos fork. You can then open a PR against the Apache Mesos GitHub repository. Once your PR is open, you can notify the community on <a href="/community">Mesos Slack</a> or on the developer mailing list.</p>
+
+<h1>Getting Started Guidance</h1>
+
+<p>The following links provide additional guidance as you get started contributing to Apache Mesos.</p>
+
+<h2>JIRA</h2>
+
+<p><a href="http://issues.apache.org/jira/browse/MESOS">JIRA</a> is the issue tracking system for all bug fixes and feature additions in Mesos. When contributing to Mesos, all assignments, discussions, and resolution proposals for a specific issue should be documented as comments within the JIRA item. If you contribute something which is more than a trivial fix, it should probably be tracked in JIRA.</p>
+
+<h2>Identifying a JIRA Issue</h2>
+
+<p>If you&rsquo;d like to find an existing issue to work on yourself, identify a Mesos JIRA ticket that is currently unassigned. It is highly recommended to start contributing to beginner-level issues and move to more advanced issues over time. The JIRA issue-tracking system can be filtered based on labels. The following labels can be used to identify beginner-level JIRA tickets:</p>
+
+<ul>
+<li>newbie</li>
+<li>newbie++</li>
+<li>beginner</li>
+<li>beginners</li>
+</ul>
+
+
+<p>If you&rsquo;d like to work on existing issues in Mesos, this will likely require the submission of patches large enough that you should use the <a href="/documentation/latest/./advanced-contribution/">advanced contribution workflow</a>.</p>
+
+  </div>
+</div>
+
+  </div><!-- /.container -->
+</div><!-- /.content -->
+
+<hr>
+
+
+
+    <!-- footer -->
+    <div class="footer">
+      <div class="container">
+        <div class="col-md-4 social-blk">
+          <span class="social">
+            <a href="https://twitter.com/ApacheMesos"
+              class="twitter-follow-button"
+              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
+              class="twitter-hashtag-button"
+              data-size="large"
+              data-related="ApacheMesos">Tweet #mesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+          </span>
+        </div>
+
+        <div class="col-md-8 trademark">
+          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
+            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
+          <p>
+        </div>
+      </div><!-- /.container -->
+    </div><!-- /.footer -->
+
+    <!-- JS -->
+    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
+    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
+    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
+
+    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
+    <script type="text/javascript">
+    anchors.options = {
+      placement: 'right',
+      ariaLabel: 'Permalink',
+    };
+
+    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
+    // and we do want to put anchors on those.
+    anchors.add('h1, h2, h3, h4, h5, h6');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/building/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/building/index.html b/content/documentation/building/index.html
new file mode 100644
index 0000000..3fb994d
--- /dev/null
+++ b/content/documentation/building/index.html
@@ -0,0 +1,445 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Mesos - Building</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <meta property="og:locale" content="en_US"/>
+    <meta property="og:type" content="website"/>
+    <meta property="og:title" content="Apache Mesos"/>
+    <meta property="og:site_name" content="Apache Mesos"/>
+    <meta property="og:url" content="http://mesos.apache.org/"/>
+    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta property="og:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <meta name="twitter:card" content="summary"/>
+    <meta name="twitter:site" content="@ApacheMesos"/>
+    <meta name="twitter:title" content="Apache Mesos"/>
+    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta name="twitter:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
+    <link href="../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+
+    
+
+    <!-- Google Analytics Magic -->
+    <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-20226872-1']);
+    _gaq.push(['_setDomainName', 'apache.org']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+    </script>
+    
+  </head>
+  <body>
+    <!-- magical breadcrumbs -->
+    <div class="topnav">
+      <div class="container">
+        <ul class="breadcrumb">
+          <li>
+            <div class="dropdown">
+              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+                <li><a href="http://www.apache.org">Apache Homepage</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="http://www.apache.org/security/">Security</a></li>
+              </ul>
+            </div>
+          </li>
+
+          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+          
+          
+          <li><a href="/documentation
+/">Documentation
+</a></li>
+          
+          
+        </ul><!-- /.breadcrumb -->
+      </div><!-- /.container -->
+    </div><!-- /.topnav -->
+
+    <!-- navbar excitement -->
+<div class="navbar navbar-default navbar-static-top" role="navigation">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
+    </div><!-- /.navbar-header -->
+
+    <div class="navbar-collapse collapse" id="mesos-menu">
+      <ul class="nav navbar-nav navbar-right">
+        <li><a href="/getting-started/">Getting Started</a></li>
+        <li><a href="/blog/">Blog</a></li>
+        <li><a href="/documentation/latest/">Documentation</a></li>
+        <li><a href="/downloads/">Downloads</a></li>
+        <li><a href="/community/">Community</a></li>
+      </ul>
+    </div><!-- /#mesos-menu -->
+  </div><!-- /.container -->
+</div><!-- /.navbar -->
+
+<div class="content">
+  <div class="container">
+    <div class="row-fluid">
+  <div class="col-md-4">
+    <h4>If you're new to Mesos</h4>
+    <p>See the <a href="/getting-started/">getting started</a> page for more
+       information about downloading, building, and deploying Mesos.</p>
+
+    <h4>If you'd like to get involved or you're looking for support</h4>
+    <p>See our <a href="/community/">community</a> page for more details.</p>
+  </div>
+  <div class="col-md-8">
+    <h1>Building</h1>
+
+<h2>Downloading Mesos</h2>
+
+<p>There are different ways you can get Mesos:</p>
+
+<p>1. Download the latest stable release from <a href="http://mesos.apache.org/downloads/">Apache</a> (<strong><em>Recommended</em></strong>)</p>
+
+<pre><code>$ wget http://www.apache.org/dist/mesos/1.4.0/mesos-1.4.0.tar.gz
+$ tar -zxf mesos-1.4.0.tar.gz
+</code></pre>
+
+<p>2. Clone the Mesos git <a href="https://git-wip-us.apache.org/repos/asf/mesos.git">repository</a> (<strong><em>Advanced Users Only</em></strong>)</p>
+
+<pre><code>$ git clone https://git-wip-us.apache.org/repos/asf/mesos.git
+</code></pre>
+
+<p><em>NOTE: If you have problems running the above commands, you may need to first run through the </em><strong>System Requirements</strong><em> section below to install the <code>wget</code>, <code>tar</code>, and <code>git</code> utilities for your system.</em></p>
+
+<h2>System Requirements</h2>
+
+<p>Mesos runs on Linux (64 Bit) and Mac OS X (64 Bit). To build Mesos from source, GCC 4.8.1+ or Clang 3.5+ is required.</p>
+
+<p>On Linux, a kernel version >= 2.6.23 is required at both build time and run time. For full support of process isolation under Linux a recent kernel >= 3.10 is required.</p>
+
+<p>The Mesos agent also runs on Windows. To build Mesos from source, follow the instructions in the <a href="/documentation/latest/./windows/">Windows</a> section.</p>
+
+<p>Make sure your hostname is resolvable via DNS or via <code>/etc/hosts</code> to allow full support of Docker&rsquo;s host-networking capabilities, needed for some of the Mesos tests. When in doubt, please validate that <code>/etc/hosts</code> contains your hostname.</p>
+
+<h3>Ubuntu 14.04</h3>
+
+<p>Following are the instructions for stock Ubuntu 14.04. If you are using a different OS, please install the packages accordingly.</p>
+
+<pre><code># Update the packages.
+$ sudo apt-get update
+
+# Install a few utility tools.
+$ sudo apt-get install -y tar wget git
+
+# Install the latest OpenJDK.
+$ sudo apt-get install -y openjdk-7-jdk
+
+# Install autotools (Only necessary if building from git repository).
+$ sudo apt-get install -y autoconf libtool
+
+# Install other Mesos dependencies.
+$ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev
+</code></pre>
+
+<h3>Ubuntu 16.04</h3>
+
+<p>Following are the instructions for stock Ubuntu 16.04. If you are using a different OS, please install the packages accordingly.</p>
+
+<pre><code># Update the packages.
+$ sudo apt-get update
+
+# Install a few utility tools.
+$ sudo apt-get install -y tar wget git
+
+# Install the latest OpenJDK.
+$ sudo apt-get install -y openjdk-8-jdk
+
+# Install autotools (Only necessary if building from git repository).
+$ sudo apt-get install -y autoconf libtool
+
+# Install other Mesos dependencies.
+$ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev zlib1g-dev
+</code></pre>
+
+<h3>Mac OS X 10.11 (El Capitan), macOS 10.12 (Sierra)</h3>
+
+<p>Following are the instructions for Mac OS X El Capitan. When building Mesos with the Apple-provided toolchain, the Command Line Tools from XCode >= 8.0 are required; XCode 8 requires Mac OS X 10.11.5 or newer.</p>
+
+<pre><code># Install Command Line Tools. The Command Line Tools from XCode &gt;= 8.0 are required.
+$ xcode-select --install
+
+# Install Homebrew.
+$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
+
+# Install Java.
+$ brew install Caskroom/cask/java
+
+# Install libraries.
+$ brew install wget git autoconf automake libtool subversion maven
+
+# Install Python dependencies.
+$ sudo easy_install pip
+$ pip install virtualenv
+</code></pre>
+
+<p>When compiling on macOS 10.12, the following is needed:</p>
+
+<pre><code># There is an incompatiblity with the system installed svn and apr headers.
+# We need the svn and apr headers from a brew installation of subversion.
+# You may need to unlink the existing version of subversion installed via
+# brew in order to configure correctly.
+$ brew unlink subversion # (If already installed)
+$ brew install subversion
+
+# When configuring, the svn and apr headers from brew will be automatically
+# detected, so no need to explicitly point to them. Also,
+# `-Wno-deprecated-declarations` is needed to suppress warnings.
+$ ../configure CXXFLAGS=-Wno-deprecated-declarations
+
+# Lastly, you may encounter the following error when the libprocess tests run:
+$ ./libprocess-tests
+Failed to obtain the IP address for '&lt;hostname&gt;'; the DNS service may not be able to resolve it: nodename nor servname provided, or not known
+
+# If so, turn on 'Remote Login' within System Preferences &gt; Sharing to resolve the issue.
+</code></pre>
+
+<p><em>NOTE: When upgrading from Yosemite to El Capitan, make sure to rerun <code>xcode-select --install</code> after the upgrade.</em></p>
+
+<h3>CentOS 6.6</h3>
+
+<p>Following are the instructions for stock CentOS 6.6. If you are using a different OS, please install the packages accordingly.</p>
+
+<pre><code># Install a recent kernel for full support of process isolation.
+$ sudo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
+$ sudo rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm
+$ sudo yum --enablerepo=elrepo-kernel install -y kernel-lt
+
+# Make the just installed kernel the one booted by default, and reboot.
+$ sudo sed -i 's/default=1/default=0/g' /boot/grub/grub.conf
+$ sudo reboot
+
+# Install a few utility tools. This also forces an update of `nss`,
+# which is necessary for the Java bindings to build properly.
+$ sudo yum install -y tar wget git which nss
+
+# 'Mesos &gt; 0.21.0' requires a C++ compiler with full C++11 support,
+# (e.g. GCC &gt; 4.8) which is available via 'devtoolset-2'.
+# Fetch the Scientific Linux CERN devtoolset repo file.
+$ sudo wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo
+
+# Import the CERN GPG key.
+$ sudo rpm --import http://linuxsoft.cern.ch/cern/centos/7/os/x86_64/RPM-GPG-KEY-cern
+
+# Fetch the Apache Maven repo file.
+$ sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
+
+# 'Mesos &gt; 0.21.0' requires 'subversion &gt; 1.8' devel package, which is
+# not available in the default repositories.
+# Create a WANdisco SVN repo file to install the correct version:
+$ sudo bash -c 'cat &gt; /etc/yum.repos.d/wandisco-svn.repo &lt;&lt;EOF
+[WANdiscoSVN]
+name=WANdisco SVN Repo 1.8
+enabled=1
+baseurl=http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/$basearch/
+gpgcheck=1
+gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
+EOF'
+
+# Install essential development tools.
+$ sudo yum groupinstall -y "Development Tools"
+
+# Install 'devtoolset-2-toolchain' which includes GCC 4.8.2 and related packages.
+$ sudo yum install -y devtoolset-2-toolchain
+
+# Install other Mesos dependencies.
+$ sudo yum install -y apache-maven python-devel python-six python-virtualenv java-1.7.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-util-devel
+
+# Enter a shell with 'devtoolset-2' enabled.
+$ scl enable devtoolset-2 bash
+$ g++ --version  # Make sure you've got GCC &gt; 4.8!
+
+# Process isolation is using cgroups that are managed by 'cgconfig'.
+# The 'cgconfig' service is not started by default on CentOS 6.6.
+# Also the default configuration does not attach the 'perf_event' subsystem.
+# To do this, add 'perf_event = /cgroup/perf_event;' to the entries in '/etc/cgconfig.conf'.
+$ sudo yum install -y libcgroup
+$ sudo service cgconfig start
+</code></pre>
+
+<h3>CentOS 7.1</h3>
+
+<p>Following are the instructions for stock CentOS 7.1. If you are using a different OS, please install the packages accordingly.</p>
+
+<pre><code># Install a few utility tools
+$ sudo yum install -y tar wget git
+
+# Fetch the Apache Maven repo file.
+$ sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
+
+# Install the EPEL repo so that we can pull in 'libserf-1' as part of our
+# subversion install below.
+$ sudo yum install -y epel-release
+
+# 'Mesos &gt; 0.21.0' requires 'subversion &gt; 1.8' devel package,
+# which is not available in the default repositories.
+# Create a WANdisco SVN repo file to install the correct version:
+$ sudo bash -c 'cat &gt; /etc/yum.repos.d/wandisco-svn.repo &lt;&lt;EOF
+[WANdiscoSVN]
+name=WANdisco SVN Repo 1.9
+enabled=1
+baseurl=http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/\$basearch/
+gpgcheck=1
+gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
+EOF'
+
+# Parts of Mesos require systemd in order to operate. However, Mesos
+# only supports versions of systemd that contain the 'Delegate' flag.
+# This flag was first introduced in 'systemd version 218', which is
+# lower than the default version installed by centos. Luckily, centos
+# 7.1 has a patched 'systemd &lt; 218' that contains the 'Delegate' flag.
+# Explicity update systemd to this patched version.
+$ sudo yum update systemd
+
+# Install essential development tools.
+$ sudo yum groupinstall -y "Development Tools"
+
+# Install other Mesos dependencies.
+$ sudo yum install -y apache-maven python-devel python-six python-virtualenv java-1.8.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-util-devel
+</code></pre>
+
+<h3>Windows</h3>
+
+<p>Follow the instructions in the <a href="/documentation/latest/./windows/">Windows</a> section.</p>
+
+<h2>Building Mesos (Posix)</h2>
+
+<pre><code># Change working directory.
+$ cd mesos
+
+# Bootstrap (Only required if building from git repository).
+$ ./bootstrap
+
+# Configure and build.
+$ mkdir build
+$ cd build
+$ ../configure
+$ make
+</code></pre>
+
+<p>In order to speed up the build and reduce verbosity of the logs, you can append <code>-j &lt;number of cores&gt; V=0</code> to <code>make</code>.</p>
+
+<pre><code># Run test suite.
+$ make check
+
+# Install (Optional).
+$ make install
+</code></pre>
+
+<h2>Examples</h2>
+
+<p>Mesos comes bundled with example frameworks written in C++, Java and Python.
+The framework binaries will only be available after running <code>make check</code>, as
+described in the <strong><em>Building Mesos</em></strong> section above.</p>
+
+<pre><code># Change into build directory.
+$ cd build
+
+# Start Mesos master (ensure work directory exists and has proper permissions).
+$ ./bin/mesos-master.sh --ip=127.0.0.1 --work_dir=/var/lib/mesos
+
+# Start Mesos agent (ensure work directory exists and has proper permissions).
+$ ./bin/mesos-agent.sh --master=127.0.0.1:5050 --work_dir=/var/lib/mesos
+
+# Visit the Mesos web page.
+$ http://127.0.0.1:5050
+
+# Run C++ framework (exits after successfully running some tasks).
+$ ./src/test-framework --master=127.0.0.1:5050
+
+# Run Java framework (exits after successfully running some tasks).
+$ ./src/examples/java/test-framework 127.0.0.1:5050
+
+# Run Python framework (exits after successfully running some tasks).
+$ ./src/examples/python/test-framework 127.0.0.1:5050
+</code></pre>
+
+<p><em>Note: These examples assume you are running Mesos on your local machine.
+Following them will not allow you to access the Mesos web page in a production
+environment (e.g. on AWS). For that you will need to specify the actual IP of
+your host when launching the Mesos master and ensure your firewall settings
+allow access to port 5050 from the outside world.</em></p>
+
+  </div>
+</div>
+
+  </div><!-- /.container -->
+</div><!-- /.content -->
+
+<hr>
+
+
+
+    <!-- footer -->
+    <div class="footer">
+      <div class="container">
+        <div class="col-md-4 social-blk">
+          <span class="social">
+            <a href="https://twitter.com/ApacheMesos"
+              class="twitter-follow-button"
+              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
+              class="twitter-hashtag-button"
+              data-size="large"
+              data-related="ApacheMesos">Tweet #mesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+          </span>
+        </div>
+
+        <div class="col-md-8 trademark">
+          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
+            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
+          <p>
+        </div>
+      </div><!-- /.container -->
+    </div><!-- /.footer -->
+
+    <!-- JS -->
+    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
+    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
+    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
+
+    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
+    <script type="text/javascript">
+    anchors.options = {
+      placement: 'right',
+      ariaLabel: 'Permalink',
+    };
+
+    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
+    // and we do want to put anchors on those.
+    anchors.add('h1, h2, h3, h4, h5, h6');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/c++-style-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/c++-style-guide/index.html b/content/documentation/c++-style-guide/index.html
index 791ec9b..71ab425 100644
--- a/content/documentation/c++-style-guide/index.html
+++ b/content/documentation/c++-style-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/clang-format/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/clang-format/index.html b/content/documentation/clang-format/index.html
index d85229e..5cd15be 100644
--- a/content/documentation/clang-format/index.html
+++ b/content/documentation/clang-format/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/cmake-examples/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/cmake-examples/index.html b/content/documentation/cmake-examples/index.html
index 4945f25..92662d3 100644
--- a/content/documentation/cmake-examples/index.html
+++ b/content/documentation/cmake-examples/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/cmake/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/cmake/index.html b/content/documentation/cmake/index.html
index 36d2bda..8df8222 100644
--- a/content/documentation/cmake/index.html
+++ b/content/documentation/cmake/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/cni/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/cni/index.html b/content/documentation/cni/index.html
index 4941994..7638a35 100644
--- a/content/documentation/cni/index.html
+++ b/content/documentation/cni/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/committer-candidate-checklist/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/committer-candidate-checklist/index.html b/content/documentation/committer-candidate-checklist/index.html
index 57fef63..d24caac 100644
--- a/content/documentation/committer-candidate-checklist/index.html
+++ b/content/documentation/committer-candidate-checklist/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/committers/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/committers/index.html b/content/documentation/committers/index.html
index 37a6995..b978f1c 100644
--- a/content/documentation/committers/index.html
+++ b/content/documentation/committers/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/committing/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/committing/index.html b/content/documentation/committing/index.html
index 584e870..d61e23e 100644
--- a/content/documentation/committing/index.html
+++ b/content/documentation/committing/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/configuration/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/configuration/index.html b/content/documentation/configuration/index.html
index a157f0d..d12631c 100644
--- a/content/documentation/configuration/index.html
+++ b/content/documentation/configuration/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/container-image/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/container-image/index.html b/content/documentation/container-image/index.html
index 02e8c0a..6c544c4 100644
--- a/content/documentation/container-image/index.html
+++ b/content/documentation/container-image/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/container-volume/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/container-volume/index.html b/content/documentation/container-volume/index.html
index 8e36d3c..c532d37 100644
--- a/content/documentation/container-volume/index.html
+++ b/content/documentation/container-volume/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/containerizer-internals/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/containerizer-internals/index.html b/content/documentation/containerizer-internals/index.html
index e4b5185..b568efb 100644
--- a/content/documentation/containerizer-internals/index.html
+++ b/content/documentation/containerizer-internals/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/containerizers/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/containerizers/index.html b/content/documentation/containerizers/index.html
index 34b3fdf..32741c2 100644
--- a/content/documentation/containerizers/index.html
+++ b/content/documentation/containerizers/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/deploy-scripts/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/deploy-scripts/index.html b/content/documentation/deploy-scripts/index.html
index cfe70fc..179ba4a 100644
--- a/content/documentation/deploy-scripts/index.html
+++ b/content/documentation/deploy-scripts/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/design-docs/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/design-docs/index.html b/content/documentation/design-docs/index.html
index 6f3842d..4e50220 100644
--- a/content/documentation/design-docs/index.html
+++ b/content/documentation/design-docs/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/docker-containerizer/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/docker-containerizer/index.html b/content/documentation/docker-containerizer/index.html
index 5001d1d..4b3138d 100644
--- a/content/documentation/docker-containerizer/index.html
+++ b/content/documentation/docker-containerizer/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/documentation-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/documentation-guide/index.html b/content/documentation/documentation-guide/index.html
index 39ff7bd..5637326 100644
--- a/content/documentation/documentation-guide/index.html
+++ b/content/documentation/documentation-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>


[5/8] mesos-site git commit: Updated the website built from mesos SHA: 549fa61.

Posted by gi...@apache.org.
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/building/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/building/index.html b/content/documentation/latest/building/index.html
new file mode 100644
index 0000000..25269dc
--- /dev/null
+++ b/content/documentation/latest/building/index.html
@@ -0,0 +1,445 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Mesos - Building</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <meta property="og:locale" content="en_US"/>
+    <meta property="og:type" content="website"/>
+    <meta property="og:title" content="Apache Mesos"/>
+    <meta property="og:site_name" content="Apache Mesos"/>
+    <meta property="og:url" content="http://mesos.apache.org/"/>
+    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta property="og:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <meta name="twitter:card" content="summary"/>
+    <meta name="twitter:site" content="@ApacheMesos"/>
+    <meta name="twitter:title" content="Apache Mesos"/>
+    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta name="twitter:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
+    <link href="../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+
+    
+
+    <!-- Google Analytics Magic -->
+    <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-20226872-1']);
+    _gaq.push(['_setDomainName', 'apache.org']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+    </script>
+    
+  </head>
+  <body>
+    <!-- magical breadcrumbs -->
+    <div class="topnav">
+      <div class="container">
+        <ul class="breadcrumb">
+          <li>
+            <div class="dropdown">
+              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+                <li><a href="http://www.apache.org">Apache Homepage</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="http://www.apache.org/security/">Security</a></li>
+              </ul>
+            </div>
+          </li>
+
+          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+          
+          
+          <li><a href="/documentation
+/">Documentation
+</a></li>
+          
+          
+        </ul><!-- /.breadcrumb -->
+      </div><!-- /.container -->
+    </div><!-- /.topnav -->
+
+    <!-- navbar excitement -->
+<div class="navbar navbar-default navbar-static-top" role="navigation">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
+    </div><!-- /.navbar-header -->
+
+    <div class="navbar-collapse collapse" id="mesos-menu">
+      <ul class="nav navbar-nav navbar-right">
+        <li><a href="/getting-started/">Getting Started</a></li>
+        <li><a href="/blog/">Blog</a></li>
+        <li><a href="/documentation/latest/">Documentation</a></li>
+        <li><a href="/downloads/">Downloads</a></li>
+        <li><a href="/community/">Community</a></li>
+      </ul>
+    </div><!-- /#mesos-menu -->
+  </div><!-- /.container -->
+</div><!-- /.navbar -->
+
+<div class="content">
+  <div class="container">
+    <div class="row-fluid">
+  <div class="col-md-4">
+    <h4>If you're new to Mesos</h4>
+    <p>See the <a href="/getting-started/">getting started</a> page for more
+       information about downloading, building, and deploying Mesos.</p>
+
+    <h4>If you'd like to get involved or you're looking for support</h4>
+    <p>See our <a href="/community/">community</a> page for more details.</p>
+  </div>
+  <div class="col-md-8">
+    <h1>Building</h1>
+
+<h2>Downloading Mesos</h2>
+
+<p>There are different ways you can get Mesos:</p>
+
+<p>1. Download the latest stable release from <a href="http://mesos.apache.org/downloads/">Apache</a> (<strong><em>Recommended</em></strong>)</p>
+
+<pre><code>$ wget http://www.apache.org/dist/mesos/1.4.0/mesos-1.4.0.tar.gz
+$ tar -zxf mesos-1.4.0.tar.gz
+</code></pre>
+
+<p>2. Clone the Mesos git <a href="https://git-wip-us.apache.org/repos/asf/mesos.git">repository</a> (<strong><em>Advanced Users Only</em></strong>)</p>
+
+<pre><code>$ git clone https://git-wip-us.apache.org/repos/asf/mesos.git
+</code></pre>
+
+<p><em>NOTE: If you have problems running the above commands, you may need to first run through the </em><strong>System Requirements</strong><em> section below to install the <code>wget</code>, <code>tar</code>, and <code>git</code> utilities for your system.</em></p>
+
+<h2>System Requirements</h2>
+
+<p>Mesos runs on Linux (64 Bit) and Mac OS X (64 Bit). To build Mesos from source, GCC 4.8.1+ or Clang 3.5+ is required.</p>
+
+<p>On Linux, a kernel version >= 2.6.23 is required at both build time and run time. For full support of process isolation under Linux a recent kernel >= 3.10 is required.</p>
+
+<p>The Mesos agent also runs on Windows. To build Mesos from source, follow the instructions in the <a href="/documentation/latest/./windows/">Windows</a> section.</p>
+
+<p>Make sure your hostname is resolvable via DNS or via <code>/etc/hosts</code> to allow full support of Docker&rsquo;s host-networking capabilities, needed for some of the Mesos tests. When in doubt, please validate that <code>/etc/hosts</code> contains your hostname.</p>
+
+<h3>Ubuntu 14.04</h3>
+
+<p>Following are the instructions for stock Ubuntu 14.04. If you are using a different OS, please install the packages accordingly.</p>
+
+<pre><code># Update the packages.
+$ sudo apt-get update
+
+# Install a few utility tools.
+$ sudo apt-get install -y tar wget git
+
+# Install the latest OpenJDK.
+$ sudo apt-get install -y openjdk-7-jdk
+
+# Install autotools (Only necessary if building from git repository).
+$ sudo apt-get install -y autoconf libtool
+
+# Install other Mesos dependencies.
+$ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev
+</code></pre>
+
+<h3>Ubuntu 16.04</h3>
+
+<p>Following are the instructions for stock Ubuntu 16.04. If you are using a different OS, please install the packages accordingly.</p>
+
+<pre><code># Update the packages.
+$ sudo apt-get update
+
+# Install a few utility tools.
+$ sudo apt-get install -y tar wget git
+
+# Install the latest OpenJDK.
+$ sudo apt-get install -y openjdk-8-jdk
+
+# Install autotools (Only necessary if building from git repository).
+$ sudo apt-get install -y autoconf libtool
+
+# Install other Mesos dependencies.
+$ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev zlib1g-dev
+</code></pre>
+
+<h3>Mac OS X 10.11 (El Capitan), macOS 10.12 (Sierra)</h3>
+
+<p>Following are the instructions for Mac OS X El Capitan. When building Mesos with the Apple-provided toolchain, the Command Line Tools from XCode >= 8.0 are required; XCode 8 requires Mac OS X 10.11.5 or newer.</p>
+
+<pre><code># Install Command Line Tools. The Command Line Tools from XCode &gt;= 8.0 are required.
+$ xcode-select --install
+
+# Install Homebrew.
+$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
+
+# Install Java.
+$ brew install Caskroom/cask/java
+
+# Install libraries.
+$ brew install wget git autoconf automake libtool subversion maven
+
+# Install Python dependencies.
+$ sudo easy_install pip
+$ pip install virtualenv
+</code></pre>
+
+<p>When compiling on macOS 10.12, the following is needed:</p>
+
+<pre><code># There is an incompatiblity with the system installed svn and apr headers.
+# We need the svn and apr headers from a brew installation of subversion.
+# You may need to unlink the existing version of subversion installed via
+# brew in order to configure correctly.
+$ brew unlink subversion # (If already installed)
+$ brew install subversion
+
+# When configuring, the svn and apr headers from brew will be automatically
+# detected, so no need to explicitly point to them. Also,
+# `-Wno-deprecated-declarations` is needed to suppress warnings.
+$ ../configure CXXFLAGS=-Wno-deprecated-declarations
+
+# Lastly, you may encounter the following error when the libprocess tests run:
+$ ./libprocess-tests
+Failed to obtain the IP address for '&lt;hostname&gt;'; the DNS service may not be able to resolve it: nodename nor servname provided, or not known
+
+# If so, turn on 'Remote Login' within System Preferences &gt; Sharing to resolve the issue.
+</code></pre>
+
+<p><em>NOTE: When upgrading from Yosemite to El Capitan, make sure to rerun <code>xcode-select --install</code> after the upgrade.</em></p>
+
+<h3>CentOS 6.6</h3>
+
+<p>Following are the instructions for stock CentOS 6.6. If you are using a different OS, please install the packages accordingly.</p>
+
+<pre><code># Install a recent kernel for full support of process isolation.
+$ sudo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
+$ sudo rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm
+$ sudo yum --enablerepo=elrepo-kernel install -y kernel-lt
+
+# Make the just installed kernel the one booted by default, and reboot.
+$ sudo sed -i 's/default=1/default=0/g' /boot/grub/grub.conf
+$ sudo reboot
+
+# Install a few utility tools. This also forces an update of `nss`,
+# which is necessary for the Java bindings to build properly.
+$ sudo yum install -y tar wget git which nss
+
+# 'Mesos &gt; 0.21.0' requires a C++ compiler with full C++11 support,
+# (e.g. GCC &gt; 4.8) which is available via 'devtoolset-2'.
+# Fetch the Scientific Linux CERN devtoolset repo file.
+$ sudo wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo
+
+# Import the CERN GPG key.
+$ sudo rpm --import http://linuxsoft.cern.ch/cern/centos/7/os/x86_64/RPM-GPG-KEY-cern
+
+# Fetch the Apache Maven repo file.
+$ sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
+
+# 'Mesos &gt; 0.21.0' requires 'subversion &gt; 1.8' devel package, which is
+# not available in the default repositories.
+# Create a WANdisco SVN repo file to install the correct version:
+$ sudo bash -c 'cat &gt; /etc/yum.repos.d/wandisco-svn.repo &lt;&lt;EOF
+[WANdiscoSVN]
+name=WANdisco SVN Repo 1.8
+enabled=1
+baseurl=http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/$basearch/
+gpgcheck=1
+gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
+EOF'
+
+# Install essential development tools.
+$ sudo yum groupinstall -y "Development Tools"
+
+# Install 'devtoolset-2-toolchain' which includes GCC 4.8.2 and related packages.
+$ sudo yum install -y devtoolset-2-toolchain
+
+# Install other Mesos dependencies.
+$ sudo yum install -y apache-maven python-devel python-six python-virtualenv java-1.7.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-util-devel
+
+# Enter a shell with 'devtoolset-2' enabled.
+$ scl enable devtoolset-2 bash
+$ g++ --version  # Make sure you've got GCC &gt; 4.8!
+
+# Process isolation is using cgroups that are managed by 'cgconfig'.
+# The 'cgconfig' service is not started by default on CentOS 6.6.
+# Also the default configuration does not attach the 'perf_event' subsystem.
+# To do this, add 'perf_event = /cgroup/perf_event;' to the entries in '/etc/cgconfig.conf'.
+$ sudo yum install -y libcgroup
+$ sudo service cgconfig start
+</code></pre>
+
+<h3>CentOS 7.1</h3>
+
+<p>Following are the instructions for stock CentOS 7.1. If you are using a different OS, please install the packages accordingly.</p>
+
+<pre><code># Install a few utility tools
+$ sudo yum install -y tar wget git
+
+# Fetch the Apache Maven repo file.
+$ sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
+
+# Install the EPEL repo so that we can pull in 'libserf-1' as part of our
+# subversion install below.
+$ sudo yum install -y epel-release
+
+# 'Mesos &gt; 0.21.0' requires 'subversion &gt; 1.8' devel package,
+# which is not available in the default repositories.
+# Create a WANdisco SVN repo file to install the correct version:
+$ sudo bash -c 'cat &gt; /etc/yum.repos.d/wandisco-svn.repo &lt;&lt;EOF
+[WANdiscoSVN]
+name=WANdisco SVN Repo 1.9
+enabled=1
+baseurl=http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/\$basearch/
+gpgcheck=1
+gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
+EOF'
+
+# Parts of Mesos require systemd in order to operate. However, Mesos
+# only supports versions of systemd that contain the 'Delegate' flag.
+# This flag was first introduced in 'systemd version 218', which is
+# lower than the default version installed by centos. Luckily, centos
+# 7.1 has a patched 'systemd &lt; 218' that contains the 'Delegate' flag.
+# Explicity update systemd to this patched version.
+$ sudo yum update systemd
+
+# Install essential development tools.
+$ sudo yum groupinstall -y "Development Tools"
+
+# Install other Mesos dependencies.
+$ sudo yum install -y apache-maven python-devel python-six python-virtualenv java-1.8.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-util-devel
+</code></pre>
+
+<h3>Windows</h3>
+
+<p>Follow the instructions in the <a href="/documentation/latest/./windows/">Windows</a> section.</p>
+
+<h2>Building Mesos (Posix)</h2>
+
+<pre><code># Change working directory.
+$ cd mesos
+
+# Bootstrap (Only required if building from git repository).
+$ ./bootstrap
+
+# Configure and build.
+$ mkdir build
+$ cd build
+$ ../configure
+$ make
+</code></pre>
+
+<p>In order to speed up the build and reduce verbosity of the logs, you can append <code>-j &lt;number of cores&gt; V=0</code> to <code>make</code>.</p>
+
+<pre><code># Run test suite.
+$ make check
+
+# Install (Optional).
+$ make install
+</code></pre>
+
+<h2>Examples</h2>
+
+<p>Mesos comes bundled with example frameworks written in C++, Java and Python.
+The framework binaries will only be available after running <code>make check</code>, as
+described in the <strong><em>Building Mesos</em></strong> section above.</p>
+
+<pre><code># Change into build directory.
+$ cd build
+
+# Start Mesos master (ensure work directory exists and has proper permissions).
+$ ./bin/mesos-master.sh --ip=127.0.0.1 --work_dir=/var/lib/mesos
+
+# Start Mesos agent (ensure work directory exists and has proper permissions).
+$ ./bin/mesos-agent.sh --master=127.0.0.1:5050 --work_dir=/var/lib/mesos
+
+# Visit the Mesos web page.
+$ http://127.0.0.1:5050
+
+# Run C++ framework (exits after successfully running some tasks).
+$ ./src/test-framework --master=127.0.0.1:5050
+
+# Run Java framework (exits after successfully running some tasks).
+$ ./src/examples/java/test-framework 127.0.0.1:5050
+
+# Run Python framework (exits after successfully running some tasks).
+$ ./src/examples/python/test-framework 127.0.0.1:5050
+</code></pre>
+
+<p><em>Note: These examples assume you are running Mesos on your local machine.
+Following them will not allow you to access the Mesos web page in a production
+environment (e.g. on AWS). For that you will need to specify the actual IP of
+your host when launching the Mesos master and ensure your firewall settings
+allow access to port 5050 from the outside world.</em></p>
+
+  </div>
+</div>
+
+  </div><!-- /.container -->
+</div><!-- /.content -->
+
+<hr>
+
+
+
+    <!-- footer -->
+    <div class="footer">
+      <div class="container">
+        <div class="col-md-4 social-blk">
+          <span class="social">
+            <a href="https://twitter.com/ApacheMesos"
+              class="twitter-follow-button"
+              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
+              class="twitter-hashtag-button"
+              data-size="large"
+              data-related="ApacheMesos">Tweet #mesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+          </span>
+        </div>
+
+        <div class="col-md-8 trademark">
+          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
+            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
+          <p>
+        </div>
+      </div><!-- /.container -->
+    </div><!-- /.footer -->
+
+    <!-- JS -->
+    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
+    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
+    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
+
+    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
+    <script type="text/javascript">
+    anchors.options = {
+      placement: 'right',
+      ariaLabel: 'Permalink',
+    };
+
+    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
+    // and we do want to put anchors on those.
+    anchors.add('h1, h2, h3, h4, h5, h6');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/c++-style-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/c++-style-guide/index.html b/content/documentation/latest/c++-style-guide/index.html
index d87ad74..6d6bf70 100644
--- a/content/documentation/latest/c++-style-guide/index.html
+++ b/content/documentation/latest/c++-style-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/clang-format/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/clang-format/index.html b/content/documentation/latest/clang-format/index.html
index d3795b3..6f6b9c3 100644
--- a/content/documentation/latest/clang-format/index.html
+++ b/content/documentation/latest/clang-format/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/cmake-examples/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/cmake-examples/index.html b/content/documentation/latest/cmake-examples/index.html
index a7adc8d..c8e3574 100644
--- a/content/documentation/latest/cmake-examples/index.html
+++ b/content/documentation/latest/cmake-examples/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/cmake/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/cmake/index.html b/content/documentation/latest/cmake/index.html
index ec8c099..ce6eb2d 100644
--- a/content/documentation/latest/cmake/index.html
+++ b/content/documentation/latest/cmake/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/cni/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/cni/index.html b/content/documentation/latest/cni/index.html
index b6c5b54..906d7be 100644
--- a/content/documentation/latest/cni/index.html
+++ b/content/documentation/latest/cni/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/committer-candidate-checklist/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/committer-candidate-checklist/index.html b/content/documentation/latest/committer-candidate-checklist/index.html
index e61c0a8..db4deca 100644
--- a/content/documentation/latest/committer-candidate-checklist/index.html
+++ b/content/documentation/latest/committer-candidate-checklist/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/committers/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/committers/index.html b/content/documentation/latest/committers/index.html
index 7b98dc1..1fe86d0 100644
--- a/content/documentation/latest/committers/index.html
+++ b/content/documentation/latest/committers/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/committing/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/committing/index.html b/content/documentation/latest/committing/index.html
index 5852deb..165fa91 100644
--- a/content/documentation/latest/committing/index.html
+++ b/content/documentation/latest/committing/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/configuration/agent/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/agent/index.html b/content/documentation/latest/configuration/agent/index.html
index d332f5d..f928910 100644
--- a/content/documentation/latest/configuration/agent/index.html
+++ b/content/documentation/latest/configuration/agent/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/configuration/autotools/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/autotools/index.html b/content/documentation/latest/configuration/autotools/index.html
index 022d2bb..e3acf7e 100644
--- a/content/documentation/latest/configuration/autotools/index.html
+++ b/content/documentation/latest/configuration/autotools/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/configuration/cmake/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/cmake/index.html b/content/documentation/latest/configuration/cmake/index.html
index 4d487ba..d9605ed 100644
--- a/content/documentation/latest/configuration/cmake/index.html
+++ b/content/documentation/latest/configuration/cmake/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/configuration/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/index.html b/content/documentation/latest/configuration/index.html
index 86a0029..8507a6d 100644
--- a/content/documentation/latest/configuration/index.html
+++ b/content/documentation/latest/configuration/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/configuration/libprocess/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/libprocess/index.html b/content/documentation/latest/configuration/libprocess/index.html
index 2371ede..a2f1843 100644
--- a/content/documentation/latest/configuration/libprocess/index.html
+++ b/content/documentation/latest/configuration/libprocess/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/configuration/master-and-agent/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/master-and-agent/index.html b/content/documentation/latest/configuration/master-and-agent/index.html
index 42b68e5..fc7d142 100644
--- a/content/documentation/latest/configuration/master-and-agent/index.html
+++ b/content/documentation/latest/configuration/master-and-agent/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/configuration/master/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/configuration/master/index.html b/content/documentation/latest/configuration/master/index.html
index d1203ca..168578f 100644
--- a/content/documentation/latest/configuration/master/index.html
+++ b/content/documentation/latest/configuration/master/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/container-image/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/container-image/index.html b/content/documentation/latest/container-image/index.html
index fdf0d9f..99c37bd 100644
--- a/content/documentation/latest/container-image/index.html
+++ b/content/documentation/latest/container-image/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/container-volume/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/container-volume/index.html b/content/documentation/latest/container-volume/index.html
index 37d236b..8c3cef9 100644
--- a/content/documentation/latest/container-volume/index.html
+++ b/content/documentation/latest/container-volume/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/containerizer-internals/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/containerizer-internals/index.html b/content/documentation/latest/containerizer-internals/index.html
index 5686472..8649d2f 100644
--- a/content/documentation/latest/containerizer-internals/index.html
+++ b/content/documentation/latest/containerizer-internals/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/containerizers/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/containerizers/index.html b/content/documentation/latest/containerizers/index.html
index 955260c..0682e23 100644
--- a/content/documentation/latest/containerizers/index.html
+++ b/content/documentation/latest/containerizers/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/deploy-scripts/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/deploy-scripts/index.html b/content/documentation/latest/deploy-scripts/index.html
index 1db8cca..78978c0 100644
--- a/content/documentation/latest/deploy-scripts/index.html
+++ b/content/documentation/latest/deploy-scripts/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/design-docs/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/design-docs/index.html b/content/documentation/latest/design-docs/index.html
index 9ce2963..4ce38ba 100644
--- a/content/documentation/latest/design-docs/index.html
+++ b/content/documentation/latest/design-docs/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/docker-containerizer/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/docker-containerizer/index.html b/content/documentation/latest/docker-containerizer/index.html
index c01b34a..c283843 100644
--- a/content/documentation/latest/docker-containerizer/index.html
+++ b/content/documentation/latest/docker-containerizer/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/documentation-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/documentation-guide/index.html b/content/documentation/latest/documentation-guide/index.html
index 0ad1708..549a010 100644
--- a/content/documentation/latest/documentation-guide/index.html
+++ b/content/documentation/latest/documentation-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/doxygen-style-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/doxygen-style-guide/index.html b/content/documentation/latest/doxygen-style-guide/index.html
index 1b42292..6d2a100 100644
--- a/content/documentation/latest/doxygen-style-guide/index.html
+++ b/content/documentation/latest/doxygen-style-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/effective-code-reviewing/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/effective-code-reviewing/index.html b/content/documentation/latest/effective-code-reviewing/index.html
index 9a62557..4701295 100644
--- a/content/documentation/latest/effective-code-reviewing/index.html
+++ b/content/documentation/latest/effective-code-reviewing/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/browse.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/browse.json/index.html b/content/documentation/latest/endpoints/files/browse.json/index.html
index 6aeb8fb..a892a4b 100644
--- a/content/documentation/latest/endpoints/files/browse.json/index.html
+++ b/content/documentation/latest/endpoints/files/browse.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/browse/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/browse/index.html b/content/documentation/latest/endpoints/files/browse/index.html
index e44daa0..1ebe1ee 100644
--- a/content/documentation/latest/endpoints/files/browse/index.html
+++ b/content/documentation/latest/endpoints/files/browse/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/debug.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/debug.json/index.html b/content/documentation/latest/endpoints/files/debug.json/index.html
index ca5a391..e293ee3 100644
--- a/content/documentation/latest/endpoints/files/debug.json/index.html
+++ b/content/documentation/latest/endpoints/files/debug.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/debug/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/debug/index.html b/content/documentation/latest/endpoints/files/debug/index.html
index 6c92d87..252a0e9 100644
--- a/content/documentation/latest/endpoints/files/debug/index.html
+++ b/content/documentation/latest/endpoints/files/debug/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/download.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/download.json/index.html b/content/documentation/latest/endpoints/files/download.json/index.html
index e795614..467a8a8 100644
--- a/content/documentation/latest/endpoints/files/download.json/index.html
+++ b/content/documentation/latest/endpoints/files/download.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/download/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/download/index.html b/content/documentation/latest/endpoints/files/download/index.html
index 80172db..5c96ee4 100644
--- a/content/documentation/latest/endpoints/files/download/index.html
+++ b/content/documentation/latest/endpoints/files/download/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/read.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/read.json/index.html b/content/documentation/latest/endpoints/files/read.json/index.html
index 1c18cb5..4d5f98d 100644
--- a/content/documentation/latest/endpoints/files/read.json/index.html
+++ b/content/documentation/latest/endpoints/files/read.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/files/read/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/files/read/index.html b/content/documentation/latest/endpoints/files/read/index.html
index 75632e0..e306a46 100644
--- a/content/documentation/latest/endpoints/files/read/index.html
+++ b/content/documentation/latest/endpoints/files/read/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/index.html b/content/documentation/latest/endpoints/index.html
index 1e27847..1461afb 100644
--- a/content/documentation/latest/endpoints/index.html
+++ b/content/documentation/latest/endpoints/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/logging/toggle/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/logging/toggle/index.html b/content/documentation/latest/endpoints/logging/toggle/index.html
index 5763742..3d7e21b 100644
--- a/content/documentation/latest/endpoints/logging/toggle/index.html
+++ b/content/documentation/latest/endpoints/logging/toggle/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/api/v1/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/api/v1/index.html b/content/documentation/latest/endpoints/master/api/v1/index.html
index 69cd370..588a750 100644
--- a/content/documentation/latest/endpoints/master/api/v1/index.html
+++ b/content/documentation/latest/endpoints/master/api/v1/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/api/v1/scheduler/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/api/v1/scheduler/index.html b/content/documentation/latest/endpoints/master/api/v1/scheduler/index.html
index 9694545..477b19c 100644
--- a/content/documentation/latest/endpoints/master/api/v1/scheduler/index.html
+++ b/content/documentation/latest/endpoints/master/api/v1/scheduler/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/create-volumes/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/create-volumes/index.html b/content/documentation/latest/endpoints/master/create-volumes/index.html
index 57d629a..310d8d0 100644
--- a/content/documentation/latest/endpoints/master/create-volumes/index.html
+++ b/content/documentation/latest/endpoints/master/create-volumes/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/destroy-volumes/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/destroy-volumes/index.html b/content/documentation/latest/endpoints/master/destroy-volumes/index.html
index 5fdb13f..e63841d 100644
--- a/content/documentation/latest/endpoints/master/destroy-volumes/index.html
+++ b/content/documentation/latest/endpoints/master/destroy-volumes/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/flags/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/flags/index.html b/content/documentation/latest/endpoints/master/flags/index.html
index 3b2a5b2..458e29a 100644
--- a/content/documentation/latest/endpoints/master/flags/index.html
+++ b/content/documentation/latest/endpoints/master/flags/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/frameworks/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/frameworks/index.html b/content/documentation/latest/endpoints/master/frameworks/index.html
index e0faf56..9a3f6c5 100644
--- a/content/documentation/latest/endpoints/master/frameworks/index.html
+++ b/content/documentation/latest/endpoints/master/frameworks/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/health/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/health/index.html b/content/documentation/latest/endpoints/master/health/index.html
index 4654ffb..e03a5ba 100644
--- a/content/documentation/latest/endpoints/master/health/index.html
+++ b/content/documentation/latest/endpoints/master/health/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/machine/down/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/machine/down/index.html b/content/documentation/latest/endpoints/master/machine/down/index.html
index 8ca0325..f7ee58f 100644
--- a/content/documentation/latest/endpoints/master/machine/down/index.html
+++ b/content/documentation/latest/endpoints/master/machine/down/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/machine/up/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/machine/up/index.html b/content/documentation/latest/endpoints/master/machine/up/index.html
index b3a62eb..86c5971 100644
--- a/content/documentation/latest/endpoints/master/machine/up/index.html
+++ b/content/documentation/latest/endpoints/master/machine/up/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/maintenance/schedule/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/maintenance/schedule/index.html b/content/documentation/latest/endpoints/master/maintenance/schedule/index.html
index 8af3a62..6835bd7 100644
--- a/content/documentation/latest/endpoints/master/maintenance/schedule/index.html
+++ b/content/documentation/latest/endpoints/master/maintenance/schedule/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/maintenance/status/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/maintenance/status/index.html b/content/documentation/latest/endpoints/master/maintenance/status/index.html
index 8ac3bd5..0264220 100644
--- a/content/documentation/latest/endpoints/master/maintenance/status/index.html
+++ b/content/documentation/latest/endpoints/master/maintenance/status/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/quota/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/quota/index.html b/content/documentation/latest/endpoints/master/quota/index.html
index a01850f..6de91e4 100644
--- a/content/documentation/latest/endpoints/master/quota/index.html
+++ b/content/documentation/latest/endpoints/master/quota/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/redirect/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/redirect/index.html b/content/documentation/latest/endpoints/master/redirect/index.html
index 8c42863..70309da 100644
--- a/content/documentation/latest/endpoints/master/redirect/index.html
+++ b/content/documentation/latest/endpoints/master/redirect/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/reserve/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/reserve/index.html b/content/documentation/latest/endpoints/master/reserve/index.html
index f414396..9e5f384 100644
--- a/content/documentation/latest/endpoints/master/reserve/index.html
+++ b/content/documentation/latest/endpoints/master/reserve/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/roles.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/roles.json/index.html b/content/documentation/latest/endpoints/master/roles.json/index.html
index 48ba633..1eb7627 100644
--- a/content/documentation/latest/endpoints/master/roles.json/index.html
+++ b/content/documentation/latest/endpoints/master/roles.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/roles/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/roles/index.html b/content/documentation/latest/endpoints/master/roles/index.html
index 4e27cc8..5259c56 100644
--- a/content/documentation/latest/endpoints/master/roles/index.html
+++ b/content/documentation/latest/endpoints/master/roles/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/slaves/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/slaves/index.html b/content/documentation/latest/endpoints/master/slaves/index.html
index b76d95c..0fef154 100644
--- a/content/documentation/latest/endpoints/master/slaves/index.html
+++ b/content/documentation/latest/endpoints/master/slaves/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>


[3/8] mesos-site git commit: Updated the website built from mesos SHA: 549fa61.

Posted by gi...@apache.org.
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/markdown-style-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/markdown-style-guide/index.html b/content/documentation/latest/markdown-style-guide/index.html
index 9a3de90..a60d163 100644
--- a/content/documentation/latest/markdown-style-guide/index.html
+++ b/content/documentation/latest/markdown-style-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/mesos-containerizer/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/mesos-containerizer/index.html b/content/documentation/latest/mesos-containerizer/index.html
index 7a3d090..1cefe23 100644
--- a/content/documentation/latest/mesos-containerizer/index.html
+++ b/content/documentation/latest/mesos-containerizer/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/modules/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/modules/index.html b/content/documentation/latest/modules/index.html
index 344edce..a6cc32f 100644
--- a/content/documentation/latest/modules/index.html
+++ b/content/documentation/latest/modules/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/monitoring/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/monitoring/index.html b/content/documentation/latest/monitoring/index.html
index d0977e9..0c68f9b 100644
--- a/content/documentation/latest/monitoring/index.html
+++ b/content/documentation/latest/monitoring/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/multiple-disk/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/multiple-disk/index.html b/content/documentation/latest/multiple-disk/index.html
index b46f730..9d536fd 100644
--- a/content/documentation/latest/multiple-disk/index.html
+++ b/content/documentation/latest/multiple-disk/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/nested-container-and-task-group/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/nested-container-and-task-group/index.html b/content/documentation/latest/nested-container-and-task-group/index.html
index b1f71ef..bb5d78d 100644
--- a/content/documentation/latest/nested-container-and-task-group/index.html
+++ b/content/documentation/latest/nested-container-and-task-group/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/networking-for-mesos-managed-containers/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/networking-for-mesos-managed-containers/index.html b/content/documentation/latest/networking-for-mesos-managed-containers/index.html
index b8469a4..0543ec4 100644
--- a/content/documentation/latest/networking-for-mesos-managed-containers/index.html
+++ b/content/documentation/latest/networking-for-mesos-managed-containers/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/networking/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/networking/index.html b/content/documentation/latest/networking/index.html
index 60647b7..9e3fa74 100644
--- a/content/documentation/latest/networking/index.html
+++ b/content/documentation/latest/networking/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/newbie-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/newbie-guide/index.html b/content/documentation/latest/newbie-guide/index.html
deleted file mode 100644
index 1304c12..0000000
--- a/content/documentation/latest/newbie-guide/index.html
+++ /dev/null
@@ -1,310 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <title>Apache Mesos - Newbie Guide</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <meta property="og:locale" content="en_US"/>
-    <meta property="og:type" content="website"/>
-    <meta property="og:title" content="Apache Mesos"/>
-    <meta property="og:site_name" content="Apache Mesos"/>
-    <meta property="og:url" content="http://mesos.apache.org/"/>
-    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta property="og:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <meta name="twitter:card" content="summary"/>
-    <meta name="twitter:site" content="@ApacheMesos"/>
-    <meta name="twitter:title" content="Apache Mesos"/>
-    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta name="twitter:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
-    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
-    <link href="../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
-
-    
-
-    <!-- Google Analytics Magic -->
-    <script type="text/javascript">
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-20226872-1']);
-    _gaq.push(['_setDomainName', 'apache.org']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })();
-    </script>
-    
-  </head>
-  <body>
-    <!-- magical breadcrumbs -->
-    <div class="topnav">
-      <div class="container">
-        <ul class="breadcrumb">
-          <li>
-            <div class="dropdown">
-              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
-                <li><a href="http://www.apache.org">Apache Homepage</a></li>
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-              </ul>
-            </div>
-          </li>
-
-          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
-          
-          
-          <li><a href="/documentation
-/">Documentation
-</a></li>
-          
-          
-        </ul><!-- /.breadcrumb -->
-      </div><!-- /.container -->
-    </div><!-- /.topnav -->
-
-    <!-- navbar excitement -->
-<div class="navbar navbar-default navbar-static-top" role="navigation">
-  <div class="container">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
-      <span class="sr-only">Toggle navigation</span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      </button>
-      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
-    </div><!-- /.navbar-header -->
-
-    <div class="navbar-collapse collapse" id="mesos-menu">
-      <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
-        <li><a href="/blog/">Blog</a></li>
-        <li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Downloads</a></li>
-        <li><a href="/community/">Community</a></li>
-      </ul>
-    </div><!-- /#mesos-menu -->
-  </div><!-- /.container -->
-</div><!-- /.navbar -->
-
-<div class="content">
-  <div class="container">
-    <div class="row-fluid">
-  <div class="col-md-4">
-    <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
-       information about downloading, building, and deploying Mesos.</p>
-
-    <h4>If you'd like to get involved or you're looking for support</h4>
-    <p>See our <a href="/community/">community</a> page for more details.</p>
-  </div>
-  <div class="col-md-8">
-    <h1>Newbie Guide</h1>
-
-<h2>Introduction</h2>
-
-<p>The purpose of this document is to give an introduction and overall description of the contribution process for contributors new to Mesos.  This document is intended to extend the existing documentation with a focus on on-boarding contributors to the community as quickly as possible.</p>
-
-<h1>Contribution Process Overview</h1>
-
-<p>Details of the contribution process can be obtained from the <a href="/documentation/latest/./submitting-a-patch/">submitting-a-patch</a> document of the Mesos distribution along with the Getting Started Guidance section of this document.</p>
-
-<h2>Preparation and Build Environment Setup</h2>
-
-<p>In order to complete the contribution process you will need to obtain account authorizations and install additional tooling to build the Mesos binaries. These pre-requisites are listed below:</p>
-
-<ul>
-<li>Required account authorizations
-
-<ul>
-<li>Apache Review Board Account</li>
-<li>Apache JIRA Account
-<br/><br/></li>
-</ul>
-</li>
-<li>Required installations
-
-<ul>
-<li>Git</li>
-<li>RBtools</li>
-<li>GTest</li>
-<li>GLog</li>
-</ul>
-</li>
-</ul>
-
-
-<h2>Download and Build Mesos</h2>
-
-<p>In order to begin contributing you will need to download and build the latest stable release of the Mesos distribution. Documentation on the steps to complete this process is described in the Mesos document and link listed above.</p>
-
-<h2>Make Modifications</h2>
-
-<p>Make your intended modifications to the source code and then commit the changes to your local build repository. Changes to the source should also include test cases to exercise the modification. Details about this process are found in the Mesos document listed above and Getting Started section below.</p>
-
-<h2>Submit Patch</h2>
-
-<p>Once changes are completed and tested submit the patch for review. This process will take the modifications from review submission to committed changes in the Mesos distribution.</p>
-
-<h1>Getting Started Guidance</h1>
-
-<p>The following information will help provide additional guidance to execute the steps summarized in Contribution Process Overview described above as well as provide helpful hints when following the <a href="/documentation/latest/./submitting-a-patch/">submitting-a-patch</a> document of the Mesos distribution.</p>
-
-<h2>Apache JIRA Account Pre-Requisite</h2>
-
-<p>Detailed steps are provided in the Mesos documentation to obtain a JIRA account. Once you have obtained a JIRA account, ensure the additional step to request addition to the list of &ldquo;contributors&rdquo; is completed.</p>
-
-<h2>Tooling Pre-Requisites</h2>
-
-<p>There is a set of tooling listed below that is required to be installed for the contribution process. These tools will not be described in this document and it is assumed that the reader will seek alternative references to become familiar with each of these tools outside of this document.</p>
-
-<ul>
-<li><a href="https://git-scm.com/">Git Client</a></li>
-<li><a href="https://www.reviewboard.org/docs/rbtools/dev/">RBTools</a></li>
-<li><a href="https://github.com/google/googletest">GTest</a></li>
-<li><a href="https://github.com/google/glog">GLog</a></li>
-</ul>
-
-
-<h2>Core Libraries</h2>
-
-<p>There are two core libraries in Mesos: <em>stout</em> and <em>libprocess</em>. <em>stout</em> is the low level operating system abstraction tooling that should be used in place of writing your own low level tools. <em>libprocess</em> is a library used to support building compatible concurrent components (see <a href="https://www.youtube.com/watch?v=5EIiU6R_6KE">video</a> for an introduction to the <em>libprocess</em> library). New contributors to Mesos should become familiar with these libraries and utilize them where appropriate.  Additional documentation can be found in the following two README files: 3rdparty/libprocess/README.md and 3rdparty/stout/README.md.</p>
-
-<h2>Download and Build Mesos</h2>
-
-<p>Detailed steps are provided in the <a href="/documentation/latest/./getting-started/">Mesos documentation</a> to download and build Mesos. When downloading the Mesos distribution there are 2 options to obtain the Mesos source code. For contributing, ensure that the Git option is used.</p>
-
-<h2>JIRA</h2>
-
-<p><a href="http://issues.apache.org/jira/browse/MESOS">JIRA</a> is the issue tracking system for all bug fixes and feature additions in Mesos. When contributing to Mesos, all assignments, discussions, and resolution proposals for a specific issue should be documented as comments within the JIRA item.</p>
-
-<h2>Identifying a JIRA Issue</h2>
-
-<p>To begin the contribution process, identify a Mesos JIRA issue that is currently unassigned. It is highly recommended to start contributing to beginner level issues and overtime move to advanced level issues. The JIRA issue-tracking system can be filtered based on labels. The following labels can be used to identify beginner level JIRA tickets:</p>
-
-<ul>
-<li>newbie</li>
-<li>newbie++</li>
-<li>beginner</li>
-<li>beginners</li>
-</ul>
-
-
-<p>When identifying a JIRA issue to work on, it is recommended to work on items that are relevant to the next release. Selecting work items important for the next release increases the priority for reviewers during the contribution process. See the tracking ticket for the release to figure out the high priority projects or ask the release manager to guide you.</p>
-
-<h2>Assign a JIRA Issue</h2>
-
-<p>There are a couple options to assign a work item: 1) create a new JIRA issue to work on or 2) identify an existing JIRA issue item to work on as described above. Whichever option is chosen there are several steps that should be followed when assigning yourself a JIRA ticket.</p>
-
-<p>It is important to identify a shepherd before you assign a ticket to yourself. Working with a shepherd will reveal its priority at the current time. To identify a shepherd look at the <a href="/documentation/latest/./committers/">maintainers</a> file to get an idea who to ask to shepherd your JIRA issue.</p>
-
-<h2>JIRA Issue Solution Proposals</h2>
-
-<p>Once you have an assigned JIRA issue and you have identified a shepherd, it is important to discuss your proposed solution within the JIRA ticket early in the resolution process in order to get feedback from reviewers. Early discussions will help:</p>
-
-<ol>
-<li><p>ensure the solution will be scoped in a consumable fashion;</p></li>
-<li><p>eliminate duplicate work with other contributions; and</p></li>
-<li><p>alert anyone interested in following the activity and progress of the ticket.</p></li>
-</ol>
-
-
-<p>Guidelines to consider when designing a solution can be found in the <a href="/documentation/latest/./effective-code-reviewing/">effective-code-reviewing</a> document.</p>
-
-<h2>Making Changes</h2>
-
-<p>After completing the solution review make the source code changes, build and successfully run relevant test cases. Guidelines for these processes can be found in the <a href="/documentation/latest/./submitting-a-patch/">submitting-a-patch</a> and <a href="/documentation/latest/./c++-style-guide/">mesos-c++style-guide</a>.</p>
-
-<p>When creating and running test cases pay particular attention to race conditions. One recommendation is to run system tests multiple times.  Below is a sample command to repeat the test 100 times.</p>
-
-<pre><code>sudo GLOG_v=1 ./bin/mesos-tests.sh --verbose --gtest_filter="*DOCKER*" --break-on-error --gtest_shuffle --gtest_repeat=100
-</code></pre>
-
-<h2>Submit a Patch to the Review Board</h2>
-
-<p>Submit your patch for review after you have come to an agreement with your shepherd on the proposed solution, made the modifications and successfully ran the test cases. Make sure your shepherd is added as a &ldquo;reviewer&rdquo; (among others) in the review. This will ensure that your reviews get processed.</p>
-
-<p>When submitting a patch for review, include all testing done in the submission documentation. Follow the detailed steps found in the <a href="/documentation/latest/./submitting-a-patch/">submitting-a-patch</a> document to submit a patch for review.</p>
-
-<h1>Advanced Level JIRA Items</h1>
-
-<p>As you gain experience contributing to Mesos you may want to tackle more advanced level JIRA items. These items may touch multiple components within Mesos and/or may have a significant impact on the developer or user community. In these cases, a working group of stakeholders is formed to develop a design document. The initial formation of this working group will be part of the community communication resources, e.g. the re-occurring developer sync meetings, the developer email list, the IRC channel, etc. For reference, a contributor new to an advanced level work item can refer to the work done for the <a href="https://issues.apache.org/jira/browse/MESOS-1592">inverse offer</a> project.</p>
-
-<hr />
-
-<h1>FAQs</h1>
-
-<p>Q: Where can I find documentation about Mesos?
-A: Mesos documentation is located in the &lsquo;docs&rsquo; directory of the Mesos distribution. This documentation includes information about Mesos architecture and design, running Mesos, developing within the Mesos ecosystem and contributing to Mesos. Additionally, the latest documentation can be found here:
-<a href="http://mesos.apache.org/documentation/latest/index.html">http://mesos.apache.org/documentation/latest/index.html</a></p>
-
-<p>Q: What is a Shepherd?
-A: An identified PMC/committer that works with a contributor to help shepherd a JIRA item to completion.  Shepherds should be as identified at the beginning of the design/development phase.</p>
-
-  </div>
-</div>
-
-  </div><!-- /.container -->
-</div><!-- /.content -->
-
-<hr>
-
-
-
-    <!-- footer -->
-    <div class="footer">
-      <div class="container">
-        <div class="col-md-4 social-blk">
-          <span class="social">
-            <a href="https://twitter.com/ApacheMesos"
-              class="twitter-follow-button"
-              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
-              class="twitter-hashtag-button"
-              data-size="large"
-              data-related="ApacheMesos">Tweet #mesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-          </span>
-        </div>
-
-        <div class="col-md-8 trademark">
-          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
-            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
-          <p>
-        </div>
-      </div><!-- /.container -->
-    </div><!-- /.footer -->
-
-    <!-- JS -->
-    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
-    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
-    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
-
-    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
-    <script type="text/javascript">
-    anchors.options = {
-      placement: 'right',
-      ariaLabel: 'Permalink',
-    };
-
-    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
-    // and we do want to put anchors on those.
-    anchors.add('h1, h2, h3, h4, h5, h6');
-    </script>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/operational-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/operational-guide/index.html b/content/documentation/latest/operational-guide/index.html
index 9ace57f..5bc8156 100644
--- a/content/documentation/latest/operational-guide/index.html
+++ b/content/documentation/latest/operational-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/operator-http-api/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/operator-http-api/index.html b/content/documentation/latest/operator-http-api/index.html
index f0ba131..633ceaf 100644
--- a/content/documentation/latest/operator-http-api/index.html
+++ b/content/documentation/latest/operator-http-api/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/oversubscription/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/oversubscription/index.html b/content/documentation/latest/oversubscription/index.html
index 0203128..91cf6d2 100644
--- a/content/documentation/latest/oversubscription/index.html
+++ b/content/documentation/latest/oversubscription/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/persistent-volume/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/persistent-volume/index.html b/content/documentation/latest/persistent-volume/index.html
index 9f9060f..edff9ef 100644
--- a/content/documentation/latest/persistent-volume/index.html
+++ b/content/documentation/latest/persistent-volume/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/powered-by-mesos/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/powered-by-mesos/index.html b/content/documentation/latest/powered-by-mesos/index.html
index bb202f0..fee489d 100644
--- a/content/documentation/latest/powered-by-mesos/index.html
+++ b/content/documentation/latest/powered-by-mesos/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/presentations/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/presentations/index.html b/content/documentation/latest/presentations/index.html
index d388e8d..8ee2298 100644
--- a/content/documentation/latest/presentations/index.html
+++ b/content/documentation/latest/presentations/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/quota/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/quota/index.html b/content/documentation/latest/quota/index.html
index 1140788..e697c98 100644
--- a/content/documentation/latest/quota/index.html
+++ b/content/documentation/latest/quota/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/reconciliation/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/reconciliation/index.html b/content/documentation/latest/reconciliation/index.html
index 2ce7bbd..da248a2 100644
--- a/content/documentation/latest/reconciliation/index.html
+++ b/content/documentation/latest/reconciliation/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/release-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/release-guide/index.html b/content/documentation/latest/release-guide/index.html
index b5452f7..fb67df6 100644
--- a/content/documentation/latest/release-guide/index.html
+++ b/content/documentation/latest/release-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/reopening-reviews/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/reopening-reviews/index.html b/content/documentation/latest/reopening-reviews/index.html
index acaf20e..d960776 100644
--- a/content/documentation/latest/reopening-reviews/index.html
+++ b/content/documentation/latest/reopening-reviews/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>
@@ -129,7 +129,7 @@ member of the community and you should be assigned to the issue.</li>
 <ul>
 <li>For bug fixes or documentation updates, you should
 <a href="/documentation/latest/./committers/">contact the maintainer(s)</a>.</li>
-<li>For improvements or new features, you should <a href="/documentation/latest/./submitting-a-patch/">find a shepherd</a>
+<li>For improvements or new features, you should <a href="/documentation/latest/./advanced-contribution/">find a shepherd</a>
 to collaborate on your design and review.</li>
 </ul>
 </li>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/replicated-log-internals/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/replicated-log-internals/index.html b/content/documentation/latest/replicated-log-internals/index.html
index 84fe76a..a7360ea 100644
--- a/content/documentation/latest/replicated-log-internals/index.html
+++ b/content/documentation/latest/replicated-log-internals/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/reporting-a-bug/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/reporting-a-bug/index.html b/content/documentation/latest/reporting-a-bug/index.html
deleted file mode 100644
index 70a119a..0000000
--- a/content/documentation/latest/reporting-a-bug/index.html
+++ /dev/null
@@ -1,179 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <title>Apache Mesos - Reporting An Issue</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <meta property="og:locale" content="en_US"/>
-    <meta property="og:type" content="website"/>
-    <meta property="og:title" content="Apache Mesos"/>
-    <meta property="og:site_name" content="Apache Mesos"/>
-    <meta property="og:url" content="http://mesos.apache.org/"/>
-    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta property="og:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <meta name="twitter:card" content="summary"/>
-    <meta name="twitter:site" content="@ApacheMesos"/>
-    <meta name="twitter:title" content="Apache Mesos"/>
-    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta name="twitter:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
-    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
-    <link href="../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
-
-    
-
-    <!-- Google Analytics Magic -->
-    <script type="text/javascript">
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-20226872-1']);
-    _gaq.push(['_setDomainName', 'apache.org']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })();
-    </script>
-    
-  </head>
-  <body>
-    <!-- magical breadcrumbs -->
-    <div class="topnav">
-      <div class="container">
-        <ul class="breadcrumb">
-          <li>
-            <div class="dropdown">
-              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
-                <li><a href="http://www.apache.org">Apache Homepage</a></li>
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-              </ul>
-            </div>
-          </li>
-
-          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
-          
-          
-          <li><a href="/documentation
-/">Documentation
-</a></li>
-          
-          
-        </ul><!-- /.breadcrumb -->
-      </div><!-- /.container -->
-    </div><!-- /.topnav -->
-
-    <!-- navbar excitement -->
-<div class="navbar navbar-default navbar-static-top" role="navigation">
-  <div class="container">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
-      <span class="sr-only">Toggle navigation</span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      </button>
-      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
-    </div><!-- /.navbar-header -->
-
-    <div class="navbar-collapse collapse" id="mesos-menu">
-      <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
-        <li><a href="/blog/">Blog</a></li>
-        <li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Downloads</a></li>
-        <li><a href="/community/">Community</a></li>
-      </ul>
-    </div><!-- /#mesos-menu -->
-  </div><!-- /.container -->
-</div><!-- /.navbar -->
-
-<div class="content">
-  <div class="container">
-    <div class="row-fluid">
-  <div class="col-md-4">
-    <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
-       information about downloading, building, and deploying Mesos.</p>
-
-    <h4>If you'd like to get involved or you're looking for support</h4>
-    <p>See our <a href="/community/">community</a> page for more details.</p>
-  </div>
-  <div class="col-md-8">
-    <h1>Reporting an Issue</h1>
-
-<p>When reporting an issue (e.g. bug, improvement, feature request), please provide as much context as possible.</p>
-
-<ul>
-<li>We track all issues via Apache&rsquo;s hosted <a href="https://issues.apache.org/jira/browse/MESOS">JIRA issue tracker</a>, so if you don&rsquo;t already have an account you&rsquo;ll need to register for one. It&rsquo;s quick and easy.</li>
-<li>A JIRA should be created for every task, feature, bug-fix, etc. This makes it easy to track progress.</li>
-<li>If you are planning to work on the ticket, please assign the JIRA issue to yourself before you start working on it. This helps to avoid duplication of work and alerts anyone who is following that issue. It is highly encouraged to start a discussion with others in the community about how to solve the issue. The <a href="/documentation/latest/./submitting-a-patch/">contribution guidelines</a> discuss how to contribute to Mesos development in more detail.</li>
-</ul>
-
-
-  </div>
-</div>
-
-  </div><!-- /.container -->
-</div><!-- /.content -->
-
-<hr>
-
-
-
-    <!-- footer -->
-    <div class="footer">
-      <div class="container">
-        <div class="col-md-4 social-blk">
-          <span class="social">
-            <a href="https://twitter.com/ApacheMesos"
-              class="twitter-follow-button"
-              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
-              class="twitter-hashtag-button"
-              data-size="large"
-              data-related="ApacheMesos">Tweet #mesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-          </span>
-        </div>
-
-        <div class="col-md-8 trademark">
-          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
-            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
-          <p>
-        </div>
-      </div><!-- /.container -->
-    </div><!-- /.footer -->
-
-    <!-- JS -->
-    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
-    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
-    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
-
-    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
-    <script type="text/javascript">
-    anchors.options = {
-      placement: 'right',
-      ariaLabel: 'Permalink',
-    };
-
-    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
-    // and we do want to put anchors on those.
-    anchors.add('h1, h2, h3, h4, h5, h6');
-    </script>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/reporting-an-issue/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/reporting-an-issue/index.html b/content/documentation/latest/reporting-an-issue/index.html
new file mode 100644
index 0000000..87cf8f7
--- /dev/null
+++ b/content/documentation/latest/reporting-an-issue/index.html
@@ -0,0 +1,179 @@
+<!DOCTYPE html>
+<html>
+  <head>
+    <meta charset="utf-8">
+    <title>Apache Mesos - Reporting An Issue</title>
+    <meta name="viewport" content="width=device-width, initial-scale=1.0">
+
+    <meta property="og:locale" content="en_US"/>
+    <meta property="og:type" content="website"/>
+    <meta property="og:title" content="Apache Mesos"/>
+    <meta property="og:site_name" content="Apache Mesos"/>
+    <meta property="og:url" content="http://mesos.apache.org/"/>
+    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta property="og:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <meta name="twitter:card" content="summary"/>
+    <meta name="twitter:site" content="@ApacheMesos"/>
+    <meta name="twitter:title" content="Apache Mesos"/>
+    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
+    <meta name="twitter:description"
+          content="Apache Mesos abstracts resources away from machines,
+                   enabling fault-tolerant and elastic distributed systems
+                   to easily be built and run effectively."/>
+
+    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
+    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
+    <link href="../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
+
+    
+
+    <!-- Google Analytics Magic -->
+    <script type="text/javascript">
+    var _gaq = _gaq || [];
+    _gaq.push(['_setAccount', 'UA-20226872-1']);
+    _gaq.push(['_setDomainName', 'apache.org']);
+    _gaq.push(['_trackPageview']);
+
+    (function() {
+      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+    })();
+    </script>
+    
+  </head>
+  <body>
+    <!-- magical breadcrumbs -->
+    <div class="topnav">
+      <div class="container">
+        <ul class="breadcrumb">
+          <li>
+            <div class="dropdown">
+              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
+              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
+                <li><a href="http://www.apache.org">Apache Homepage</a></li>
+                <li><a href="http://www.apache.org/licenses/">License</a></li>
+                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
+                <li><a href="http://www.apache.org/security/">Security</a></li>
+              </ul>
+            </div>
+          </li>
+
+          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
+          
+          
+          <li><a href="/documentation
+/">Documentation
+</a></li>
+          
+          
+        </ul><!-- /.breadcrumb -->
+      </div><!-- /.container -->
+    </div><!-- /.topnav -->
+
+    <!-- navbar excitement -->
+<div class="navbar navbar-default navbar-static-top" role="navigation">
+  <div class="container">
+    <div class="navbar-header">
+      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
+      <span class="sr-only">Toggle navigation</span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      <span class="icon-bar"></span>
+      </button>
+      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
+    </div><!-- /.navbar-header -->
+
+    <div class="navbar-collapse collapse" id="mesos-menu">
+      <ul class="nav navbar-nav navbar-right">
+        <li><a href="/getting-started/">Getting Started</a></li>
+        <li><a href="/blog/">Blog</a></li>
+        <li><a href="/documentation/latest/">Documentation</a></li>
+        <li><a href="/downloads/">Downloads</a></li>
+        <li><a href="/community/">Community</a></li>
+      </ul>
+    </div><!-- /#mesos-menu -->
+  </div><!-- /.container -->
+</div><!-- /.navbar -->
+
+<div class="content">
+  <div class="container">
+    <div class="row-fluid">
+  <div class="col-md-4">
+    <h4>If you're new to Mesos</h4>
+    <p>See the <a href="/getting-started/">getting started</a> page for more
+       information about downloading, building, and deploying Mesos.</p>
+
+    <h4>If you'd like to get involved or you're looking for support</h4>
+    <p>See our <a href="/community/">community</a> page for more details.</p>
+  </div>
+  <div class="col-md-8">
+    <h1>Reporting an Issue</h1>
+
+<p>When reporting an issue (e.g. bug, improvement, feature request), please provide as much context as possible.</p>
+
+<ul>
+<li>We track all issues via Apache&rsquo;s hosted <a href="https://issues.apache.org/jira/browse/MESOS">JIRA issue tracker</a>, so if you don&rsquo;t already have an account you&rsquo;ll need to register for one. It&rsquo;s quick and easy.</li>
+<li>A JIRA should be created for every task, feature, bug-fix, etc. This makes it easy to track progress.</li>
+<li>If you are planning to work on the ticket, please assign the JIRA issue to yourself before you start working on it. This helps to avoid duplication of work and alerts anyone who is following that issue. It is highly encouraged to start a discussion with others in the community about how to solve the issue. The <a href="/documentation/latest/./beginner-contribution/">Beginner Contribution Guide</a> and <a href="/documentation/latest/./advanced-contribution/">Advanced Contribution Guide</a> discuss how to contribute to Mesos development in more detail.</li>
+</ul>
+
+
+  </div>
+</div>
+
+  </div><!-- /.container -->
+</div><!-- /.content -->
+
+<hr>
+
+
+
+    <!-- footer -->
+    <div class="footer">
+      <div class="container">
+        <div class="col-md-4 social-blk">
+          <span class="social">
+            <a href="https://twitter.com/ApacheMesos"
+              class="twitter-follow-button"
+              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
+              class="twitter-hashtag-button"
+              data-size="large"
+              data-related="ApacheMesos">Tweet #mesos</a>
+            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
+          </span>
+        </div>
+
+        <div class="col-md-8 trademark">
+          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
+            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
+          <p>
+        </div>
+      </div><!-- /.container -->
+    </div><!-- /.footer -->
+
+    <!-- JS -->
+    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
+    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
+    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
+
+    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
+    <script type="text/javascript">
+    anchors.options = {
+      placement: 'right',
+      ariaLabel: 'Permalink',
+    };
+
+    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
+    // and we do want to put anchors on those.
+    anchors.add('h1, h2, h3, h4, h5, h6');
+    </script>
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/reservation/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/reservation/index.html b/content/documentation/latest/reservation/index.html
index 145783e..e35d49f 100644
--- a/content/documentation/latest/reservation/index.html
+++ b/content/documentation/latest/reservation/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/roadmap/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/roadmap/index.html b/content/documentation/latest/roadmap/index.html
index 45d0e22..ec4a90b 100644
--- a/content/documentation/latest/roadmap/index.html
+++ b/content/documentation/latest/roadmap/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/roles/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/roles/index.html b/content/documentation/latest/roles/index.html
index ba93983..70b41e3 100644
--- a/content/documentation/latest/roles/index.html
+++ b/content/documentation/latest/roles/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/sandbox/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/sandbox/index.html b/content/documentation/latest/sandbox/index.html
index 4a5361a..bf647ed 100644
--- a/content/documentation/latest/sandbox/index.html
+++ b/content/documentation/latest/sandbox/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/scheduler-http-api/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/scheduler-http-api/index.html b/content/documentation/latest/scheduler-http-api/index.html
index 35e63ed..386eaab 100644
--- a/content/documentation/latest/scheduler-http-api/index.html
+++ b/content/documentation/latest/scheduler-http-api/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/secrets/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/secrets/index.html b/content/documentation/latest/secrets/index.html
index 6222476..bdf146e 100644
--- a/content/documentation/latest/secrets/index.html
+++ b/content/documentation/latest/secrets/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/shared-resources/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/shared-resources/index.html b/content/documentation/latest/shared-resources/index.html
index 3ca98b4..381a788 100644
--- a/content/documentation/latest/shared-resources/index.html
+++ b/content/documentation/latest/shared-resources/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/ssl/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/ssl/index.html b/content/documentation/latest/ssl/index.html
index c8b4bf8..c127212 100644
--- a/content/documentation/latest/ssl/index.html
+++ b/content/documentation/latest/ssl/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>


[4/8] mesos-site git commit: Updated the website built from mesos SHA: 549fa61.

Posted by gi...@apache.org.
http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/state-summary/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/state-summary/index.html b/content/documentation/latest/endpoints/master/state-summary/index.html
index 398d637..5cdb842 100644
--- a/content/documentation/latest/endpoints/master/state-summary/index.html
+++ b/content/documentation/latest/endpoints/master/state-summary/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/state.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/state.json/index.html b/content/documentation/latest/endpoints/master/state.json/index.html
index 18f354f..56fd5a3 100644
--- a/content/documentation/latest/endpoints/master/state.json/index.html
+++ b/content/documentation/latest/endpoints/master/state.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/state/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/state/index.html b/content/documentation/latest/endpoints/master/state/index.html
index 5425bb0..449e910 100644
--- a/content/documentation/latest/endpoints/master/state/index.html
+++ b/content/documentation/latest/endpoints/master/state/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/tasks.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/tasks.json/index.html b/content/documentation/latest/endpoints/master/tasks.json/index.html
index 3238e5a..a008054 100644
--- a/content/documentation/latest/endpoints/master/tasks.json/index.html
+++ b/content/documentation/latest/endpoints/master/tasks.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/tasks/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/tasks/index.html b/content/documentation/latest/endpoints/master/tasks/index.html
index 2f95c2b..ad22a21 100644
--- a/content/documentation/latest/endpoints/master/tasks/index.html
+++ b/content/documentation/latest/endpoints/master/tasks/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/teardown/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/teardown/index.html b/content/documentation/latest/endpoints/master/teardown/index.html
index 48df24d..b8c2fdf 100644
--- a/content/documentation/latest/endpoints/master/teardown/index.html
+++ b/content/documentation/latest/endpoints/master/teardown/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/unreserve/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/unreserve/index.html b/content/documentation/latest/endpoints/master/unreserve/index.html
index 0872799..c0fd522 100644
--- a/content/documentation/latest/endpoints/master/unreserve/index.html
+++ b/content/documentation/latest/endpoints/master/unreserve/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/master/weights/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/master/weights/index.html b/content/documentation/latest/endpoints/master/weights/index.html
index 9bdd5bb..8834b73 100644
--- a/content/documentation/latest/endpoints/master/weights/index.html
+++ b/content/documentation/latest/endpoints/master/weights/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/metrics/snapshot/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/metrics/snapshot/index.html b/content/documentation/latest/endpoints/metrics/snapshot/index.html
index 174fa68..ad2ab97 100644
--- a/content/documentation/latest/endpoints/metrics/snapshot/index.html
+++ b/content/documentation/latest/endpoints/metrics/snapshot/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/profiler/start/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/profiler/start/index.html b/content/documentation/latest/endpoints/profiler/start/index.html
index 58176a5..8b9ec30 100644
--- a/content/documentation/latest/endpoints/profiler/start/index.html
+++ b/content/documentation/latest/endpoints/profiler/start/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/profiler/stop/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/profiler/stop/index.html b/content/documentation/latest/endpoints/profiler/stop/index.html
index 481a977..e5e0cda 100644
--- a/content/documentation/latest/endpoints/profiler/stop/index.html
+++ b/content/documentation/latest/endpoints/profiler/stop/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/registrar/registry/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/registrar/registry/index.html b/content/documentation/latest/endpoints/registrar/registry/index.html
index 5b68f5b..fb2d2b5 100644
--- a/content/documentation/latest/endpoints/registrar/registry/index.html
+++ b/content/documentation/latest/endpoints/registrar/registry/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/slave/api/v1/executor/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/slave/api/v1/executor/index.html b/content/documentation/latest/endpoints/slave/api/v1/executor/index.html
index e00d009..fc1c0ba 100644
--- a/content/documentation/latest/endpoints/slave/api/v1/executor/index.html
+++ b/content/documentation/latest/endpoints/slave/api/v1/executor/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/slave/api/v1/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/slave/api/v1/index.html b/content/documentation/latest/endpoints/slave/api/v1/index.html
index 5853e57..94f3a81 100644
--- a/content/documentation/latest/endpoints/slave/api/v1/index.html
+++ b/content/documentation/latest/endpoints/slave/api/v1/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/slave/api/v1/resource_provider/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/slave/api/v1/resource_provider/index.html b/content/documentation/latest/endpoints/slave/api/v1/resource_provider/index.html
index 3f01c94..a484480 100644
--- a/content/documentation/latest/endpoints/slave/api/v1/resource_provider/index.html
+++ b/content/documentation/latest/endpoints/slave/api/v1/resource_provider/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/slave/containers/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/slave/containers/index.html b/content/documentation/latest/endpoints/slave/containers/index.html
index 19320ce..e2b2115 100644
--- a/content/documentation/latest/endpoints/slave/containers/index.html
+++ b/content/documentation/latest/endpoints/slave/containers/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/slave/flags/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/slave/flags/index.html b/content/documentation/latest/endpoints/slave/flags/index.html
index 8894b05..a661e1b 100644
--- a/content/documentation/latest/endpoints/slave/flags/index.html
+++ b/content/documentation/latest/endpoints/slave/flags/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/slave/health/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/slave/health/index.html b/content/documentation/latest/endpoints/slave/health/index.html
index 2d51039..fd9080e 100644
--- a/content/documentation/latest/endpoints/slave/health/index.html
+++ b/content/documentation/latest/endpoints/slave/health/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/slave/monitor/statistics.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/slave/monitor/statistics.json/index.html b/content/documentation/latest/endpoints/slave/monitor/statistics.json/index.html
index 3b5dc68..510eb24 100644
--- a/content/documentation/latest/endpoints/slave/monitor/statistics.json/index.html
+++ b/content/documentation/latest/endpoints/slave/monitor/statistics.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/slave/monitor/statistics/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/slave/monitor/statistics/index.html b/content/documentation/latest/endpoints/slave/monitor/statistics/index.html
index 7e88516..d084d79 100644
--- a/content/documentation/latest/endpoints/slave/monitor/statistics/index.html
+++ b/content/documentation/latest/endpoints/slave/monitor/statistics/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/slave/state.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/slave/state.json/index.html b/content/documentation/latest/endpoints/slave/state.json/index.html
index 8fe1f22..3fb83f5 100644
--- a/content/documentation/latest/endpoints/slave/state.json/index.html
+++ b/content/documentation/latest/endpoints/slave/state.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/slave/state/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/slave/state/index.html b/content/documentation/latest/endpoints/slave/state/index.html
index ab4e1ba..de9146a 100644
--- a/content/documentation/latest/endpoints/slave/state/index.html
+++ b/content/documentation/latest/endpoints/slave/state/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/system/stats.json/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/system/stats.json/index.html b/content/documentation/latest/endpoints/system/stats.json/index.html
index dfa018f..378113a 100644
--- a/content/documentation/latest/endpoints/system/stats.json/index.html
+++ b/content/documentation/latest/endpoints/system/stats.json/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/endpoints/version/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/endpoints/version/index.html b/content/documentation/latest/endpoints/version/index.html
index 0d643be..a496ba8 100644
--- a/content/documentation/latest/endpoints/version/index.html
+++ b/content/documentation/latest/endpoints/version/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/engineering-principles-and-practices/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/engineering-principles-and-practices/index.html b/content/documentation/latest/engineering-principles-and-practices/index.html
index cdca714..0817a31 100644
--- a/content/documentation/latest/engineering-principles-and-practices/index.html
+++ b/content/documentation/latest/engineering-principles-and-practices/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/executor-http-api/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/executor-http-api/index.html b/content/documentation/latest/executor-http-api/index.html
index a7a2377..4b1f95a 100644
--- a/content/documentation/latest/executor-http-api/index.html
+++ b/content/documentation/latest/executor-http-api/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/fetcher-cache-internals/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/fetcher-cache-internals/index.html b/content/documentation/latest/fetcher-cache-internals/index.html
index 10b6403..71b8c11 100644
--- a/content/documentation/latest/fetcher-cache-internals/index.html
+++ b/content/documentation/latest/fetcher-cache-internals/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/fetcher/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/fetcher/index.html b/content/documentation/latest/fetcher/index.html
index 3d61487..3d410af 100644
--- a/content/documentation/latest/fetcher/index.html
+++ b/content/documentation/latest/fetcher/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/framework-rate-limiting/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/framework-rate-limiting/index.html b/content/documentation/latest/framework-rate-limiting/index.html
index cd07af6..fcc64f5 100644
--- a/content/documentation/latest/framework-rate-limiting/index.html
+++ b/content/documentation/latest/framework-rate-limiting/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/frameworks/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/frameworks/index.html b/content/documentation/latest/frameworks/index.html
index 396c765..bc246cc 100644
--- a/content/documentation/latest/frameworks/index.html
+++ b/content/documentation/latest/frameworks/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/getting-started/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/getting-started/index.html b/content/documentation/latest/getting-started/index.html
deleted file mode 100644
index e3ed6b6..0000000
--- a/content/documentation/latest/getting-started/index.html
+++ /dev/null
@@ -1,445 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <title>Apache Mesos - Getting Started</title>
-    <meta name="viewport" content="width=device-width, initial-scale=1.0">
-
-    <meta property="og:locale" content="en_US"/>
-    <meta property="og:type" content="website"/>
-    <meta property="og:title" content="Apache Mesos"/>
-    <meta property="og:site_name" content="Apache Mesos"/>
-    <meta property="og:url" content="http://mesos.apache.org/"/>
-    <meta property="og:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta property="og:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <meta name="twitter:card" content="summary"/>
-    <meta name="twitter:site" content="@ApacheMesos"/>
-    <meta name="twitter:title" content="Apache Mesos"/>
-    <meta name="twitter:image" content="http://mesos.apache.org/assets/img/mesos_logo_fb_preview.png"/>
-    <meta name="twitter:description"
-          content="Apache Mesos abstracts resources away from machines,
-                   enabling fault-tolerant and elastic distributed systems
-                   to easily be built and run effectively."/>
-
-    <link href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css" rel="stylesheet">
-    <link rel="alternate" type="application/atom+xml" title="Apache Mesos Blog" href="/blog/feed.xml">
-    <link href="../../../assets/css/main.css" media="screen" rel="stylesheet" type="text/css" />
-
-    
-
-    <!-- Google Analytics Magic -->
-    <script type="text/javascript">
-    var _gaq = _gaq || [];
-    _gaq.push(['_setAccount', 'UA-20226872-1']);
-    _gaq.push(['_setDomainName', 'apache.org']);
-    _gaq.push(['_trackPageview']);
-
-    (function() {
-      var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
-      ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
-      var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
-    })();
-    </script>
-    
-  </head>
-  <body>
-    <!-- magical breadcrumbs -->
-    <div class="topnav">
-      <div class="container">
-        <ul class="breadcrumb">
-          <li>
-            <div class="dropdown">
-              <a data-toggle="dropdown" href="#">Apache Software Foundation <span class="caret"></span></a>
-              <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel">
-                <li><a href="http://www.apache.org">Apache Homepage</a></li>
-                <li><a href="http://www.apache.org/licenses/">License</a></li>
-                <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li>
-                <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a></li>
-                <li><a href="http://www.apache.org/security/">Security</a></li>
-              </ul>
-            </div>
-          </li>
-
-          <li><a href="http://mesos.apache.org">Apache Mesos</a></li>
-          
-          
-          <li><a href="/documentation
-/">Documentation
-</a></li>
-          
-          
-        </ul><!-- /.breadcrumb -->
-      </div><!-- /.container -->
-    </div><!-- /.topnav -->
-
-    <!-- navbar excitement -->
-<div class="navbar navbar-default navbar-static-top" role="navigation">
-  <div class="container">
-    <div class="navbar-header">
-      <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#mesos-menu" aria-expanded="false">
-      <span class="sr-only">Toggle navigation</span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      <span class="icon-bar"></span>
-      </button>
-      <a class="navbar-brand" href="/"><img src="/assets/img/mesos_logo.png" alt="Apache Mesos logo"/></a>
-    </div><!-- /.navbar-header -->
-
-    <div class="navbar-collapse collapse" id="mesos-menu">
-      <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
-        <li><a href="/blog/">Blog</a></li>
-        <li><a href="/documentation/latest/">Documentation</a></li>
-        <li><a href="/downloads/">Downloads</a></li>
-        <li><a href="/community/">Community</a></li>
-      </ul>
-    </div><!-- /#mesos-menu -->
-  </div><!-- /.container -->
-</div><!-- /.navbar -->
-
-<div class="content">
-  <div class="container">
-    <div class="row-fluid">
-  <div class="col-md-4">
-    <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
-       information about downloading, building, and deploying Mesos.</p>
-
-    <h4>If you'd like to get involved or you're looking for support</h4>
-    <p>See our <a href="/community/">community</a> page for more details.</p>
-  </div>
-  <div class="col-md-8">
-    <h1>Getting Started</h1>
-
-<h2>Downloading Mesos</h2>
-
-<p>There are different ways you can get Mesos:</p>
-
-<p>1. Download the latest stable release from <a href="http://mesos.apache.org/downloads/">Apache</a> (<strong><em>Recommended</em></strong>)</p>
-
-<pre><code>$ wget http://www.apache.org/dist/mesos/1.4.0/mesos-1.4.0.tar.gz
-$ tar -zxf mesos-1.4.0.tar.gz
-</code></pre>
-
-<p>2. Clone the Mesos git <a href="https://git-wip-us.apache.org/repos/asf/mesos.git">repository</a> (<strong><em>Advanced Users Only</em></strong>)</p>
-
-<pre><code>$ git clone https://git-wip-us.apache.org/repos/asf/mesos.git
-</code></pre>
-
-<p><em>NOTE: If you have problems running the above commands, you may need to first run through the </em><strong>System Requirements</strong><em> section below to install the <code>wget</code>, <code>tar</code>, and <code>git</code> utilities for your system.</em></p>
-
-<h2>System Requirements</h2>
-
-<p>Mesos runs on Linux (64 Bit) and Mac OS X (64 Bit). To build Mesos from source, GCC 4.8.1+ or Clang 3.5+ is required.</p>
-
-<p>On Linux, a kernel version >= 2.6.23 is required at both build time and run time. For full support of process isolation under Linux a recent kernel >= 3.10 is required.</p>
-
-<p>The Mesos agent also runs on Windows. To build Mesos from source, follow the instructions in the <a href="/documentation/latest/./windows/">Windows</a> section.</p>
-
-<p>Make sure your hostname is resolvable via DNS or via <code>/etc/hosts</code> to allow full support of Docker&rsquo;s host-networking capabilities, needed for some of the Mesos tests. When in doubt, please validate that <code>/etc/hosts</code> contains your hostname.</p>
-
-<h3>Ubuntu 14.04</h3>
-
-<p>Following are the instructions for stock Ubuntu 14.04. If you are using a different OS, please install the packages accordingly.</p>
-
-<pre><code># Update the packages.
-$ sudo apt-get update
-
-# Install a few utility tools.
-$ sudo apt-get install -y tar wget git
-
-# Install the latest OpenJDK.
-$ sudo apt-get install -y openjdk-7-jdk
-
-# Install autotools (Only necessary if building from git repository).
-$ sudo apt-get install -y autoconf libtool
-
-# Install other Mesos dependencies.
-$ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev
-</code></pre>
-
-<h3>Ubuntu 16.04</h3>
-
-<p>Following are the instructions for stock Ubuntu 16.04. If you are using a different OS, please install the packages accordingly.</p>
-
-<pre><code># Update the packages.
-$ sudo apt-get update
-
-# Install a few utility tools.
-$ sudo apt-get install -y tar wget git
-
-# Install the latest OpenJDK.
-$ sudo apt-get install -y openjdk-8-jdk
-
-# Install autotools (Only necessary if building from git repository).
-$ sudo apt-get install -y autoconf libtool
-
-# Install other Mesos dependencies.
-$ sudo apt-get -y install build-essential python-dev python-six python-virtualenv libcurl4-nss-dev libsasl2-dev libsasl2-modules maven libapr1-dev libsvn-dev zlib1g-dev
-</code></pre>
-
-<h3>Mac OS X 10.11 (El Capitan), macOS 10.12 (Sierra)</h3>
-
-<p>Following are the instructions for Mac OS X El Capitan. When building Mesos with the Apple-provided toolchain, the Command Line Tools from XCode >= 8.0 are required; XCode 8 requires Mac OS X 10.11.5 or newer.</p>
-
-<pre><code># Install Command Line Tools. The Command Line Tools from XCode &gt;= 8.0 are required.
-$ xcode-select --install
-
-# Install Homebrew.
-$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
-
-# Install Java.
-$ brew install Caskroom/cask/java
-
-# Install libraries.
-$ brew install wget git autoconf automake libtool subversion maven
-
-# Install Python dependencies.
-$ sudo easy_install pip
-$ pip install virtualenv
-</code></pre>
-
-<p>When compiling on macOS 10.12, the following is needed:</p>
-
-<pre><code># There is an incompatiblity with the system installed svn and apr headers.
-# We need the svn and apr headers from a brew installation of subversion.
-# You may need to unlink the existing version of subversion installed via
-# brew in order to configure correctly.
-$ brew unlink subversion # (If already installed)
-$ brew install subversion
-
-# When configuring, the svn and apr headers from brew will be automatically
-# detected, so no need to explicitly point to them. Also,
-# `-Wno-deprecated-declarations` is needed to suppress warnings.
-$ ../configure CXXFLAGS=-Wno-deprecated-declarations
-
-# Lastly, you may encounter the following error when the libprocess tests run:
-$ ./libprocess-tests
-Failed to obtain the IP address for '&lt;hostname&gt;'; the DNS service may not be able to resolve it: nodename nor servname provided, or not known
-
-# If so, turn on 'Remote Login' within System Preferences &gt; Sharing to resolve the issue.
-</code></pre>
-
-<p><em>NOTE: When upgrading from Yosemite to El Capitan, make sure to rerun <code>xcode-select --install</code> after the upgrade.</em></p>
-
-<h3>CentOS 6.6</h3>
-
-<p>Following are the instructions for stock CentOS 6.6. If you are using a different OS, please install the packages accordingly.</p>
-
-<pre><code># Install a recent kernel for full support of process isolation.
-$ sudo rpm --import https://www.elrepo.org/RPM-GPG-KEY-elrepo.org
-$ sudo rpm -Uvh http://www.elrepo.org/elrepo-release-6-6.el6.elrepo.noarch.rpm
-$ sudo yum --enablerepo=elrepo-kernel install -y kernel-lt
-
-# Make the just installed kernel the one booted by default, and reboot.
-$ sudo sed -i 's/default=1/default=0/g' /boot/grub/grub.conf
-$ sudo reboot
-
-# Install a few utility tools. This also forces an update of `nss`,
-# which is necessary for the Java bindings to build properly.
-$ sudo yum install -y tar wget git which nss
-
-# 'Mesos &gt; 0.21.0' requires a C++ compiler with full C++11 support,
-# (e.g. GCC &gt; 4.8) which is available via 'devtoolset-2'.
-# Fetch the Scientific Linux CERN devtoolset repo file.
-$ sudo wget -O /etc/yum.repos.d/slc6-devtoolset.repo http://linuxsoft.cern.ch/cern/devtoolset/slc6-devtoolset.repo
-
-# Import the CERN GPG key.
-$ sudo rpm --import http://linuxsoft.cern.ch/cern/centos/7/os/x86_64/RPM-GPG-KEY-cern
-
-# Fetch the Apache Maven repo file.
-$ sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
-
-# 'Mesos &gt; 0.21.0' requires 'subversion &gt; 1.8' devel package, which is
-# not available in the default repositories.
-# Create a WANdisco SVN repo file to install the correct version:
-$ sudo bash -c 'cat &gt; /etc/yum.repos.d/wandisco-svn.repo &lt;&lt;EOF
-[WANdiscoSVN]
-name=WANdisco SVN Repo 1.8
-enabled=1
-baseurl=http://opensource.wandisco.com/centos/6/svn-1.8/RPMS/$basearch/
-gpgcheck=1
-gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
-EOF'
-
-# Install essential development tools.
-$ sudo yum groupinstall -y "Development Tools"
-
-# Install 'devtoolset-2-toolchain' which includes GCC 4.8.2 and related packages.
-$ sudo yum install -y devtoolset-2-toolchain
-
-# Install other Mesos dependencies.
-$ sudo yum install -y apache-maven python-devel python-six python-virtualenv java-1.7.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-util-devel
-
-# Enter a shell with 'devtoolset-2' enabled.
-$ scl enable devtoolset-2 bash
-$ g++ --version  # Make sure you've got GCC &gt; 4.8!
-
-# Process isolation is using cgroups that are managed by 'cgconfig'.
-# The 'cgconfig' service is not started by default on CentOS 6.6.
-# Also the default configuration does not attach the 'perf_event' subsystem.
-# To do this, add 'perf_event = /cgroup/perf_event;' to the entries in '/etc/cgconfig.conf'.
-$ sudo yum install -y libcgroup
-$ sudo service cgconfig start
-</code></pre>
-
-<h3>CentOS 7.1</h3>
-
-<p>Following are the instructions for stock CentOS 7.1. If you are using a different OS, please install the packages accordingly.</p>
-
-<pre><code># Install a few utility tools
-$ sudo yum install -y tar wget git
-
-# Fetch the Apache Maven repo file.
-$ sudo wget http://repos.fedorapeople.org/repos/dchen/apache-maven/epel-apache-maven.repo -O /etc/yum.repos.d/epel-apache-maven.repo
-
-# Install the EPEL repo so that we can pull in 'libserf-1' as part of our
-# subversion install below.
-$ sudo yum install -y epel-release
-
-# 'Mesos &gt; 0.21.0' requires 'subversion &gt; 1.8' devel package,
-# which is not available in the default repositories.
-# Create a WANdisco SVN repo file to install the correct version:
-$ sudo bash -c 'cat &gt; /etc/yum.repos.d/wandisco-svn.repo &lt;&lt;EOF
-[WANdiscoSVN]
-name=WANdisco SVN Repo 1.9
-enabled=1
-baseurl=http://opensource.wandisco.com/centos/7/svn-1.9/RPMS/\$basearch/
-gpgcheck=1
-gpgkey=http://opensource.wandisco.com/RPM-GPG-KEY-WANdisco
-EOF'
-
-# Parts of Mesos require systemd in order to operate. However, Mesos
-# only supports versions of systemd that contain the 'Delegate' flag.
-# This flag was first introduced in 'systemd version 218', which is
-# lower than the default version installed by centos. Luckily, centos
-# 7.1 has a patched 'systemd &lt; 218' that contains the 'Delegate' flag.
-# Explicity update systemd to this patched version.
-$ sudo yum update systemd
-
-# Install essential development tools.
-$ sudo yum groupinstall -y "Development Tools"
-
-# Install other Mesos dependencies.
-$ sudo yum install -y apache-maven python-devel python-six python-virtualenv java-1.8.0-openjdk-devel zlib-devel libcurl-devel openssl-devel cyrus-sasl-devel cyrus-sasl-md5 apr-devel subversion-devel apr-util-devel
-</code></pre>
-
-<h3>Windows</h3>
-
-<p>Follow the instructions in the <a href="/documentation/latest/./windows/">Windows</a> section.</p>
-
-<h2>Building Mesos (Posix)</h2>
-
-<pre><code># Change working directory.
-$ cd mesos
-
-# Bootstrap (Only required if building from git repository).
-$ ./bootstrap
-
-# Configure and build.
-$ mkdir build
-$ cd build
-$ ../configure
-$ make
-</code></pre>
-
-<p>In order to speed up the build and reduce verbosity of the logs, you can append <code>-j &lt;number of cores&gt; V=0</code> to <code>make</code>.</p>
-
-<pre><code># Run test suite.
-$ make check
-
-# Install (Optional).
-$ make install
-</code></pre>
-
-<h2>Examples</h2>
-
-<p>Mesos comes bundled with example frameworks written in C++, Java and Python.
-The framework binaries will only be available after running <code>make check</code>, as
-described in the <strong><em>Building Mesos</em></strong> section above.</p>
-
-<pre><code># Change into build directory.
-$ cd build
-
-# Start Mesos master (ensure work directory exists and has proper permissions).
-$ ./bin/mesos-master.sh --ip=127.0.0.1 --work_dir=/var/lib/mesos
-
-# Start Mesos agent (ensure work directory exists and has proper permissions).
-$ ./bin/mesos-agent.sh --master=127.0.0.1:5050 --work_dir=/var/lib/mesos
-
-# Visit the Mesos web page.
-$ http://127.0.0.1:5050
-
-# Run C++ framework (exits after successfully running some tasks).
-$ ./src/test-framework --master=127.0.0.1:5050
-
-# Run Java framework (exits after successfully running some tasks).
-$ ./src/examples/java/test-framework 127.0.0.1:5050
-
-# Run Python framework (exits after successfully running some tasks).
-$ ./src/examples/python/test-framework 127.0.0.1:5050
-</code></pre>
-
-<p><em>Note: These examples assume you are running Mesos on your local machine.
-Following them will not allow you to access the Mesos web page in a production
-environment (e.g. on AWS). For that you will need to specify the actual IP of
-your host when launching the Mesos master and ensure your firewall settings
-allow access to port 5050 from the outside world.</em></p>
-
-  </div>
-</div>
-
-  </div><!-- /.container -->
-</div><!-- /.content -->
-
-<hr>
-
-
-
-    <!-- footer -->
-    <div class="footer">
-      <div class="container">
-        <div class="col-md-4 social-blk">
-          <span class="social">
-            <a href="https://twitter.com/ApacheMesos"
-              class="twitter-follow-button"
-              data-show-count="false" data-size="large">Follow @ApacheMesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-            <a href="https://twitter.com/intent/tweet?button_hashtag=mesos"
-              class="twitter-hashtag-button"
-              data-size="large"
-              data-related="ApacheMesos">Tweet #mesos</a>
-            <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
-          </span>
-        </div>
-
-        <div class="col-md-8 trademark">
-          <p>&copy; 2012-2017 <a href="http://apache.org">The Apache Software Foundation</a>.
-            Apache Mesos, the Apache feather logo, and the Apache Mesos project logo are trademarks of The Apache Software Foundation.
-          <p>
-        </div>
-      </div><!-- /.container -->
-    </div><!-- /.footer -->
-
-    <!-- JS -->
-    <script src="//code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
-    <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" type="text/javascript"></script>
-    <script src="//cdnjs.cloudflare.com/ajax/libs/anchor-js/4.1.0/anchor.min.js" type="text/javascript"></script>
-
-    <!-- Inject anchors for all headings on the page, see https://www.bryanbraun.com/anchorjs. -->
-    <script type="text/javascript">
-    anchors.options = {
-      placement: 'right',
-      ariaLabel: 'Permalink',
-    };
-
-    // The default is to not add anchors to h1, but we have pages with multiple h1 headers,
-    // and we do want to put anchors on those.
-    anchors.add('h1, h2, h3, h4, h5, h6');
-    </script>
-  </body>
-</html>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/gpu-support/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/gpu-support/index.html b/content/documentation/latest/gpu-support/index.html
index 7dda7d2..7ccb64d 100644
--- a/content/documentation/latest/gpu-support/index.html
+++ b/content/documentation/latest/gpu-support/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/health-checks/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/health-checks/index.html b/content/documentation/latest/health-checks/index.html
index 0f1ae2b..3f817eb 100644
--- a/content/documentation/latest/health-checks/index.html
+++ b/content/documentation/latest/health-checks/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/high-availability-framework-guide/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/high-availability-framework-guide/index.html b/content/documentation/latest/high-availability-framework-guide/index.html
index 71a7c71..23c058f 100644
--- a/content/documentation/latest/high-availability-framework-guide/index.html
+++ b/content/documentation/latest/high-availability-framework-guide/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/high-availability/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/high-availability/index.html b/content/documentation/latest/high-availability/index.html
index 13f0c93..d9f9e37 100644
--- a/content/documentation/latest/high-availability/index.html
+++ b/content/documentation/latest/high-availability/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/index.html b/content/documentation/latest/index.html
index 4b40919..41795ef 100644
--- a/content/documentation/latest/index.html
+++ b/content/documentation/latest/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>
@@ -125,7 +125,8 @@
 <h2>Build / Installation</h2>
 
 <ul>
-<li><a href="/documentation/latest/./getting-started/">Getting Started</a> for basic instructions on compiling and installing Mesos.</li>
+<li><a href="/documentation/latest/./building/">Building</a> for basic instructions on compiling and installing Mesos.</li>
+<li><a href="/documentation/latest/./configuration/">Configuration</a> for build configuration options.</li>
 <li><a href="/documentation/latest/./cmake/">CMake</a> for details about using the new CMake build system.</li>
 <li><a href="/documentation/latest/./windows/">Windows Support</a> for the state of Windows support in Mesos.</li>
 </ul>
@@ -276,8 +277,9 @@
 <h3>Contributing</h3>
 
 <ul>
-<li><a href="/documentation/latest/./reporting-a-bug/">Reporting an Issue, Improvement, or Feature</a> for getting started with JIRA.</li>
-<li><a href="/documentation/latest/./submitting-a-patch/">Submitting a Patch</a> for getting started with ReviewBoard and our tooling around it.</li>
+<li><a href="/documentation/latest/./reporting-an-issue/">Reporting an Issue, Improvement, or Feature</a> for getting started with JIRA.</li>
+<li><a href="/documentation/latest/./beginner-contribution/">Beginner Guide for Contributors</a> to get started contributing to Mesos for the first time.</li>
+<li><a href="/documentation/latest/./advanced-contribution/">Advanced Contribution Guide</a> to learn the typical workflow used when contributing to Mesos.</li>
 <li><a href="/documentation/latest/./engineering-principles-and-practices/">Engineering Principles and Practices</a> to serve as a shared set of project-level values for the community.</li>
 <li>Style Guides:
 

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/isolators/cgroups-blkio/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/isolators/cgroups-blkio/index.html b/content/documentation/latest/isolators/cgroups-blkio/index.html
index fccc109..d8afe50 100644
--- a/content/documentation/latest/isolators/cgroups-blkio/index.html
+++ b/content/documentation/latest/isolators/cgroups-blkio/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/isolators/cgroups-cpu/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/isolators/cgroups-cpu/index.html b/content/documentation/latest/isolators/cgroups-cpu/index.html
index 149b0b6..5c00fab 100644
--- a/content/documentation/latest/isolators/cgroups-cpu/index.html
+++ b/content/documentation/latest/isolators/cgroups-cpu/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/isolators/cgroups-net-cls/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/isolators/cgroups-net-cls/index.html b/content/documentation/latest/isolators/cgroups-net-cls/index.html
index 9c72c7a..1393bc6 100644
--- a/content/documentation/latest/isolators/cgroups-net-cls/index.html
+++ b/content/documentation/latest/isolators/cgroups-net-cls/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/isolators/disk-du/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/isolators/disk-du/index.html b/content/documentation/latest/isolators/disk-du/index.html
index 72e8bc5..b398752 100644
--- a/content/documentation/latest/isolators/disk-du/index.html
+++ b/content/documentation/latest/isolators/disk-du/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/isolators/disk-xfs/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/isolators/disk-xfs/index.html b/content/documentation/latest/isolators/disk-xfs/index.html
index 16823e4..a567b8d 100644
--- a/content/documentation/latest/isolators/disk-xfs/index.html
+++ b/content/documentation/latest/isolators/disk-xfs/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/isolators/docker-runtime/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/isolators/docker-runtime/index.html b/content/documentation/latest/isolators/docker-runtime/index.html
index ea5edf8..dc1e0cb 100644
--- a/content/documentation/latest/isolators/docker-runtime/index.html
+++ b/content/documentation/latest/isolators/docker-runtime/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/isolators/docker-volume/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/isolators/docker-volume/index.html b/content/documentation/latest/isolators/docker-volume/index.html
index b03aa7c..7ba77a3 100644
--- a/content/documentation/latest/isolators/docker-volume/index.html
+++ b/content/documentation/latest/isolators/docker-volume/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/isolators/filesystem-shared/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/isolators/filesystem-shared/index.html b/content/documentation/latest/isolators/filesystem-shared/index.html
index f3f2ef1..de59e5f 100644
--- a/content/documentation/latest/isolators/filesystem-shared/index.html
+++ b/content/documentation/latest/isolators/filesystem-shared/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/isolators/linux-capabilities/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/isolators/linux-capabilities/index.html b/content/documentation/latest/isolators/linux-capabilities/index.html
index b8ea3d3..077b453 100644
--- a/content/documentation/latest/isolators/linux-capabilities/index.html
+++ b/content/documentation/latest/isolators/linux-capabilities/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/isolators/namespaces-ipc/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/isolators/namespaces-ipc/index.html b/content/documentation/latest/isolators/namespaces-ipc/index.html
index bb3a187..fbe4873 100644
--- a/content/documentation/latest/isolators/namespaces-ipc/index.html
+++ b/content/documentation/latest/isolators/namespaces-ipc/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/isolators/namespaces-pid/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/isolators/namespaces-pid/index.html b/content/documentation/latest/isolators/namespaces-pid/index.html
index 0bb9b8f..6e31584 100644
--- a/content/documentation/latest/isolators/namespaces-pid/index.html
+++ b/content/documentation/latest/isolators/namespaces-pid/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/isolators/network-port-mapping/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/isolators/network-port-mapping/index.html b/content/documentation/latest/isolators/network-port-mapping/index.html
index 1a2aad2..d502860 100644
--- a/content/documentation/latest/isolators/network-port-mapping/index.html
+++ b/content/documentation/latest/isolators/network-port-mapping/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/isolators/posix-rlimits/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/isolators/posix-rlimits/index.html b/content/documentation/latest/isolators/posix-rlimits/index.html
index f4bc4b6..d9b5ab7 100644
--- a/content/documentation/latest/isolators/posix-rlimits/index.html
+++ b/content/documentation/latest/isolators/posix-rlimits/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/logging/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/logging/index.html b/content/documentation/latest/logging/index.html
index e549fc8..5130db6 100644
--- a/content/documentation/latest/logging/index.html
+++ b/content/documentation/latest/logging/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/982d1de6/content/documentation/latest/maintenance/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/maintenance/index.html b/content/documentation/latest/maintenance/index.html
index 3f21ece..096cb6a 100644
--- a/content/documentation/latest/maintenance/index.html
+++ b/content/documentation/latest/maintenance/index.html
@@ -91,7 +91,7 @@
 
     <div class="navbar-collapse collapse" id="mesos-menu">
       <ul class="nav navbar-nav navbar-right">
-        <li><a href="/gettingstarted/">Getting Started</a></li>
+        <li><a href="/getting-started/">Getting Started</a></li>
         <li><a href="/blog/">Blog</a></li>
         <li><a href="/documentation/latest/">Documentation</a></li>
         <li><a href="/downloads/">Downloads</a></li>
@@ -106,7 +106,7 @@
     <div class="row-fluid">
   <div class="col-md-4">
     <h4>If you're new to Mesos</h4>
-    <p>See the <a href="/gettingstarted/">getting started</a> page for more
+    <p>See the <a href="/getting-started/">getting started</a> page for more
        information about downloading, building, and deploying Mesos.</p>
 
     <h4>If you'd like to get involved or you're looking for support</h4>