You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by jp...@apache.org on 2018/07/09 22:04:56 UTC

mesos git commit: Improved release policy documentation visibility.

Repository: mesos
Updated Branches:
  refs/heads/master ac6952d68 -> 277eec368


Improved release policy documentation visibility.

Since the release policy can be a very important document for Mesos
operators, add a top-level link to it. Update the HTTP API version
link to point to the section that discusses that policy.

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


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

Branch: refs/heads/master
Commit: 277eec3682fde7d434007ff2cd27a89b300511a2
Parents: ac6952d
Author: James Peach <jp...@apache.org>
Authored: Mon Jul 9 15:04:11 2018 -0700
Committer: James Peach <jp...@apache.org>
Committed: Mon Jul 9 15:04:11 2018 -0700

----------------------------------------------------------------------
 docs/home.md       | 3 ++-
 docs/versioning.md | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/277eec36/docs/home.md
----------------------------------------------------------------------
diff --git a/docs/home.md b/docs/home.md
index 68b1c74..770217f 100644
--- a/docs/home.md
+++ b/docs/home.md
@@ -7,6 +7,7 @@ layout: documentation
 * [Mesos Architecture](architecture.md) providing an overview of Mesos concepts.
 * [Video and Slides of Mesos Presentations](presentations.md)
 * [Academic Papers and Project History](https://www.usenix.org/conference/nsdi11/mesos-platform-fine-grained-resource-sharing-data-center)
+* [Mesos Release and Support Policy](versioning.md)
 
 ## Build / Installation
 * [Building](building.md) for basic instructions on compiling and installing Mesos.
@@ -71,7 +72,7 @@ layout: documentation
 ## APIs
 * [HTTP Endpoints](endpoints/) for available HTTP endpoints.
 * [API Client Libraries](api-client-libraries.md) lists client libraries for the HTTP APIs.
-* [API Versioning](versioning.md) describes HTTP API and release versioning.
+* [API Versioning](versioning.md#api-versioning) describes HTTP API and release versioning.
 * [RecordIO](recordio.md) describes the RecordIO format used by the streaming endpoints of the HTTP API.
 * Writing Frameworks
   * [Framework Development Guide](app-framework-development-guide.md) describes how to build applications on top of Mesos.

http://git-wip-us.apache.org/repos/asf/mesos/blob/277eec36/docs/versioning.md
----------------------------------------------------------------------
diff --git a/docs/versioning.md b/docs/versioning.md
index a5e55ce..7dd82d1 100644
--- a/docs/versioning.md
+++ b/docs/versioning.md
@@ -1,5 +1,5 @@
 ---
-title: Apache Mesos - Release and Support policy
+title: Apache Mesos - Release and Support Policy
 layout: documentation
 ---