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/18 20:57:34 UTC

[2/5] mesos-site git commit: Updated the website built from mesos SHA: 257cd80.

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/e80a6951/content/documentation/latest/fetcher/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/fetcher/index.html b/content/documentation/latest/fetcher/index.html
index 49842e2..3d61487 100644
--- a/content/documentation/latest/fetcher/index.html
+++ b/content/documentation/latest/fetcher/index.html
@@ -485,5 +485,18 @@ running the present task, right after fetching its own resources.</li>
     <!-- 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/e80a6951/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 e9db290..cd07af6 100644
--- a/content/documentation/latest/framework-rate-limiting/index.html
+++ b/content/documentation/latest/framework-rate-limiting/index.html
@@ -248,5 +248,18 @@ However since this kind of calculation is imprecise, you should start with small
     <!-- 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/e80a6951/content/documentation/latest/frameworks/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/frameworks/index.html b/content/documentation/latest/frameworks/index.html
index f724f8b..396c765 100644
--- a/content/documentation/latest/frameworks/index.html
+++ b/content/documentation/latest/frameworks/index.html
@@ -216,5 +216,18 @@
     <!-- 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/e80a6951/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
index a7ef0dd..e3ed6b6 100644
--- a/content/documentation/latest/getting-started/index.html
+++ b/content/documentation/latest/getting-started/index.html
@@ -428,5 +428,18 @@ allow access to port 5050 from the outside world.</em></p>
     <!-- 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/e80a6951/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 a664f43..7dda7d2 100644
--- a/content/documentation/latest/gpu-support/index.html
+++ b/content/documentation/latest/gpu-support/index.html
@@ -547,5 +547,18 @@ execute these unit tests:</p>
     <!-- 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/e80a6951/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 8545621..0f1ae2b 100644
--- a/content/documentation/latest/health-checks/index.html
+++ b/content/documentation/latest/health-checks/index.html
@@ -736,5 +736,18 @@ an endpoint.</li>
     <!-- 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/e80a6951/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 d21f7cd..71a7c71 100644
--- a/content/documentation/latest/high-availability-framework-guide/index.html
+++ b/content/documentation/latest/high-availability-framework-guide/index.html
@@ -530,5 +530,18 @@ reconnect).</p>
     <!-- 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/e80a6951/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 9bd1d56..13f0c93 100644
--- a/content/documentation/latest/high-availability/index.html
+++ b/content/documentation/latest/high-availability/index.html
@@ -239,5 +239,18 @@
     <!-- 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/e80a6951/content/documentation/latest/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/index.html b/content/documentation/latest/index.html
index 6837050..4b40919 100644
--- a/content/documentation/latest/index.html
+++ b/content/documentation/latest/index.html
@@ -376,5 +376,18 @@
     <!-- 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/e80a6951/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 a875f5e..fccc109 100644
--- a/content/documentation/latest/isolators/cgroups-blkio/index.html
+++ b/content/documentation/latest/isolators/cgroups-blkio/index.html
@@ -329,5 +329,18 @@ Linux kernel documentation.</p>
     <!-- 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/e80a6951/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 27f89d7..149b0b6 100644
--- a/content/documentation/latest/isolators/cgroups-cpu/index.html
+++ b/content/documentation/latest/isolators/cgroups-cpu/index.html
@@ -257,5 +257,18 @@ containers (non-revocable CPU). (default: true)
     <!-- 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/e80a6951/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 be7e70a..9c72c7a 100644
--- a/content/documentation/latest/isolators/cgroups-net-cls/index.html
+++ b/content/documentation/latest/isolators/cgroups-net-cls/index.html
@@ -196,5 +196,18 @@ task running within the container&mdash; in the agent&rsquo;s
     <!-- 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/e80a6951/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 1b4cc2d..72e8bc5 100644
--- a/content/documentation/latest/isolators/disk-du/index.html
+++ b/content/documentation/latest/isolators/disk-du/index.html
@@ -174,5 +174,18 @@ minute. The default interval is 15 seconds.</p>
     <!-- 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/e80a6951/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 7af24a4..16823e4 100644
--- a/content/documentation/latest/isolators/disk-xfs/index.html
+++ b/content/documentation/latest/isolators/disk-xfs/index.html
@@ -192,5 +192,18 @@ does not apply to the XFS Disk isolator.</p>
     <!-- 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/e80a6951/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 c56b8f2..ea5edf8 100644
--- a/content/documentation/latest/isolators/docker-runtime/index.html
+++ b/content/documentation/latest/isolators/docker-runtime/index.html
@@ -253,5 +253,18 @@ arguments.</p>
     <!-- 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/e80a6951/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 f05d11c..b03aa7c 100644
--- a/content/documentation/latest/isolators/docker-volume/index.html
+++ b/content/documentation/latest/isolators/docker-volume/index.html
@@ -533,5 +533,18 @@ for the second task to check the file <code>myfile</code> was created successful
     <!-- 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/e80a6951/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 a184f24..f3f2ef1 100644
--- a/content/documentation/latest/isolators/filesystem-shared/index.html
+++ b/content/documentation/latest/isolators/filesystem-shared/index.html
@@ -187,5 +187,18 @@ inside the container. Containers will not be able to see the host&rsquo;s
     <!-- 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/e80a6951/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 cd8163a..b8ea3d3 100644
--- a/content/documentation/latest/isolators/linux-capabilities/index.html
+++ b/content/documentation/latest/isolators/linux-capabilities/index.html
@@ -226,5 +226,18 @@ capabilities in the corresponding set.</p>
     <!-- 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/e80a6951/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 f510a38..bb3a187 100644
--- a/content/documentation/latest/isolators/namespaces-ipc/index.html
+++ b/content/documentation/latest/isolators/namespaces-ipc/index.html
@@ -162,5 +162,18 @@ destroyed.</p>
     <!-- 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/e80a6951/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 9e5a5e3..0bb9b8f 100644
--- a/content/documentation/latest/isolators/namespaces-pid/index.html
+++ b/content/documentation/latest/isolators/namespaces-pid/index.html
@@ -197,5 +197,18 @@ launch will be rejected.</p>
     <!-- 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/e80a6951/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 cf7625e..1a2aad2 100644
--- a/content/documentation/latest/isolators/network-port-mapping/index.html
+++ b/content/documentation/latest/isolators/network-port-mapping/index.html
@@ -535,5 +535,18 @@ for each of these elements includes:</p>
     <!-- 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/e80a6951/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 7b5c8e9..f4bc4b6 100644
--- a/content/documentation/latest/isolators/posix-rlimits/index.html
+++ b/content/documentation/latest/isolators/posix-rlimits/index.html
@@ -303,5 +303,18 @@ set; the latter case is interpreted as the absence of an explicit limit.</p>
     <!-- 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/e80a6951/content/documentation/latest/logging/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/logging/index.html b/content/documentation/latest/logging/index.html
index c67307a..e549fc8 100644
--- a/content/documentation/latest/logging/index.html
+++ b/content/documentation/latest/logging/index.html
@@ -379,5 +379,18 @@ type of <code>ContainerLogger</code>.</li>
     <!-- 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/e80a6951/content/documentation/latest/maintenance/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/maintenance/index.html b/content/documentation/latest/maintenance/index.html
index 198eac8..3f21ece 100644
--- a/content/documentation/latest/maintenance/index.html
+++ b/content/documentation/latest/maintenance/index.html
@@ -485,5 +485,18 @@ future release of Mesos.</p></blockquote>
     <!-- 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/e80a6951/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 cfefd6f..9a3de90 100644
--- a/content/documentation/latest/markdown-style-guide/index.html
+++ b/content/documentation/latest/markdown-style-guide/index.html
@@ -279,5 +279,18 @@ Beginning of new section ....
     <!-- 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/e80a6951/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 6a51c9b..7a3d090 100644
--- a/content/documentation/latest/mesos-containerizer/index.html
+++ b/content/documentation/latest/mesos-containerizer/index.html
@@ -211,5 +211,18 @@ can write modules that implement custom isolators.</p>
     <!-- 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/e80a6951/content/documentation/latest/modules/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/modules/index.html b/content/documentation/latest/modules/index.html
index efac638..344edce 100644
--- a/content/documentation/latest/modules/index.html
+++ b/content/documentation/latest/modules/index.html
@@ -658,5 +658,18 @@ must exist between the various versions:</p>
     <!-- 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/e80a6951/content/documentation/latest/monitoring/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/monitoring/index.html b/content/documentation/latest/monitoring/index.html
index 1ba8ffc..d0977e9 100644
--- a/content/documentation/latest/monitoring/index.html
+++ b/content/documentation/latest/monitoring/index.html
@@ -1887,5 +1887,18 @@ the master it is registered with.</p>
     <!-- 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/e80a6951/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 e3a384e..b46f730 100644
--- a/content/documentation/latest/multiple-disk/index.html
+++ b/content/documentation/latest/multiple-disk/index.html
@@ -306,5 +306,18 @@ remnant data.</p>
     <!-- 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/e80a6951/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 84b6b7b..b1f71ef 100644
--- a/content/documentation/latest/nested-container-and-task-group/index.html
+++ b/content/documentation/latest/nested-container-and-task-group/index.html
@@ -458,5 +458,18 @@ executor.</p>
     <!-- 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/e80a6951/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 f9eba41..b8469a4 100644
--- a/content/documentation/latest/networking-for-mesos-managed-containers/index.html
+++ b/content/documentation/latest/networking-for-mesos-managed-containers/index.html
@@ -537,5 +537,18 @@ addresses as needed.</p></li>
     <!-- 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/e80a6951/content/documentation/latest/networking/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/networking/index.html b/content/documentation/latest/networking/index.html
index bfcb28e..60647b7 100644
--- a/content/documentation/latest/networking/index.html
+++ b/content/documentation/latest/networking/index.html
@@ -295,5 +295,18 @@ accessed in the Master&rsquo;s <code>state</code> endpoint.</p>
     <!-- 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/e80a6951/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
index 055be65..1304c12 100644
--- a/content/documentation/latest/newbie-guide/index.html
+++ b/content/documentation/latest/newbie-guide/index.html
@@ -293,5 +293,18 @@ A: An identified PMC/committer that works with a contributor to help shepherd a
     <!-- 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/e80a6951/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 0dadb27..9ace57f 100644
--- a/content/documentation/latest/operational-guide/index.html
+++ b/content/documentation/latest/operational-guide/index.html
@@ -262,5 +262,18 @@ information, quota information, etc). To move from 1 master to 3 masters:</p>
     <!-- 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/e80a6951/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 c4402a3..f0ba131 100644
--- a/content/documentation/latest/operator-http-api/index.html
+++ b/content/documentation/latest/operator-http-api/index.html
@@ -3895,5 +3895,18 @@ HTTP/1.1 200 OK
     <!-- 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/e80a6951/content/documentation/latest/oversubscription/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/oversubscription/index.html b/content/documentation/latest/oversubscription/index.html
index b0b89cc..0203128 100644
--- a/content/documentation/latest/oversubscription/index.html
+++ b/content/documentation/latest/oversubscription/index.html
@@ -494,5 +494,18 @@ seconds.</p>
     <!-- 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/e80a6951/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 5139d25..9f9060f 100644
--- a/content/documentation/latest/persistent-volume/index.html
+++ b/content/documentation/latest/persistent-volume/index.html
@@ -672,5 +672,18 @@ introduced support for <a href="/documentation/latest/./shared-resources/">share
     <!-- 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/e80a6951/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 344b0ae..bb202f0 100644
--- a/content/documentation/latest/powered-by-mesos/index.html
+++ b/content/documentation/latest/powered-by-mesos/index.html
@@ -286,5 +286,18 @@
     <!-- 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/e80a6951/content/documentation/latest/presentations/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/presentations/index.html b/content/documentation/latest/presentations/index.html
index 605a380..d388e8d 100644
--- a/content/documentation/latest/presentations/index.html
+++ b/content/documentation/latest/presentations/index.html
@@ -271,5 +271,18 @@ Presented Summer 2010 at <a href="http://yahoo.com">Yahoo</a></p>
     <!-- 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/e80a6951/content/documentation/latest/quota/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/quota/index.html b/content/documentation/latest/quota/index.html
index 6086577..1140788 100644
--- a/content/documentation/latest/quota/index.html
+++ b/content/documentation/latest/quota/index.html
@@ -542,5 +542,18 @@ on disjoint nodes for an HA like setup).</li>
     <!-- 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/e80a6951/content/documentation/latest/reconciliation/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/reconciliation/index.html b/content/documentation/latest/reconciliation/index.html
index 014aa9f..2ce7bbd 100644
--- a/content/documentation/latest/reconciliation/index.html
+++ b/content/documentation/latest/reconciliation/index.html
@@ -294,5 +294,18 @@ then the previous reconciliation algorithm should stop running.</li>
     <!-- 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/e80a6951/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 d63328a..b5452f7 100644
--- a/content/documentation/latest/release-guide/index.html
+++ b/content/documentation/latest/release-guide/index.html
@@ -472,5 +472,18 @@ and test.</p></li>
     <!-- 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/e80a6951/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 ed29fce..acaf20e 100644
--- a/content/documentation/latest/reopening-reviews/index.html
+++ b/content/documentation/latest/reopening-reviews/index.html
@@ -177,5 +177,18 @@ is sensible and the description explains the problem and proposed solution.</li>
     <!-- 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/e80a6951/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 930e306..84fe76a 100644
--- a/content/documentation/latest/replicated-log-internals/index.html
+++ b/content/documentation/latest/replicated-log-internals/index.html
@@ -267,5 +267,18 @@
     <!-- 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/e80a6951/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
index 862af93..70a119a 100644
--- a/content/documentation/latest/reporting-a-bug/index.html
+++ b/content/documentation/latest/reporting-a-bug/index.html
@@ -162,5 +162,18 @@
     <!-- 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/e80a6951/content/documentation/latest/reservation/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/reservation/index.html b/content/documentation/latest/reservation/index.html
index 7d584c0..145783e 100644
--- a/content/documentation/latest/reservation/index.html
+++ b/content/documentation/latest/reservation/index.html
@@ -570,5 +570,18 @@ restarts).</p>
     <!-- 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/e80a6951/content/documentation/latest/roadmap/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/roadmap/index.html b/content/documentation/latest/roadmap/index.html
index 0180ee6..45d0e22 100644
--- a/content/documentation/latest/roadmap/index.html
+++ b/content/documentation/latest/roadmap/index.html
@@ -163,5 +163,18 @@
     <!-- 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/e80a6951/content/documentation/latest/roles/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/roles/index.html b/content/documentation/latest/roles/index.html
index 4b01980..ba93983 100644
--- a/content/documentation/latest/roles/index.html
+++ b/content/documentation/latest/roles/index.html
@@ -340,5 +340,18 @@ covered above.</p>
     <!-- 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/e80a6951/content/documentation/latest/sandbox/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/sandbox/index.html b/content/documentation/latest/sandbox/index.html
index bab2b59..4a5361a 100644
--- a/content/documentation/latest/sandbox/index.html
+++ b/content/documentation/latest/sandbox/index.html
@@ -327,5 +327,18 @@ See <a href="/documentation/latest/./configuration/agent/#gc_disk_headroom">the
     <!-- 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/e80a6951/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 557f4fd..35e63ed 100644
--- a/content/documentation/latest/scheduler-http-api/index.html
+++ b/content/documentation/latest/scheduler-http-api/index.html
@@ -787,5 +787,18 @@ Connection: keep-alive
     <!-- 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/e80a6951/content/documentation/latest/secrets/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/secrets/index.html b/content/documentation/latest/secrets/index.html
index 2f539f4..6222476 100644
--- a/content/documentation/latest/secrets/index.html
+++ b/content/documentation/latest/secrets/index.html
@@ -295,5 +295,18 @@ The secret can then be referenced in the <code>Image</code> protobuf as follows:
     <!-- 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/e80a6951/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 fa992fc..3ca98b4 100644
--- a/content/documentation/latest/shared-resources/index.html
+++ b/content/documentation/latest/shared-resources/index.html
@@ -284,5 +284,18 @@ feature.</p></li>
     <!-- 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/e80a6951/content/documentation/latest/ssl/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/ssl/index.html b/content/documentation/latest/ssl/index.html
index 169d580..c8b4bf8 100644
--- a/content/documentation/latest/ssl/index.html
+++ b/content/documentation/latest/ssl/index.html
@@ -290,5 +290,18 @@ LIBPROCESS_SSL_ENABLED=true LIBPROCESS_SSL_SUPPORT_DOWNGRADE=false LIBPROCESS_SS
     <!-- 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/e80a6951/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
index 4ba5d66..e69a120 100644
--- a/content/documentation/latest/submitting-a-patch/index.html
+++ b/content/documentation/latest/submitting-a-patch/index.html
@@ -293,5 +293,18 @@
     <!-- 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/e80a6951/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 facee92..ba2cb29 100644
--- a/content/documentation/latest/task-state-reasons/index.html
+++ b/content/documentation/latest/task-state-reasons/index.html
@@ -612,5 +612,18 @@ update was sent.</p>
     <!-- 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/e80a6951/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 b18d0fb..f3bf9f5 100644
--- a/content/documentation/latest/testing-patterns/index.html
+++ b/content/documentation/latest/testing-patterns/index.html
@@ -291,5 +291,18 @@ Clock::resume();
     <!-- 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/e80a6951/content/documentation/latest/tools/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/tools/index.html b/content/documentation/latest/tools/index.html
index 35dbe99..1b34ae8 100644
--- a/content/documentation/latest/tools/index.html
+++ b/content/documentation/latest/tools/index.html
@@ -187,5 +187,18 @@
     <!-- 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/e80a6951/content/documentation/latest/upgrades/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/upgrades/index.html b/content/documentation/latest/upgrades/index.html
index 972ffea..1c2fedb 100644
--- a/content/documentation/latest/upgrades/index.html
+++ b/content/documentation/latest/upgrades/index.html
@@ -1492,5 +1492,18 @@ Restart the masters with &ndash;authentication=true.</li>
     <!-- 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/e80a6951/content/documentation/latest/versioning/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/versioning/index.html b/content/documentation/latest/versioning/index.html
index fb48088..3d08506 100644
--- a/content/documentation/latest/versioning/index.html
+++ b/content/documentation/latest/versioning/index.html
@@ -311,5 +311,18 @@ option java_outer_classname = "Protos";
     <!-- 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/e80a6951/content/documentation/latest/weights/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/weights/index.html b/content/documentation/latest/weights/index.html
index b2375e3..cdeaa22 100644
--- a/content/documentation/latest/weights/index.html
+++ b/content/documentation/latest/weights/index.html
@@ -259,5 +259,18 @@ configured weights, for example:</p>
     <!-- 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/e80a6951/content/documentation/latest/windows/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/windows/index.html b/content/documentation/latest/windows/index.html
index 00aaa0d..bad64aa 100644
--- a/content/documentation/latest/windows/index.html
+++ b/content/documentation/latest/windows/index.html
@@ -225,5 +225,18 @@ please refer to the <a href="https://issues.apache.org/jira/browse/MESOS-3094">J
     <!-- 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/e80a6951/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 9c575ab..88a1e4f 100644
--- a/content/documentation/latest/working-groups/index.html
+++ b/content/documentation/latest/working-groups/index.html
@@ -199,5 +199,18 @@ In order to distinguish emails for a specific working group, please tag the emai
     <!-- 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/e80a6951/content/documentation/logging/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/logging/index.html b/content/documentation/logging/index.html
index 00800c5..eb39be9 100644
--- a/content/documentation/logging/index.html
+++ b/content/documentation/logging/index.html
@@ -379,5 +379,18 @@ type of <code>ContainerLogger</code>.</li>
     <!-- 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/e80a6951/content/documentation/maintenance/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/maintenance/index.html b/content/documentation/maintenance/index.html
index b7ffb62..c5562ba 100644
--- a/content/documentation/maintenance/index.html
+++ b/content/documentation/maintenance/index.html
@@ -485,5 +485,18 @@ future release of Mesos.</p></blockquote>
     <!-- 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/e80a6951/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 36ef19a..f5366a9 100644
--- a/content/documentation/markdown-style-guide/index.html
+++ b/content/documentation/markdown-style-guide/index.html
@@ -279,5 +279,18 @@ Beginning of new section ....
     <!-- 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/e80a6951/content/documentation/mesos-containerizer/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/mesos-containerizer/index.html b/content/documentation/mesos-containerizer/index.html
index d41c351..6a3298b 100644
--- a/content/documentation/mesos-containerizer/index.html
+++ b/content/documentation/mesos-containerizer/index.html
@@ -211,5 +211,18 @@ can write modules that implement custom isolators.</p>
     <!-- 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/e80a6951/content/documentation/modules/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/modules/index.html b/content/documentation/modules/index.html
index b6cb5bc..61c9dd4 100644
--- a/content/documentation/modules/index.html
+++ b/content/documentation/modules/index.html
@@ -658,5 +658,18 @@ must exist between the various versions:</p>
     <!-- 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/e80a6951/content/documentation/monitoring/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/monitoring/index.html b/content/documentation/monitoring/index.html
index 41b53b3..17dcf15 100644
--- a/content/documentation/monitoring/index.html
+++ b/content/documentation/monitoring/index.html
@@ -1887,5 +1887,18 @@ the master it is registered with.</p>
     <!-- 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>