You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by dl...@apache.org on 2014/08/25 07:21:50 UTC

git commit: Adds link to Authorization doc in documentation home, and updates punctuation to be consistent.

Repository: mesos
Updated Branches:
  refs/heads/master 9a0a850bc -> a14f8f761


Adds link to Authorization doc in documentation home, and updates punctuation to be consistent.


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

Branch: refs/heads/master
Commit: a14f8f761cedd0144fc1561f26eef17c3d844647
Parents: 9a0a850
Author: Dave Lester <dl...@twitter.com>
Authored: Sun Aug 24 22:21:25 2014 -0700
Committer: Dave Lester <dl...@twitter.com>
Committed: Sun Aug 24 22:21:25 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/a14f8f76/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index 82332d1..179a164 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -6,14 +6,15 @@ layout: documentation
 
 ## Running Mesos
 
-* [Configuration](/documentation/latest/configuration/) for command-line arguments
-* [Docker Containerizer](/documentation/latest/docker-containerizer/) for launching a Docker image as a Task, or as an Executor
+* [Configuration](/documentation/latest/configuration/) for command-line arguments.
+* [Docker Containerizer](/documentation/latest/docker-containerizer/) for launching a Docker image as a Task, or as an Executor.
+* [Framework Authorization](/documentation/latest/authorization/)
 * [Framework Rate Limiting](/documentation/latest/framework-rate-limiting/)
 * [High Availability](/documentation/latest/high-availability/) for running multiple masters simultaneously.
 * [Logging and Debugging](/documentation/latest/logging-and-debugging/) for viewing Mesos and framework logs.
 * [Network Monitoring](/documentation/latest/network-monitoring/)
-* [Slave Recovery](/documentation/latest/slave-recovery/) for doing seamless upgrades
-* [Tools](/documentation/latest/tools/) for setting up and running a Mesos cluster
+* [Slave Recovery](/documentation/latest/slave-recovery/) for doing seamless upgrades.
+* [Tools](/documentation/latest/tools/) for setting up and running a Mesos cluster.
 
 ## Running Mesos Frameworks