Repository: mahout Updated Branches: refs/heads/master f0a246a34 -> 2613883f2
[WEBSITE] Update how-to-update-website instructions Project: http://git-wip-us.apache.org/repos/asf/mahout/repo Commit: http://git-wip-us.apache.org/repos/asf/mahout/commit/2613883f Tree: http://git-wip-us.apache.org/repos/asf/mahout/tree/2613883f Diff: http://git-wip-us.apache.org/repos/asf/mahout/diff/2613883f Branch: refs/heads/master Commit: 2613883f2f6af05e69cdcc5945a456480747566e Parents: f0a246a Author: Trevor a.k.a @rawkintrevo <[email protected]> Authored: Wed Nov 29 14:28:48 2017 -0600 Committer: Trevor a.k.a @rawkintrevo <[email protected]> Committed: Wed Nov 29 14:28:48 2017 -0600 ---------------------------------------------------------------------- website/docs/screenshots/landing.png | Bin 205187 -> 0 bytes website/docs/screenshots/mr-algos.png | Bin 316933 -> 0 bytes website/docs/screenshots/tutorials.png | Bin 350203 -> 0 bytes .../developers/how-to-update-the-website.md | 18 ++++++------------ 4 files changed, 6 insertions(+), 12 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mahout/blob/2613883f/website/docs/screenshots/landing.png ---------------------------------------------------------------------- diff --git a/website/docs/screenshots/landing.png b/website/docs/screenshots/landing.png deleted file mode 100644 index d879e46..0000000 Binary files a/website/docs/screenshots/landing.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/2613883f/website/docs/screenshots/mr-algos.png ---------------------------------------------------------------------- diff --git a/website/docs/screenshots/mr-algos.png b/website/docs/screenshots/mr-algos.png deleted file mode 100644 index 34b4f53..0000000 Binary files a/website/docs/screenshots/mr-algos.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/2613883f/website/docs/screenshots/tutorials.png ---------------------------------------------------------------------- diff --git a/website/docs/screenshots/tutorials.png b/website/docs/screenshots/tutorials.png deleted file mode 100644 index 500187a..0000000 Binary files a/website/docs/screenshots/tutorials.png and /dev/null differ http://git-wip-us.apache.org/repos/asf/mahout/blob/2613883f/website/oldsite/developers/how-to-update-the-website.md ---------------------------------------------------------------------- diff --git a/website/oldsite/developers/how-to-update-the-website.md b/website/oldsite/developers/how-to-update-the-website.md index 2aea3ec..0c21c68 100644 --- a/website/oldsite/developers/how-to-update-the-website.md +++ b/website/oldsite/developers/how-to-update-the-website.md @@ -7,16 +7,10 @@ theme: # How to update the Mahout Website -<a name="HowToUpdateTheWebsite-Howtoupdatethemahouthomepage"></a> -## How to update the mahout home page -1. If you are not a committer of Apache Mahout, please open a ticket in our [issue tracker](/developers/issue-tracker.html) and attach a text describing the changes/additions you want to contribute -1. If you are a committer: - 1. Make sure you have the [Apache CMS bookmarklet](https://cms.apache.org/#bookmark) installed. - 1. For all else refer to the [Apache CMS reference docs](http://www.apache.org/dev/cmsref.html). +Website updates are handled by updating code in the trunk. -<a name="HowToUpdateTheWebsite-SomeDo'sandDont'sofupdatingthewiki"></a> -## Some Do's and Dont's of updating the web site -1. Keep all pages cleanly formatted - this includes using standard formatting for headers etc. -1. Try to keep a single page for a topic instead of starting multiple ones. -If the topics are related, put it under as a child under the similar page. -1. Notify the developers of orphaned or broken links. +You will find markdown pages in `mahout/website`. + +Jenkins rebuilds and publishes the website whenever a change is detected in master. + +`mahout/website/build_site.sh` contains the script that is used to do this.
