Fix pages after upgrade

This commit is contained in:
Marcin Grzejszczak
2016-04-26 11:15:15 +02:00
parent 9e1344dc61
commit 0b6704cd9d
3 changed files with 5 additions and 2 deletions

View File

@@ -1,3 +1,4 @@
source "http://rubygems.org"
gem "rouge"
gem "github-pages"

View File

@@ -84,8 +84,8 @@ GEM
jekyll-sitemap (0.10.0)
jekyll-textile-converter (0.1.0)
RedCloth (~> 4.0)
jekyll-watch (1.3.1)
listen (~> 3.0)
jekyll-watch (1.4.0)
listen (~> 3.0, < 3.1)
jemoji (0.6.2)
gemoji (~> 2.0)
html-pipeline (~> 2.2)
@@ -129,6 +129,7 @@ PLATFORMS
DEPENDENCIES
github-pages
rouge
BUNDLED WITH
1.11.2

View File

@@ -47,6 +47,7 @@ Spring Cloud Sleuth features:
* If `spring-cloud-sleuth-zipkin` is available then the app will generate and collect Zipkin-compatible traces via HTTP. By default it sends them to a Zipkin collector service on localhost (port 9411). Configure the location of the service using `spring.zipkin.[host,port]`.
<span id="quick-start"></span>
## Quick Start
{% include download_widget.md %}