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 2016/02/08 18:04:46 UTC

mesos git commit: Added help endpoint documentation to site readme.

Repository: mesos
Updated Branches:
  refs/heads/master b36edb082 -> dc8afb92e


Added help endpoint documentation to site readme.


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

Branch: refs/heads/master
Commit: dc8afb92e945492e8e6b7144d0f2e1a5d92841d2
Parents: b36edb0
Author: Benjamin Mahler <be...@gmail.com>
Authored: Mon Feb 8 18:04:34 2016 +0100
Committer: Benjamin Mahler <be...@gmail.com>
Committed: Mon Feb 8 18:04:34 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/mesos/blob/dc8afb92/site/README.md
----------------------------------------------------------------------
diff --git a/site/README.md b/site/README.md
index 71ca3eb..78609fb 100644
--- a/site/README.md
+++ b/site/README.md
@@ -10,11 +10,15 @@ within the publish folder will be the actual deployed site.
 
 
 ## Generating the site
-To generate the site one only needs to run `rake` after performing the setup
-tasks mentioned above. This will download the latest Apache Mesos documentation
-contained in the `docs` folder, integrate them into the site, and generate all
-other files within the source folder.
-
+Running `rake` will download the latest Apache Mesos documentation contained
+in the `docs` folder, integrate them into the site, and generate all other
+files within the source folder.
+
+		# First generate the help endpoint documentation. Running
+		# `make check` is needed to generate the latest version of
+		# the master and slave binaries.
+                make check -jN GTEST_FILTER=""
+		../support/generate-help-site.py
 		rake