Repository: mesos Updated Branches: refs/heads/master 2241fe0c6 -> 08ca47428
Fixed a typo in the website Readme. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/08ca4742 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/08ca4742 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/08ca4742 Branch: refs/heads/master Commit: 08ca474287c6881cc3bd9cd18072d2a883723fc0 Parents: 2241fe0 Author: Alexander Rukletsov <[email protected]> Authored: Wed Mar 29 14:39:46 2017 +0200 Committer: Alexander Rukletsov <[email protected]> Committed: Wed Mar 29 14:39:46 2017 +0200 ---------------------------------------------------------------------- site/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/08ca4742/site/README.md ---------------------------------------------------------------------- diff --git a/site/README.md b/site/README.md index 4e10c2d..ebd3e6a 100644 --- a/site/README.md +++ b/site/README.md @@ -63,7 +63,7 @@ ssh -NT -L 4567:localhost:4567 -L 35729:localhost:35729 <remote-machine> The generation includes `doxygen` and `javadoc` as well. We could check out them under `/api/latest/c++/index.html` and `/api/latest/java/index.html` endpoints -once the generation finishs. +once the generation finishes. ## Development @@ -77,8 +77,8 @@ destroy/remove the container. Because we mount the `publish` folder under Mesos website svn source code into the docker container we launched above, all website contents would be ready -under the `publish` folder when the generation finishs. +under the `publish` folder when the generation finishes. The website uses svnpubsub. The `publish` folder contains the websites content and when committed to the svn repository it will be automatically deployed to -the live site. \ No newline at end of file +the live site.
