buildmaster
29446da852
Sync docs from master to gh-pages
7 years ago
buildmaster
e4ea4ff205
Sync docs from master to gh-pages
7 years ago
buildmaster
a711ae8479
Sync docs from master to gh-pages
7 years ago
buildmaster
41f9eee5d5
Sync docs from master to gh-pages
7 years ago
buildmaster
05c11a10f7
Sync docs from master to gh-pages
7 years ago
Ryan Baxter
504d1c191c
Adding circle config
7 years ago
buildmaster
bc1f25dbdb
Sync docs from master to gh-pages
7 years ago
buildmaster
5fc49c34e7
Sync docs from master to gh-pages
7 years ago
buildmaster
38c9df3622
Sync docs from master to gh-pages
7 years ago
buildmaster
f6d2064504
Sync docs from master to gh-pages
7 years ago
buildmaster
cd5398db9c
Sync docs from master to gh-pages
7 years ago
buildmaster
97df17e51b
Sync docs from master to gh-pages
7 years ago
buildmaster
00de1b6458
Sync docs from master to gh-pages
7 years ago
buildmaster
47f9af9011
Sync docs from master to gh-pages
7 years ago
buildmaster
2b49278970
Sync docs from master to gh-pages
7 years ago
buildmaster
706190193b
Sync docs from master to gh-pages
7 years ago
Ryan Baxter
5affdde8d8
Updating gitignore and removing target directories
7 years ago
buildmaster
97b08d06d9
Sync docs from master to gh-pages
7 years ago
buildmaster
6af2eb1667
Sync docs from master to gh-pages
7 years ago
Ryan Baxter
ed9ae8a7e1
Initialize project page
7 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