You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by vi...@apache.org on 2016/07/07 23:00:59 UTC

mesos git commit: Pulled APIs into a separate section in docs/home.md.

Repository: mesos
Updated Branches:
  refs/heads/master fb7d605ad -> 9c8bfa9b1


Pulled APIs into a separate section in docs/home.md.


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

Branch: refs/heads/master
Commit: 9c8bfa9b1bfe52fa6b44aaf883333311bdde5519
Parents: fb7d605
Author: Vinod Kone <vi...@gmail.com>
Authored: Thu Jul 7 18:00:06 2016 -0500
Committer: Vinod Kone <vi...@gmail.com>
Committed: Thu Jul 7 18:00:46 2016 -0500

----------------------------------------------------------------------
 docs/home.md | 15 +++++++++------
 1 file changed, 9 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/9c8bfa9b/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index 12ed2e9..8071013 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -52,6 +52,15 @@ layout: documentation
 * [Reservation](reservation.md) for how operators and frameworks can reserve resources on individual agents for use by a role.
 * [Replicated Log](replicated-log-internals.md) for information on the Mesos replicated log.
 
+## APIs
+* [Scheduler HTTP API](scheduler-http-api.md) describes the new HTTP API for communication between schedulers and the Mesos master.
+* [Executor HTTP API](executor-http-api.md) describes the new HTTP API for communication between executors and the Mesos agent.
+* [Operator HTTP API](operator-http-api.md) describes the new HTTP API for communication between operators and Mesos master/agent.
+* [API Client Libraries](api-client-libraries.md) lists client libraries for the HTTP APIs.
+* [Versioning](versioning.md) describes HTTP API and release versioning.
+* [Javadoc](/api/latest/java/) documents the old Java API.
+* [Doxygen](/api/latest/c++/namespacemesos.html) documents the C++ API.
+
 ## Running Mesos Frameworks
 
 * [Mesos frameworks](frameworks.md) for a list of apps built on top of Mesos and instructions on how to run them.
@@ -62,13 +71,7 @@ layout: documentation
 * [Framework Development Guide](app-framework-development-guide.md) describes how to build applications on top of Mesos.
 * [Designing Highly Available Mesos Frameworks](high-availability-framework-guide.md)
 * [Reconciliation](reconciliation.md) for ensuring a framework's state remains eventually consistent in the face of failures.
-* [Scheduler HTTP API](scheduler-http-api.md) describes the new HTTP API for communication between schedulers and the Mesos master.
-* [Executor HTTP API](executor-http-api.md) describes the new HTTP API for communication between executors and the Mesos agent.
-* [Client Libraries](api-client-libraries.md) contains a list of Mesos HTTP API client libraries.
-* [Javadoc](/api/latest/java/) documents the Mesos Java API.
-* [Doxygen](/api/latest/c++/namespacemesos.html) documents the Mesos C++ API.
 * [Developer Tools](tools.md) for hacking on Mesos or writing frameworks.
-* [Versioning](versioning.md) describes how Mesos does API and release versioning.
 
 ## Extending Mesos