buildmaster
0f38b6d82a
Sync docs from master to gh-pages
7 years ago
Marcin Grzejszczak
b56a4b5bed
Sync docs from 2.0.x to gh-pages
7 years ago
Marcin Grzejszczak
e2b992f724
Sync docs from master to gh-pages
7 years ago
buildmaster
6fe3324b73
Sync docs from master to gh-pages
7 years ago
buildmaster
47a7932799
Sync docs from master to gh-pages
7 years ago
buildmaster
0c1bbebb8f
Sync docs from master to gh-pages
7 years ago
buildmaster
8ebd340bff
Sync docs from master to gh-pages
7 years ago
buildmaster
d56c8601c4
Sync docs from master to gh-pages
7 years ago
buildmaster
acc665afed
Sync docs from master to gh-pages
7 years ago
buildmaster
bb29077dfc
Sync docs from master to gh-pages
7 years ago
buildmaster
879aa0a4a3
Sync docs from master to gh-pages
8 years ago
buildmaster
2097a1d7dd
Sync docs from master to gh-pages
8 years ago
buildmaster
ce12a263ec
Sync docs from master to gh-pages
8 years ago
buildmaster
162b29ff71
Sync docs from master to gh-pages
8 years ago
buildmaster
85c8c9ca11
Sync docs from master to gh-pages
8 years ago
buildmaster
63d93230bf
Sync docs from 1.0.x to gh-pages
8 years ago
Spencer Gibb
301b5387ff
Adds missing files
8 years ago
buildmaster
c900f0128c
Sync docs from master to gh-pages
8 years ago
Spencer Gibb
491bc49d0a
Initialize project page
8 years ago
Brian Clozel
b2be58e5da
Add defensive check for empty repository key
8 years ago
Brian Clozel
e7438db1de
Jekyll must be run with "bundle exec" command
8 years ago
Brian Clozel
d14f6c1347
Merge pull request #18 from stonio/patch-2
...
remove alt attribute in <div>
8 years ago
Brian Clozel
ebe3c742cc
Merge pull request #17 from stonio/patch-1
...
Polish page.html
8 years ago
Brian Clozel
ee9ea07249
Merge pull request #19 from wilkinsona/fix-jekyll-deprecation-warnings
...
Upgrade github-pages gem to fix deprecation warnings
8 years ago
Andy Wilkinson
ce422b042e
Upgrade github-pages gem to fix deprecation warnings
...
Previously, when running bundle exec jekyll serve a false-positive
deprecation warning was reported:
Deprecation: Auto-regeneration can no longer be set from your
configuration file(s). Use the --[no-]watch/-w command-line option
instead.
See https://github.com/jekyll/jekyll/issues/4831 for some details.
Jekyll 3.0.5 fixes the problem. This commit upgrades to the latest
version of github-pages, thereby also upgrading to Jekyll 3.0.5
8 years ago
stonio
ce11407d96
remove alt attribute in <div>
9 years ago
stonio
1c2c952e2a
Polish page.html
...
Remove default attributes and other little improvements.
9 years ago
Brian Clozel
48804fff88
Merge pull request #15 from dsyer/rouge
...
Add rouge gem
9 years ago
Dave Syer
00077cdd4d
Add rouge gem
9 years ago
Brian Clozel
c7ae9c6eeb
Replace ZeroClipboard with clipboard.js
...
For copy/paste support in our code samples, we are using the
ZeroClipboard library which relies heavily on Flash.
Because many browsers/extensions are disabling this plugin nowadays,
this commit replaces ZeroClipboard with a native, lightweight solution
for this feature.
9 years ago
Brian Clozel
25706255a3
Fix markdown syntax error
...
The kramdown backend doesn't support titles whithout empty lines before
them.
9 years ago
Brian Clozel
83a616b02c
Upgrade rbenv Ruby version to 2.2.0
9 years ago
Brian Clozel
9191438acf
Merge pull request #14 from dsyer/gh-pages-upstream
...
Update for changes in github pages
9 years ago
Dave Syer
86f37ce7c1
Update for changes in github pages
9 years ago
Brian Clozel
d25f656a48
Fix content warning issues over https
...
When served with HTTP/2 and TLS, project pages show several mixed
content errors:
* the imported Google fonts
* the AJAX call to spring.io to get the current project information
* the newsletter iframe
This commit changes URLs to use https or protocol-relative URLs when
possible. This also deletes the now defunct newsletter integration.
9 years ago
Brian Clozel
8227656cb0
Merge pull request #12 from gregturn/gh-6
...
Conditionalize reference doc/api doc links
9 years ago
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.
9 years ago
Brian Clozel
7d63246f6b
Revert "Display Pivotal Education related courseware"
...
This reverts commit bf15ee8a6d
.
9 years ago
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.
10 years ago
Brian Clozel
1690b17cb4
Merge pull request #9 from dsyer/patch-2
...
Gem installation instructions updated
10 years ago
Dave Syer
fc0cf54962
Add "gem install bundler" for people using vanilla Ruby
10 years ago
Brian Clozel
650b0f71b1
Merge pull request #10 from dsyer/patch-3
...
Fix directory name for sample pages
10 years ago
Dave Syer
b67c026a16
Fix directory name for sample pages
10 years ago
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).
10 years ago
Brian Clozel
1a150a334a
Merge pull request #8 from dsyer/patch-1
...
Fix "rm -rf" instruictions
10 years ago
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`".
10 years ago
Brian Clozel
77167c0d39
Fix company name and website in footer
10 years ago
Brian Clozel
1ca26dffbf
Merge pull request #7 from bclozel/forum
...
Update navbar item "Forum" -> "Questions"
10 years ago
Brian Clozel
56978cfc90
Change Forum navbar item to Questions
...
The projects navbar should mirror the one on the spring.io website.
10 years ago
Brian Clozel
9c7287c64f
Merge pull request #4 from bclozel/zclip
...
Fix ZeroClipboard integration in gh-pages
11 years ago