44 Commits

Author SHA1 Message Date
John Blum
78b1477fad Upgrade to new spring.io project pages format. 2018-10-10 17:38:50 -07:00
John Blum
c4baecd8b1 SGF-732 - Rearrange the order of the Getting Started Guides.
Move the 'Accessing Data in Pivotal GemFire with REST' under 'Accessing Data in Pivotal GemFire'.
2018-05-09 11:05:52 -07:00
John Blum
8c9162da6f SGF-732 - Change 'Accessing Data with Spring Data for Pivotal GemFire' to 'Accessing Data in Pivotal GemFire'. 2018-05-09 10:57:41 -07:00
John Blum
6a4424526d SGF-732 - Change 'Spring Data Gemfire Examples' to 'Spring Data for Pivotal GemFire Examples' under Sample Projects. 2018-05-09 10:51:58 -07:00
John Blum
edb5024f24 SGF-732 - Change name of 'Accessing Pivotal GemFire Data with REST' to "Accessing Data in Pivotal GemFire with REST'. 2018-05-09 10:13:01 -07:00
John Blum
ea486e2ee7 Rebrand HTML page title from Spring Data Gemfire to Spring Data for Pivotal GemFire. 2018-05-07 18:11:25 -07:00
John Blum
572cf5c7a0 Change branding from Gemfire to Pivotal GemFire.
Change branding from Spring Data GemFire to Spring Data for Pivotal GemFire.
2018-05-07 18:11:20 -07:00
John Blum
4f094d9fc2 Add src/ and target/ directories to be ignored by git. 2018-05-04 18:37:26 -07:00
Jens Schauder
ca8671c10c Replaces ZeroClipboard with clipboard.
Based on: c7ae9c6eeb
2017-05-22 09:49:33 +02:00
Jens Schauder
e11d09e460 Removed Newsletter.
Changed URLs to https

Compare d25f656a48
2017-05-22 07:16:57 +02:00
Jens Schauder
721d3c94e2 Changed URLs to https.
The previous version tried to load http content from a page served with https.
2017-05-03 10:49:56 +02:00
Mark Paluch
33477b715f Add defensive check for empty repository key 2017-03-31 11:31:32 +02:00
Mark Paluch
93ec85b16b Switch markdown engine to kramdown. 2016-04-07 10:00:11 +02:00
Greg Turnquist
c271565490 Merge branch 'gh-pages' of https://github.com/spring-projects/gh-pages into gh-pages 2015-08-19 10:41:35 -07:00
Brian Clozel
8227656cb0 Merge pull request #12 from gregturn/gh-6
Conditionalize reference doc/api doc links
2015-08-18 18:38:06 +02:00
Greg Turnquist
086e2b3d2b Conditionalize showing reference doc/api doc links
If the reference doc URL of the API doc URL is empty, don't display a hyperlink.
2015-08-04 08:12:53 -07:00
Brian Clozel
7d63246f6b Revert "Display Pivotal Education related courseware"
This reverts commit bf15ee8a6d.
2015-07-16 18:56:19 +02:00
Greg Turnquist
aedd549d9d Remove old tutorial 2015-03-18 15:06:27 +01:00
John Blum
2c84194c31 Added link to the Spring Tool Suite project templates for GemFire. 2015-03-18 15:06:27 +01:00
John Blum
9e0326ecbf Updated Spring Data GemFire spring.io project page 'Features' section along with addressing PR #82. 2015-03-18 15:06:27 +01:00
John Blum
ce1cc108b9 Updated 'Feature' links on the Spring Data GemFire project page (http://projects.spring.io/spring-data-gemfire/). 2015-03-18 15:06:27 +01:00
Brian Clozel
4898162f25 Update additional resources links to pivotal.io 2015-03-18 15:06:27 +01:00
John Blum
bd3af614c1 Updated .gitignore 2015-03-18 15:06:27 +01:00
Brian Clozel
91eb29fa7b Remove links to forum.spring.io 2015-03-18 15:06:26 +01:00
Oliver Gierke
81e09f2f33 Removed placeholder from introductory paragraph. 2015-03-18 15:06:26 +01:00
Greg Turnquist
7654892ebc Update title of tut-data in sidebar 2015-03-18 15:06:26 +01:00
David Turanski
15773580a7 Add project page 2015-03-18 15:06:26 +01:00
Brian Clozel
bf15ee8a6d Display Pivotal Education related courseware
This change adds a new "Related Courseware" section in the side
container; this section lists links to courses and talks that are
relevant to the current project page.

Relevant content is fetched by the browser, with an AJAX request sent to
the Pivotal Education LMS API. This API uses the Referrer HTTP header as
input parameter to its content selection algorithm.

Note that CORS HTTP headers are also used to allow/disallow AJAX cross
domain requests.
2015-03-09 11:58:27 +01:00
Brian Clozel
1690b17cb4 Merge pull request #9 from dsyer/patch-2
Gem installation instructions updated
2014-10-20 10:25:27 +02:00
Dave Syer
fc0cf54962 Add "gem install bundler" for people using vanilla Ruby 2014-09-30 11:36:48 +01:00
Brian Clozel
650b0f71b1 Merge pull request #10 from dsyer/patch-3
Fix directory name for sample pages
2014-09-30 11:55:08 +02:00
Dave Syer
b67c026a16 Fix directory name for sample pages 2014-09-30 09:43:46 +01:00
Dave Syer
ccb4a8a2bb Gem installation instructions updated
Using "gem install" didn't work for me because of the Gemfile.lock that is in source control (presumably for a reason).
2014-09-30 09:37:55 +01:00
Brian Clozel
1a150a334a Merge pull request #8 from dsyer/patch-1
Fix "rm -rf" instruictions
2014-09-30 10:13:28 +02:00
Dave Syer
c340c6914f Fix "rm -rf" instruictions
Existing copy is wrong because "git rm -rf *" fails if there are any untracked files (e.g. target/). Changed to "git rm -rf `git ls-files`".
2014-09-30 09:09:50 +01:00
Brian Clozel
77167c0d39 Fix company name and website in footer 2014-09-22 18:52:09 +02:00
Brian Clozel
1ca26dffbf Merge pull request #7 from bclozel/forum
Update navbar item "Forum" -> "Questions"
2014-09-22 18:42:32 +02:00
Brian Clozel
56978cfc90 Change Forum navbar item to Questions
The projects navbar should mirror the one on the spring.io website.
2014-09-03 23:01:21 +02:00
Brian Clozel
9c7287c64f Merge pull request #4 from bclozel/zclip
Fix ZeroClipboard integration in gh-pages
2014-06-19 21:38:06 +02:00
Chris Beams
34fb3af7d3 Merge pull request #5 from wilkinsona/optional-forum-link
Make the link to a project's forum optional
2014-05-13 18:20:08 +02:00
Andy Wilkinson
7e6493ef7b Make the link to a project's forum optional
Omit the link to the forum if the project's metadata does not provide
a forum url
2014-05-13 16:22:19 +01:00
Brian Clozel
92c5b852c1 Add missing ZeroClipbpard SWF file
Flash support for ZeroClipboard is not working in project pages since
the SWF file is missing. There was a typo in the .gitignore file that
ignored "*.sw?" files.
2014-04-15 14:54:48 +02:00
Phillip Webb
85ed196cf4 Remove 'not found in _includes' hacks
Remove the use if "unless contains 'not found in _includes directory'"
hacks that were previously used to detect when _includes were missing.

This change is required as the hack no longer works with the latest
Jekyll release (and therefore also with GitHub).

Additional 'custom_pom_template' and 'custom_gradle_template' flags
must now be set in _config.yml if you want to include a custom pom.xml
or build.gradle file.
2013-11-14 10:11:34 -08:00
Phillip Webb
171918e41a Initialize shared gh-pages infrastructure 2013-09-09 01:41:47 -07:00