-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/47695/
-----------------------------------------------------------
(Updated May 23, 2016, 5:49 p.m.)
Review request for mesos, Tomasz Janiszewski, Kevin Klues, Neil Conway, and
Vinod Kone.
Changes
-------
Address @vinodkone, @janisz's comments.
Bugs: MESOS-5431
https://issues.apache.org/jira/browse/MESOS-5431
Repository: mesos
Description (updated)
-------
In this changes, we include below items to make it more convenience to
develop and generate the website.
* added `doxygen` and `javadoc` to `rake` default target.
* added `build.sh` as the wrapper for the website generation to make
sure we clean up generated documents when exit.
* switched the `Dockerfile` to based on `centos:7` because the default
`doxygen` version in `ubuntu:14.04` doesn't include `jquery.js`
correctly when generate `doxygen` documents.
* adjusted the `Dockerfile` and `README.md` locations to avoid we
distract at finding the website generation document.
* updated `release-guide.md` with the new website generation and
development workflows.
Diffs (updated)
-----
docs/release-guide.md 36e79796657a37b0b4649602281556f4ae471c34
site/.gitignore 987a5d3cc161a67de1fb21c2002ed9698bbb0689
site/Gemfile 14c50340d66fd7a703949a7932ab93a6b60f4e07
site/Gemfile.lock 065107ec25f0eff28e2a09051b61152d49f77f9a
site/README.md 468021ef4f8ed942c4a16784bc82349af9ae0d5e
site/Rakefile 845ec3fd8b9e47ebe49991db30718912d4f9c41e
site/build.sh PRE-CREATION
support/site-docker/Dockerfile 8ea3d5c5fe531ec76950ed0bf110d7d477339158
support/site-docker/README.md 957117e1211f06b40c5fb621039dd90aff562a87
Diff: https://reviews.apache.org/r/47695/diff/
Testing (updated)
-------
Tested in OS X and Ubuntu 14.04
For document changes, could verified from
https://github.com/haosdent/mesos/tree/MESOS-5431/site
To verify website works fine after this changes, could check it via this gif:

Thanks,
haosdent huang