You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by bm...@apache.org on 2014/10/22 00:17:44 UTC

[2/2] git commit: Added reconciliation to the documentation home.

Added reconciliation to the documentation home.

Review: https://reviews.apache.org/r/26670


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

Branch: refs/heads/master
Commit: 616d40185daa9d0a817cae813cf6108e3cf65dfd
Parents: 9ad4ead
Author: Benjamin Mahler <bm...@twitter.com>
Authored: Mon Oct 13 17:23:51 2014 -0700
Committer: Benjamin Mahler <bm...@twitter.com>
Committed: Tue Oct 21 15:16:20 2014 -0700

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/616d4018/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index 2efe37e..416a52e 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -4,6 +4,11 @@ layout: documentation
 
 # Documentation
 
+## Mesos Fundamentals
+
+* [Mesos Architecture](/documentation/latest/mesos-architecture/) providing an overview of Mesos concepts.
+* [Video and Slides of Mesos Presentations](/documentation/latest/mesos-presentations/)
+
 ## Running Mesos
 
 * [Configuration](/documentation/latest/configuration/) for command-line arguments.
@@ -20,17 +25,17 @@ layout: documentation
 
  * [Mesos frameworks](/documentation/latest/mesos-frameworks/) for a list of apps built on top of Mesos, and instructions on how to run them.
 
-## Developing Mesos Frameworks and Applications
+## Developing Mesos Frameworks
 
 * [Framework Development Guide](/documentation/latest/app-framework-development-guide/) describes how to build applications on top of Mesos.
-* [Mesos Architecture](/documentation/latest/mesos-architecture/) providing an overview of Mesos concepts.
+* [Reconciliation](/documentation/latest/reconciliation/) for ensuring a framework's state remains eventually consistent in the face of failures.
 * [Javadoc](/api/latest/java/) documents the Mesos Java API.
 * [Developer Tools](/documentation/latest/tools/) for hacking on Mesos or writing frameworks.
 
 ## Contributing to Mesos
 
-* [Committer's Guide](/documentation/latest/committers-guide/): A guiding document for etiquette in reviews and commits.
-* [Code Internals](/documentation/latest/mesos-code-internals/) overview of the codebase and internal organization.
+* [Committer's Guide](/documentation/latest/committers-guide/) a guiding document for etiquette in reviews and commits.
+* [Code Internals](/documentation/latest/mesos-code-internals/) an overview of the codebase and internal organization.
 * [C++ Style Guide](/documentation/latest/mesos-c++-style-guide/)
 * [Developers Guide](/documentation/latest/mesos-developers-guide/) includes resources for developers contributing to Mesos and the process of submitting patches for review.
 * [Development Road Map](/documentation/latest/mesos-roadmap/)
@@ -39,5 +44,4 @@ layout: documentation
 ## More Info about Mesos
 
 * [Powered by Mesos](/documentation/latest/powered-by-mesos/) lists organizations and software that are powered by Apache Mesos.
-* [Video and Slides of Mesos Presentations](/documentation/latest/mesos-presentations/)
 * Academic Papers and Project History
\ No newline at end of file