Repository: geode-site Updated Branches: refs/heads/master 4c1f4e961 -> d8c9305f7
Update README.md with lessons learned from the Geode 1.2 release Project: http://git-wip-us.apache.org/repos/asf/geode-site/repo Commit: http://git-wip-us.apache.org/repos/asf/geode-site/commit/d8c9305f Tree: http://git-wip-us.apache.org/repos/asf/geode-site/tree/d8c9305f Diff: http://git-wip-us.apache.org/repos/asf/geode-site/diff/d8c9305f Branch: refs/heads/master Commit: d8c9305f760c4d587e9a99373f66306389a1fe07 Parents: 4c1f4e9 Author: Dave Barnes <[email protected]> Authored: Mon Jun 12 11:33:31 2017 -0700 Committer: Dave Barnes <[email protected]> Committed: Mon Jun 12 11:33:31 2017 -0700 ---------------------------------------------------------------------- README.md | 6 +++--- build.gradle | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode-site/blob/d8c9305f/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 8f19334..3bf6a77 100644 --- a/README.md +++ b/README.md @@ -27,8 +27,8 @@ Source files for the website are in `website/content`. Generated files for the w **NOTE:** To make changes to the [Apache Geode User Guide](http://geode.apache.org/docs/), which is published to the website: -- Review [CONTRIBUTING](https://github.com/apache/geode/blob/develop/geode-docs/CONTRIBUTE.md) for information about contributing to the documentation source files. -- Follow the [README](https://github.com/apache/geode/blob/develop/geode-book/README.md) for information about building a local version of the guide and adding it to the website. +- Review [CONTRIBUTING](https://github.com/apache/geode/blob/develop/geode-docs/CONTRIBUTE.md) in the Geode repository for information about contributing to the documentation source files. +- Follow the [README](https://github.com/apache/geode/blob/develop/geode-book/README.md) in the Geode repository's `geode-book` directory for information about building a local version of the guide and adding it to the website. The website is updated by a "sync" tool that monitors the __asf-site__ branch of our Git repo, so after making changes you must place your updated source @@ -50,7 +50,7 @@ an HTML, JS or CSS file. ### 2. Locally generate the site and test your changes -To generate the site content, run the `nanoc` compiler: +To generate the site content, navigate to the top level directory of the repo and use gradle to run the `nanoc` compiler: $ ./gradlew compile http://git-wip-us.apache.org/repos/asf/geode-site/blob/d8c9305f/build.gradle ---------------------------------------------------------------------- diff --git a/build.gradle b/build.gradle index 239bd4c..15bdbb3 100644 --- a/build.gradle +++ b/build.gradle @@ -96,6 +96,9 @@ rat { 'website/content/fonts/**', 'website/content/stylesheets/**', + // graphics + 'website/content/docs/guide/**/*.svg', + // compiled logs and locks 'website/utilities/markers.txt', 'website/tmp/**',
