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/13 02:01:52 UTC

mesos-site git commit: Updated the website built from mesos SHA: bea3618.

Repository: mesos-site
Updated Branches:
  refs/heads/asf-site 6f0157a14 -> 89e9c2a80


Updated the website built from mesos SHA: bea3618.


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

Branch: refs/heads/asf-site
Commit: 89e9c2a808a68ce36db0fd7b34f7c2f5c1b5f21b
Parents: 6f0157a
Author: jenkins <bu...@apache.org>
Authored: Fri Oct 13 02:01:50 2017 +0000
Committer: jenkins <bu...@apache.org>
Committed: Fri Oct 13 02:01:50 2017 +0000

----------------------------------------------------------------------
 content/documentation/index.html        | 201 ++++++++++++++++-----------
 content/documentation/latest/index.html | 201 ++++++++++++++++-----------
 2 files changed, 244 insertions(+), 158 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos-site/blob/89e9c2a8/content/documentation/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/index.html b/content/documentation/index.html
index fa8d292..ab74816 100644
--- a/content/documentation/index.html
+++ b/content/documentation/index.html
@@ -113,28 +113,76 @@
     <p>See our <a href="/community/">community</a> page for more details.</p>
   </div>
   <div class="col-md-8">
-    <h1>Documentation</h1>
-
-<h2>Mesos Fundamentals</h2>
+    <h2>Fundamentals</h2>
 
 <ul>
 <li><a href="/documentation/latest/./architecture/">Mesos Architecture</a> providing an overview of Mesos concepts.</li>
 <li><a href="/documentation/latest/./presentations/">Video and Slides of Mesos Presentations</a></li>
+<li><a href="https://www.usenix.org/conference/nsdi11/mesos-platform-fine-grained-resource-sharing-data-center">Academic Papers and Project History</a></li>
 </ul>
 
 
-<h2>Running Mesos</h2>
+<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/./agent-recovery/">Agent Recovery</a> for doing seamless agent upgrades and allowing executors to survive <code>mesos-agent</code> crashes.</li>
-<li><a href="/documentation/latest/./authentication/">Authentication</a></li>
-<li><a href="/documentation/latest/./authorization/">Authorization</a></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>
+
+
+<h2>Administration</h2>
+
+<ul>
 <li><a href="/documentation/latest/./configuration/">Configuration</a> for command-line arguments.</li>
-<li><a href="/documentation/latest/./container-image/">Container Image</a> for supporting container images in Mesos containerizer.</li>
-<li><a href="/documentation/latest/./container-volume/">Container Volume</a> for using container volumes.</li>
-<li><a href="/documentation/latest/./containerizers/">Containerizers</a> for containerizer overview and use cases.
+<li><a href="/documentation/latest/./high-availability/">High Availability Master Setup</a>
+
+<ul>
+<li><a href="/documentation/latest/./replicated-log-internals/">Replicated Log</a> for information on the Mesos replicated log.</li>
+</ul>
+</li>
+<li><a href="/documentation/latest/./agent-recovery/">Fault Tolerant Agent Setup</a></li>
+<li><a href="/documentation/latest/./framework-rate-limiting/">Framework Rate Limiting</a></li>
+<li><a href="/documentation/latest/./maintenance/">Maintenance</a> for performing maintenance on a Mesos cluster.</li>
+<li><a href="/documentation/latest/./upgrades/">Upgrades</a> for upgrading a Mesos cluster.</li>
+<li><a href="/documentation/latest/./logging/">Logging</a></li>
+<li><a href="/documentation/latest/./monitoring/">Monitoring</a></li>
+<li><a href="/documentation/latest/./operational-guide/">Operational Guide</a></li>
+<li><a href="/documentation/latest/./fetcher/">Fetcher Cache Configuration</a></li>
+</ul>
+
+
+<h2>Resource Management</h2>
+
+<ul>
+<li><a href="/documentation/latest/./attributes-resources/">Attributes and Resources</a> for how to describe the agents that comprise a cluster.</li>
+<li><a href="/documentation/latest/./roles/">Using Resource Roles</a>
+
+<ul>
+<li><a href="/documentation/latest/./weights/">Resource Role Weights</a> for fair sharing.</li>
+<li><a href="/documentation/latest/./quota/">Resource Role Quota</a> for how to configure Mesos to provide guaranteed resource allocations for use by a role.</li>
+<li><a href="/documentation/latest/./reservation/">Reservations</a> for how operators and frameworks can reserve resources on individual agents for use by a role.</li>
+<li><a href="/documentation/latest/./shared-resources/">Shared Resources</a> for how to share persistent volumes between tasks managed by different executors on the same agent.</li>
+</ul>
+</li>
+<li><a href="/documentation/latest/./oversubscription/">Oversubscription</a> for how to configure Mesos to take advantage of unused resources to launch &ldquo;best-effort&rdquo; tasks.</li>
+</ul>
+
+
+<h2>Security</h2>
+
+<ul>
+<li><a href="/documentation/latest/./authentication/">Authentication</a></li>
+<li><a href="/documentation/latest/./authorization/">Authorization</a></li>
+<li><a href="/documentation/latest/./ssl/">SSL</a></li>
+<li><a href="/documentation/latest/./secrets/">Secrets</a> for managing secrets within Mesos.</li>
+</ul>
+
+
+<h2>Containerization</h2>
+
+<ul>
+<li><a href="/documentation/latest/./containerizers/">Containerizer Overview</a>
 
 <ul>
 <li><a href="/documentation/latest/./containerizer-internals/">Containerizer Internals</a> for implementation details of containerizers.</li>
@@ -142,126 +190,121 @@
 <li><a href="/documentation/latest/./mesos-containerizer/">Mesos Containerizer</a> default containerizer, supports both Linux and POSIX systems.
 
 <ul>
-<li><a href="/documentation/latest/./cni/">CNI support</a></li>
+<li><a href="/documentation/latest/./container-image/">Container Images</a> for supporting container images in Mesos containerizer.</li>
 <li><a href="/documentation/latest/./isolators/docker-volume/">Docker Volume Support</a></li>
+<li><a href="/documentation/latest/./gpu-support/">Nvidia GPU Support</a> for how to run Mesos with Nvidia GPU support.</li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a href="/documentation/latest/./framework-rate-limiting/">Framework Rate Limiting</a></li>
-<li><a href="/documentation/latest/./health-checks/">Task Health Checking</a></li>
-<li><a href="/documentation/latest/./high-availability/">High Availability</a> for running multiple masters simultaneously.</li>
-<li><a href="endpoints/">HTTP Endpoints</a> for available HTTP endpoints.</li>
-<li><a href="/documentation/latest/./logging/">Logging</a></li>
-<li><a href="/documentation/latest/./maintenance/">Maintenance</a> for performing maintenance on a Mesos cluster.</li>
-<li><a href="/documentation/latest/./monitoring/">Monitoring</a></li>
-<li><a href="/documentation/latest/./operational-guide/">Operational Guide</a></li>
-<li><a href="/documentation/latest/./roles/">Roles</a></li>
-<li><a href="/documentation/latest/./secrets/">Secrets</a> for managing secrets within Mesos.</li>
-<li><a href="/documentation/latest/./ssl/">SSL</a> for enabling and enforcing SSL communication.</li>
+<li><a href="/documentation/latest/./sandbox/">Container Sandboxes</a></li>
+<li><a href="/documentation/latest/./container-volume/">Container Volumes</a></li>
 <li><a href="/documentation/latest/./nested-container-and-task-group/">Nested Container and Task Group (Pod)</a></li>
-<li><a href="/documentation/latest/./tools/">Tools</a> for setting up and running a Mesos cluster.</li>
-<li><a href="/documentation/latest/./upgrades/">Upgrades</a> for upgrading a Mesos cluster.</li>
-<li><a href="/documentation/latest/./weights/">Weights</a></li>
-<li><a href="/documentation/latest/./windows/">Windows Support</a> for the state of Windows support in Mesos.</li>
 </ul>
 
 
-<h2>Advanced Features</h2>
+<h2>Networking</h2>
 
 <ul>
-<li><a href="/documentation/latest/./attributes-resources/">Attributes and Resources</a> for how to describe the agents that comprise a cluster.</li>
-<li><a href="/documentation/latest/./fetcher/">Fetcher Cache</a> for how to configure the Mesos fetcher cache.</li>
-<li><a href="/documentation/latest/./multiple-disk/">Multiple Disks</a> for how to allow tasks to use multiple isolated disk resources.</li>
-<li><a href="/documentation/latest/./networking/">Networking</a>
+<li><a href="/documentation/latest/./networking/">Networking Overview</a>
 
 <ul>
+<li><a href="/documentation/latest/./networking-for-mesos-managed-containers/">Networking in Detail</a></li>
 <li><a href="/documentation/latest/./cni/">Container Network Interface (CNI)</a></li>
 <li><a href="/documentation/latest/./isolators/network-port-mapping/">Port Mapping Isolator</a></li>
 </ul>
 </li>
-<li><a href="/documentation/latest/./gpu-support/">Nvidia GPU Support</a> for how to run Mesos with Nvidia GPU support.</li>
-<li><a href="/documentation/latest/./oversubscription/">Oversubscription</a> for how to configure Mesos to take advantage of unused resources to launch &ldquo;best-effort&rdquo; tasks.</li>
+</ul>
+
+
+<h2>Storage</h2>
+
+<ul>
+<li><a href="/documentation/latest/./multiple-disk/">Multiple Disks</a> for how to allow tasks to use multiple isolated disk resources.</li>
 <li><a href="/documentation/latest/./persistent-volume/">Persistent Volume</a> for how to allow tasks to access persistent storage resources.</li>
-<li><a href="/documentation/latest/./quota/">Quota</a> for how to configure Mesos to provide guaranteed resource allocations for use by a role.</li>
-<li><a href="/documentation/latest/./replicated-log-internals/">Replicated Log</a> for information on the Mesos replicated log.</li>
-<li><a href="/documentation/latest/./reservation/">Reservation</a> for how operators and frameworks can reserve resources on individual agents for use by a role.</li>
-<li><a href="/documentation/latest/./shared-resources/">Shared Resources</a> for how to share persistent volumes between tasks managed by different executors on the same agent.</li>
 </ul>
 
 
 <h2>APIs</h2>
 
 <ul>
+<li><a href="endpoints/">HTTP Endpoints</a> for available HTTP endpoints.</li>
 <li><a href="/documentation/latest/./api-client-libraries/">API Client Libraries</a> lists client libraries for the HTTP APIs.</li>
-<li><a href="/api/latest/c++/namespacemesos.html">Doxygen</a> documents the C++ API.</li>
-<li><a href="/documentation/latest/./executor-http-api/">Executor HTTP API</a> describes the new HTTP API for communication between executors and the Mesos agent.</li>
-<li><a href="/api/latest/java/">Javadoc</a> documents the old Java API.</li>
-<li><a href="/documentation/latest/./operator-http-api/">Operator HTTP API</a> describes the new HTTP API for communication between operators and Mesos master/agent.</li>
-<li><a href="/documentation/latest/./scheduler-http-api/">Scheduler HTTP API</a> describes the new HTTP API for communication between schedulers and the Mesos master.</li>
+<li><a href="/documentation/latest/./versioning/">API Versioning</a> describes HTTP API and release versioning.</li>
+<li>Writing Frameworks
+
+<ul>
+<li><a href="/documentation/latest/./app-framework-development-guide/">Framework Development Guide</a> describes how to build applications on top of Mesos.</li>
+<li><a href="/documentation/latest/./high-availability-framework-guide/">Guide for Designing Highly Available Mesos Frameworks</a></li>
+<li><a href="/documentation/latest/./reconciliation/">Reconciliation</a> for ensuring a framework&rsquo;s state remains eventually consistent in the face of failures.</li>
 <li><a href="/documentation/latest/./task-state-reasons/">Task State Reasons</a> describes how task state reasons are used in Mesos.</li>
-<li><a href="/documentation/latest/./versioning/">Versioning</a> describes HTTP API and release versioning.</li>
+<li><a href="/documentation/latest/./health-checks/">Task Health Checking</a></li>
 </ul>
-
-
-<h2>Running Mesos Frameworks</h2>
+</li>
+<li>API References:
 
 <ul>
-<li><a href="/documentation/latest/./frameworks/">Mesos frameworks</a> for a list of apps built on top of Mesos and instructions on how to run them.</li>
-<li><a href="/documentation/latest/./sandbox/">Sandbox</a> describes a useful debugging arena for most users.</li>
+<li><a href="/api/latest/java/">v0 Java API</a></li>
+<li><a href="/api/latest/c++/namespacemesos.html">v0 C++ API</a></li>
+<li><a href="/documentation/latest/./operator-http-api/">v1 Operator HTTP API</a> for communication between operators and Mesos master/agent.</li>
+<li><a href="/documentation/latest/./scheduler-http-api/">v1 Scheduler HTTP API</a> for communication between schedulers and the Mesos master.</li>
+<li><a href="/documentation/latest/./executor-http-api/">v1 Executor HTTP API</a> describes the new HTTP API for communication between executors and the Mesos agent.</li>
 </ul>
-
-
-<h2>Developing Mesos Frameworks</h2>
+</li>
+<li><a href="/documentation/latest/./modules/">Mesos Modules</a> for specifying Mesos modules for master, agent and tests.
 
 <ul>
-<li><a href="/documentation/latest/./high-availability-framework-guide/">Designing Highly Available Mesos Frameworks</a></li>
-<li><a href="/documentation/latest/./tools/">Developer Tools</a> for hacking on Mesos or writing frameworks.</li>
-<li><a href="/documentation/latest/./app-framework-development-guide/">Framework Development Guide</a> describes how to build applications on top of Mesos.</li>
-<li><a href="/documentation/latest/./reconciliation/">Reconciliation</a> for ensuring a framework&rsquo;s state remains eventually consistent in the face of failures.</li>
+<li><a href="/documentation/latest/./allocation-module/">Allocation Module</a> for how to write custom resource allocators.</li>
+</ul>
+</li>
 </ul>
 
 
-<h2>Extending Mesos</h2>
+<h2>Community</h2>
 
 <ul>
-<li><a href="/documentation/latest/./allocation-module/">Allocation Modules</a> for how to write custom resource allocators.</li>
-<li><a href="/documentation/latest/./modules/">Mesos Modules</a> for specifying Mesos modules for master, agent and tests.</li>
+<li><a href="../community/">Getting Involved</a></li>
+<li><a href="/documentation/latest/./powered-by-mesos/">List of Mesos Users</a></li>
+<li><a href="/documentation/latest/./frameworks/">3rd Party Frameworks</a></li>
+<li><a href="/documentation/latest/./tools/">3rd Party Tools</a> for developers and operators.</li>
+<li><a href="/documentation/latest/./roadmap/">Development Roadmap</a></li>
+<li><a href="/documentation/latest/./design-docs/">Design Docs</a> list of design documents for various Mesos features.</li>
+<li><a href="/documentation/latest/./working-groups/">Working groups</a> a listing of groups working on different components.</li>
 </ul>
 
 
-<h2>Contributing to Mesos</h2>
+<h3>Contributing</h3>
 
 <ul>
-<li><a href="/documentation/latest/./committers/">Committers and Maintainers</a> a listing of project committers and component maintainers; useful when seeking feedback.</li>
-<li><a href="/documentation/latest/./committing/">Committing</a> guidelines for committing changes.</li>
-<li><a href="/documentation/latest/./roadmap/">Development Roadmap</a></li>
-<li><a href="/documentation/latest/./documentation-guide/">Documentation Guide</a>
+<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/./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:
 
 <ul>
-<li><a href="/documentation/latest/./c++-style-guide/">C++ Style Guide</a></li>
+<li><a href="/documentation/latest/./documentation-guide/">Documentation Style Guide</a></li>
+<li><a href="/documentation/latest/./c++-style-guide/">C++ Style Guide</a>
+
+<ul>
+<li><a href="/documentation/latest/./clang-format/">Clang-Format</a> for automatic formatting.</li>
+</ul>
+</li>
 <li><a href="/documentation/latest/./doxygen-style-guide/">Doxygen Style Guide</a></li>
 <li><a href="/documentation/latest/./markdown-style-guide/">Markdown Style Guide</a></li>
 </ul>
 </li>
-<li><a href="/api/latest/c++/">Doxygen</a> documents the internal Mesos APIs.</li>
-<li><a href="/documentation/latest/./effective-code-reviewing/">Effective Code Reviewing</a> guidelines, tips, and learnings for how to do effective code reviews.</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><a href="/documentation/latest/./release-guide/">Release Guide</a></li>
-<li><a href="/documentation/latest/./reopening-reviews/">Reopening a Review</a> for our policy around reviving reviews on ReviewBoard.</li>
-<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/./testing-patterns/">Testing Patterns</a> for tips and tricks used in Mesos tests.</li>
-<li><a href="/documentation/latest/./working-groups/">Working groups</a> a listing of groups working on different components.</li>
-</ul>
-
-
-<h2>More Info about Mesos</h2>
+<li><a href="/api/latest/c++/">C++ Doxygen Reference</a> for internal APIs.</li>
+<li><a href="/documentation/latest/./committers/">Committers and Maintainers</a> a listing of project committers and component maintainers; useful when seeking feedback.
 
 <ul>
-<li><a href="https://www.usenix.org/conference/nsdi11/mesos-platform-fine-grained-resource-sharing-data-center">Academic Papers and Project History</a></li>
-<li><a href="/documentation/latest/./design-docs/">Design docs</a> list of design documents for various Mesos features</li>
-<li><a href="/documentation/latest/./powered-by-mesos/">Powered by Mesos</a> lists organizations and software that are powered by Apache Mesos.</li>
+<li><a href="/documentation/latest/./committing/">Committing</a> guidelines for committing changes.</li>
+<li><a href="/documentation/latest/./release-guide/">Release Guide</a></li>
+<li><a href="/documentation/latest/./committer-candidate-checklist/">Committer Candidate Checklist</a> for becoming a committer.</li>
+</ul>
+</li>
+<li><a href="/documentation/latest/./effective-code-reviewing/">Effective Code Reviewing</a> guidelines, tips, and learnings for how to do effective code reviews.</li>
+<li><a href="/documentation/latest/./reopening-reviews/">Reopening a Review</a> for our policy around reviving reviews on ReviewBoard.</li>
 </ul>
 
 

http://git-wip-us.apache.org/repos/asf/mesos-site/blob/89e9c2a8/content/documentation/latest/index.html
----------------------------------------------------------------------
diff --git a/content/documentation/latest/index.html b/content/documentation/latest/index.html
index 44ee1d9..bf4bb58 100644
--- a/content/documentation/latest/index.html
+++ b/content/documentation/latest/index.html
@@ -113,28 +113,76 @@
     <p>See our <a href="/community/">community</a> page for more details.</p>
   </div>
   <div class="col-md-8">
-    <h1>Documentation</h1>
-
-<h2>Mesos Fundamentals</h2>
+    <h2>Fundamentals</h2>
 
 <ul>
 <li><a href="/documentation/latest/./architecture/">Mesos Architecture</a> providing an overview of Mesos concepts.</li>
 <li><a href="/documentation/latest/./presentations/">Video and Slides of Mesos Presentations</a></li>
+<li><a href="https://www.usenix.org/conference/nsdi11/mesos-platform-fine-grained-resource-sharing-data-center">Academic Papers and Project History</a></li>
 </ul>
 
 
-<h2>Running Mesos</h2>
+<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/./agent-recovery/">Agent Recovery</a> for doing seamless agent upgrades and allowing executors to survive <code>mesos-agent</code> crashes.</li>
-<li><a href="/documentation/latest/./authentication/">Authentication</a></li>
-<li><a href="/documentation/latest/./authorization/">Authorization</a></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>
+
+
+<h2>Administration</h2>
+
+<ul>
 <li><a href="/documentation/latest/./configuration/">Configuration</a> for command-line arguments.</li>
-<li><a href="/documentation/latest/./container-image/">Container Image</a> for supporting container images in Mesos containerizer.</li>
-<li><a href="/documentation/latest/./container-volume/">Container Volume</a> for using container volumes.</li>
-<li><a href="/documentation/latest/./containerizers/">Containerizers</a> for containerizer overview and use cases.
+<li><a href="/documentation/latest/./high-availability/">High Availability Master Setup</a>
+
+<ul>
+<li><a href="/documentation/latest/./replicated-log-internals/">Replicated Log</a> for information on the Mesos replicated log.</li>
+</ul>
+</li>
+<li><a href="/documentation/latest/./agent-recovery/">Fault Tolerant Agent Setup</a></li>
+<li><a href="/documentation/latest/./framework-rate-limiting/">Framework Rate Limiting</a></li>
+<li><a href="/documentation/latest/./maintenance/">Maintenance</a> for performing maintenance on a Mesos cluster.</li>
+<li><a href="/documentation/latest/./upgrades/">Upgrades</a> for upgrading a Mesos cluster.</li>
+<li><a href="/documentation/latest/./logging/">Logging</a></li>
+<li><a href="/documentation/latest/./monitoring/">Monitoring</a></li>
+<li><a href="/documentation/latest/./operational-guide/">Operational Guide</a></li>
+<li><a href="/documentation/latest/./fetcher/">Fetcher Cache Configuration</a></li>
+</ul>
+
+
+<h2>Resource Management</h2>
+
+<ul>
+<li><a href="/documentation/latest/./attributes-resources/">Attributes and Resources</a> for how to describe the agents that comprise a cluster.</li>
+<li><a href="/documentation/latest/./roles/">Using Resource Roles</a>
+
+<ul>
+<li><a href="/documentation/latest/./weights/">Resource Role Weights</a> for fair sharing.</li>
+<li><a href="/documentation/latest/./quota/">Resource Role Quota</a> for how to configure Mesos to provide guaranteed resource allocations for use by a role.</li>
+<li><a href="/documentation/latest/./reservation/">Reservations</a> for how operators and frameworks can reserve resources on individual agents for use by a role.</li>
+<li><a href="/documentation/latest/./shared-resources/">Shared Resources</a> for how to share persistent volumes between tasks managed by different executors on the same agent.</li>
+</ul>
+</li>
+<li><a href="/documentation/latest/./oversubscription/">Oversubscription</a> for how to configure Mesos to take advantage of unused resources to launch &ldquo;best-effort&rdquo; tasks.</li>
+</ul>
+
+
+<h2>Security</h2>
+
+<ul>
+<li><a href="/documentation/latest/./authentication/">Authentication</a></li>
+<li><a href="/documentation/latest/./authorization/">Authorization</a></li>
+<li><a href="/documentation/latest/./ssl/">SSL</a></li>
+<li><a href="/documentation/latest/./secrets/">Secrets</a> for managing secrets within Mesos.</li>
+</ul>
+
+
+<h2>Containerization</h2>
+
+<ul>
+<li><a href="/documentation/latest/./containerizers/">Containerizer Overview</a>
 
 <ul>
 <li><a href="/documentation/latest/./containerizer-internals/">Containerizer Internals</a> for implementation details of containerizers.</li>
@@ -142,126 +190,121 @@
 <li><a href="/documentation/latest/./mesos-containerizer/">Mesos Containerizer</a> default containerizer, supports both Linux and POSIX systems.
 
 <ul>
-<li><a href="/documentation/latest/./cni/">CNI support</a></li>
+<li><a href="/documentation/latest/./container-image/">Container Images</a> for supporting container images in Mesos containerizer.</li>
 <li><a href="/documentation/latest/./isolators/docker-volume/">Docker Volume Support</a></li>
+<li><a href="/documentation/latest/./gpu-support/">Nvidia GPU Support</a> for how to run Mesos with Nvidia GPU support.</li>
 </ul>
 </li>
 </ul>
 </li>
-<li><a href="/documentation/latest/./framework-rate-limiting/">Framework Rate Limiting</a></li>
-<li><a href="/documentation/latest/./health-checks/">Task Health Checking</a></li>
-<li><a href="/documentation/latest/./high-availability/">High Availability</a> for running multiple masters simultaneously.</li>
-<li><a href="endpoints/">HTTP Endpoints</a> for available HTTP endpoints.</li>
-<li><a href="/documentation/latest/./logging/">Logging</a></li>
-<li><a href="/documentation/latest/./maintenance/">Maintenance</a> for performing maintenance on a Mesos cluster.</li>
-<li><a href="/documentation/latest/./monitoring/">Monitoring</a></li>
-<li><a href="/documentation/latest/./operational-guide/">Operational Guide</a></li>
-<li><a href="/documentation/latest/./roles/">Roles</a></li>
-<li><a href="/documentation/latest/./secrets/">Secrets</a> for managing secrets within Mesos.</li>
-<li><a href="/documentation/latest/./ssl/">SSL</a> for enabling and enforcing SSL communication.</li>
+<li><a href="/documentation/latest/./sandbox/">Container Sandboxes</a></li>
+<li><a href="/documentation/latest/./container-volume/">Container Volumes</a></li>
 <li><a href="/documentation/latest/./nested-container-and-task-group/">Nested Container and Task Group (Pod)</a></li>
-<li><a href="/documentation/latest/./tools/">Tools</a> for setting up and running a Mesos cluster.</li>
-<li><a href="/documentation/latest/./upgrades/">Upgrades</a> for upgrading a Mesos cluster.</li>
-<li><a href="/documentation/latest/./weights/">Weights</a></li>
-<li><a href="/documentation/latest/./windows/">Windows Support</a> for the state of Windows support in Mesos.</li>
 </ul>
 
 
-<h2>Advanced Features</h2>
+<h2>Networking</h2>
 
 <ul>
-<li><a href="/documentation/latest/./attributes-resources/">Attributes and Resources</a> for how to describe the agents that comprise a cluster.</li>
-<li><a href="/documentation/latest/./fetcher/">Fetcher Cache</a> for how to configure the Mesos fetcher cache.</li>
-<li><a href="/documentation/latest/./multiple-disk/">Multiple Disks</a> for how to allow tasks to use multiple isolated disk resources.</li>
-<li><a href="/documentation/latest/./networking/">Networking</a>
+<li><a href="/documentation/latest/./networking/">Networking Overview</a>
 
 <ul>
+<li><a href="/documentation/latest/./networking-for-mesos-managed-containers/">Networking in Detail</a></li>
 <li><a href="/documentation/latest/./cni/">Container Network Interface (CNI)</a></li>
 <li><a href="/documentation/latest/./isolators/network-port-mapping/">Port Mapping Isolator</a></li>
 </ul>
 </li>
-<li><a href="/documentation/latest/./gpu-support/">Nvidia GPU Support</a> for how to run Mesos with Nvidia GPU support.</li>
-<li><a href="/documentation/latest/./oversubscription/">Oversubscription</a> for how to configure Mesos to take advantage of unused resources to launch &ldquo;best-effort&rdquo; tasks.</li>
+</ul>
+
+
+<h2>Storage</h2>
+
+<ul>
+<li><a href="/documentation/latest/./multiple-disk/">Multiple Disks</a> for how to allow tasks to use multiple isolated disk resources.</li>
 <li><a href="/documentation/latest/./persistent-volume/">Persistent Volume</a> for how to allow tasks to access persistent storage resources.</li>
-<li><a href="/documentation/latest/./quota/">Quota</a> for how to configure Mesos to provide guaranteed resource allocations for use by a role.</li>
-<li><a href="/documentation/latest/./replicated-log-internals/">Replicated Log</a> for information on the Mesos replicated log.</li>
-<li><a href="/documentation/latest/./reservation/">Reservation</a> for how operators and frameworks can reserve resources on individual agents for use by a role.</li>
-<li><a href="/documentation/latest/./shared-resources/">Shared Resources</a> for how to share persistent volumes between tasks managed by different executors on the same agent.</li>
 </ul>
 
 
 <h2>APIs</h2>
 
 <ul>
+<li><a href="endpoints/">HTTP Endpoints</a> for available HTTP endpoints.</li>
 <li><a href="/documentation/latest/./api-client-libraries/">API Client Libraries</a> lists client libraries for the HTTP APIs.</li>
-<li><a href="/api/latest/c++/namespacemesos.html">Doxygen</a> documents the C++ API.</li>
-<li><a href="/documentation/latest/./executor-http-api/">Executor HTTP API</a> describes the new HTTP API for communication between executors and the Mesos agent.</li>
-<li><a href="/api/latest/java/">Javadoc</a> documents the old Java API.</li>
-<li><a href="/documentation/latest/./operator-http-api/">Operator HTTP API</a> describes the new HTTP API for communication between operators and Mesos master/agent.</li>
-<li><a href="/documentation/latest/./scheduler-http-api/">Scheduler HTTP API</a> describes the new HTTP API for communication between schedulers and the Mesos master.</li>
+<li><a href="/documentation/latest/./versioning/">API Versioning</a> describes HTTP API and release versioning.</li>
+<li>Writing Frameworks
+
+<ul>
+<li><a href="/documentation/latest/./app-framework-development-guide/">Framework Development Guide</a> describes how to build applications on top of Mesos.</li>
+<li><a href="/documentation/latest/./high-availability-framework-guide/">Guide for Designing Highly Available Mesos Frameworks</a></li>
+<li><a href="/documentation/latest/./reconciliation/">Reconciliation</a> for ensuring a framework&rsquo;s state remains eventually consistent in the face of failures.</li>
 <li><a href="/documentation/latest/./task-state-reasons/">Task State Reasons</a> describes how task state reasons are used in Mesos.</li>
-<li><a href="/documentation/latest/./versioning/">Versioning</a> describes HTTP API and release versioning.</li>
+<li><a href="/documentation/latest/./health-checks/">Task Health Checking</a></li>
 </ul>
-
-
-<h2>Running Mesos Frameworks</h2>
+</li>
+<li>API References:
 
 <ul>
-<li><a href="/documentation/latest/./frameworks/">Mesos frameworks</a> for a list of apps built on top of Mesos and instructions on how to run them.</li>
-<li><a href="/documentation/latest/./sandbox/">Sandbox</a> describes a useful debugging arena for most users.</li>
+<li><a href="/api/latest/java/">v0 Java API</a></li>
+<li><a href="/api/latest/c++/namespacemesos.html">v0 C++ API</a></li>
+<li><a href="/documentation/latest/./operator-http-api/">v1 Operator HTTP API</a> for communication between operators and Mesos master/agent.</li>
+<li><a href="/documentation/latest/./scheduler-http-api/">v1 Scheduler HTTP API</a> for communication between schedulers and the Mesos master.</li>
+<li><a href="/documentation/latest/./executor-http-api/">v1 Executor HTTP API</a> describes the new HTTP API for communication between executors and the Mesos agent.</li>
 </ul>
-
-
-<h2>Developing Mesos Frameworks</h2>
+</li>
+<li><a href="/documentation/latest/./modules/">Mesos Modules</a> for specifying Mesos modules for master, agent and tests.
 
 <ul>
-<li><a href="/documentation/latest/./high-availability-framework-guide/">Designing Highly Available Mesos Frameworks</a></li>
-<li><a href="/documentation/latest/./tools/">Developer Tools</a> for hacking on Mesos or writing frameworks.</li>
-<li><a href="/documentation/latest/./app-framework-development-guide/">Framework Development Guide</a> describes how to build applications on top of Mesos.</li>
-<li><a href="/documentation/latest/./reconciliation/">Reconciliation</a> for ensuring a framework&rsquo;s state remains eventually consistent in the face of failures.</li>
+<li><a href="/documentation/latest/./allocation-module/">Allocation Module</a> for how to write custom resource allocators.</li>
+</ul>
+</li>
 </ul>
 
 
-<h2>Extending Mesos</h2>
+<h2>Community</h2>
 
 <ul>
-<li><a href="/documentation/latest/./allocation-module/">Allocation Modules</a> for how to write custom resource allocators.</li>
-<li><a href="/documentation/latest/./modules/">Mesos Modules</a> for specifying Mesos modules for master, agent and tests.</li>
+<li><a href="../community/">Getting Involved</a></li>
+<li><a href="/documentation/latest/./powered-by-mesos/">List of Mesos Users</a></li>
+<li><a href="/documentation/latest/./frameworks/">3rd Party Frameworks</a></li>
+<li><a href="/documentation/latest/./tools/">3rd Party Tools</a> for developers and operators.</li>
+<li><a href="/documentation/latest/./roadmap/">Development Roadmap</a></li>
+<li><a href="/documentation/latest/./design-docs/">Design Docs</a> list of design documents for various Mesos features.</li>
+<li><a href="/documentation/latest/./working-groups/">Working groups</a> a listing of groups working on different components.</li>
 </ul>
 
 
-<h2>Contributing to Mesos</h2>
+<h3>Contributing</h3>
 
 <ul>
-<li><a href="/documentation/latest/./committers/">Committers and Maintainers</a> a listing of project committers and component maintainers; useful when seeking feedback.</li>
-<li><a href="/documentation/latest/./committing/">Committing</a> guidelines for committing changes.</li>
-<li><a href="/documentation/latest/./roadmap/">Development Roadmap</a></li>
-<li><a href="/documentation/latest/./documentation-guide/">Documentation Guide</a>
+<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/./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:
 
 <ul>
-<li><a href="/documentation/latest/./c++-style-guide/">C++ Style Guide</a></li>
+<li><a href="/documentation/latest/./documentation-guide/">Documentation Style Guide</a></li>
+<li><a href="/documentation/latest/./c++-style-guide/">C++ Style Guide</a>
+
+<ul>
+<li><a href="/documentation/latest/./clang-format/">Clang-Format</a> for automatic formatting.</li>
+</ul>
+</li>
 <li><a href="/documentation/latest/./doxygen-style-guide/">Doxygen Style Guide</a></li>
 <li><a href="/documentation/latest/./markdown-style-guide/">Markdown Style Guide</a></li>
 </ul>
 </li>
-<li><a href="/api/latest/c++/">Doxygen</a> documents the internal Mesos APIs.</li>
-<li><a href="/documentation/latest/./effective-code-reviewing/">Effective Code Reviewing</a> guidelines, tips, and learnings for how to do effective code reviews.</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><a href="/documentation/latest/./release-guide/">Release Guide</a></li>
-<li><a href="/documentation/latest/./reopening-reviews/">Reopening a Review</a> for our policy around reviving reviews on ReviewBoard.</li>
-<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/./testing-patterns/">Testing Patterns</a> for tips and tricks used in Mesos tests.</li>
-<li><a href="/documentation/latest/./working-groups/">Working groups</a> a listing of groups working on different components.</li>
-</ul>
-
-
-<h2>More Info about Mesos</h2>
+<li><a href="/api/latest/c++/">C++ Doxygen Reference</a> for internal APIs.</li>
+<li><a href="/documentation/latest/./committers/">Committers and Maintainers</a> a listing of project committers and component maintainers; useful when seeking feedback.
 
 <ul>
-<li><a href="https://www.usenix.org/conference/nsdi11/mesos-platform-fine-grained-resource-sharing-data-center">Academic Papers and Project History</a></li>
-<li><a href="/documentation/latest/./design-docs/">Design docs</a> list of design documents for various Mesos features</li>
-<li><a href="/documentation/latest/./powered-by-mesos/">Powered by Mesos</a> lists organizations and software that are powered by Apache Mesos.</li>
+<li><a href="/documentation/latest/./committing/">Committing</a> guidelines for committing changes.</li>
+<li><a href="/documentation/latest/./release-guide/">Release Guide</a></li>
+<li><a href="/documentation/latest/./committer-candidate-checklist/">Committer Candidate Checklist</a> for becoming a committer.</li>
+</ul>
+</li>
+<li><a href="/documentation/latest/./effective-code-reviewing/">Effective Code Reviewing</a> guidelines, tips, and learnings for how to do effective code reviews.</li>
+<li><a href="/documentation/latest/./reopening-reviews/">Reopening a Review</a> for our policy around reviving reviews on ReviewBoard.</li>
 </ul>