You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by km...@apache.org on 2016/10/14 21:17:32 UTC

[14/19] incubator-geode git commit: Merge branch 'feature/GEODE-1952' into feature/GEODE-1952-2

Merge branch 'feature/GEODE-1952' into feature/GEODE-1952-2

GEODE-1952 was branched from the docs donation staging branch.
This merges docs work from that branch to 1952-2, which is
branched from develop.


Project: http://git-wip-us.apache.org/repos/asf/incubator-geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-geode/commit/98ed943a
Tree: http://git-wip-us.apache.org/repos/asf/incubator-geode/tree/98ed943a
Diff: http://git-wip-us.apache.org/repos/asf/incubator-geode/diff/98ed943a

Branch: refs/heads/feature/GEODE-1952-2
Commit: 98ed943a9ac3a8ab9ff941fd3f1527ebd1600209
Parents: 40c1ed5 14a32e2
Author: Joey McAllister <jm...@pivotal.io>
Authored: Wed Oct 12 14:41:27 2016 -0700
Committer: Joey McAllister <jm...@pivotal.io>
Committed: Wed Oct 12 14:41:27 2016 -0700

----------------------------------------------------------------------
 geode-book/.gitignore                           |    2 +
 geode-book/Gemfile                              |    5 +
 geode-book/Gemfile.lock                         |  203 ++
 geode-book/README.md                            |    1 +
 geode-book/config.yml                           |   20 +
 .../master_middleman/source/images/favicon.ico  |  Bin 0 -> 1317 bytes
 .../master_middleman/source/index.html.erb      |    7 +
 .../master_middleman/source/javascripts/book.js |   16 +
 .../source/javascripts/waypoints/context.js     |  300 ++
 .../source/javascripts/waypoints/group.js       |  105 +
 .../javascripts/waypoints/noframeworkAdapter.js |  213 ++
 .../source/javascripts/waypoints/sticky.js      |   63 +
 .../source/javascripts/waypoints/waypoint.js    |  160 +
 .../source/layouts/_book-footer.erb             |    7 +
 .../master_middleman/source/layouts/_title.erb  |    6 +
 .../source/stylesheets/book-styles.css.scss     |    3 +
 .../stylesheets/partials/_book-base-values.scss |    0
 .../source/stylesheets/partials/_book-vars.scss |   19 +
 .../source/subnavs/geode-subnav.erb             | 3082 ++++++++++++++++++
 geode-book/redirects.rb                         |    3 +
 geode-docs/CONTRIBUTE.md                        |   10 +-
 geode-docs/README.md                            |   78 +-
 22 files changed, 4239 insertions(+), 64 deletions(-)
----------------------------------------------------------------------