From bdbd052553cb2f7297ed4543736ad14827a7cb75 Mon Sep 17 00:00:00 2001 From: Keisuke SUZUKI Date: Wed, 19 Dec 2018 18:58:42 +0900 Subject: [PATCH 1/2] fix typo --- docs/src/main/tut/docs/settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/tut/docs/settings.md b/docs/src/main/tut/docs/settings.md index cef08f86..63c41cea 100644 --- a/docs/src/main/tut/docs/settings.md +++ b/docs/src/main/tut/docs/settings.md @@ -163,7 +163,7 @@ micrositeHighlightTheme := "monokai" - `micrositeHighlightLanguages`: by default, Highlight.js is configured to support syntax highlighting for `java`, `scala` and `bash`. You can add additional languages: ``` -micrositeHighlightTheme ++= Seq("protobuf", "thrift") +micrositeHighlightLanguages ++= Seq("protobuf", "thrift") ``` Then, use it as follows: From c9c2e5339b63b9fddb4d0f4b7afe47dc016ed3b5 Mon Sep 17 00:00:00 2001 From: Keisuke SUZUKI Date: Wed, 19 Dec 2018 19:45:59 +0900 Subject: [PATCH 2/2] bump ruby version to 2.3.0 in travis --- .travis.yml | 2 +- docs/src/main/tut/docs/index.md | 4 ++-- docs/src/main/tut/docs/publish-with-travis.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index f6e05ef7..c956e721 100644 --- a/.travis.yml +++ b/.travis.yml @@ -19,7 +19,7 @@ before_install: - export PATH=${PATH}:./vendor/bundle install: - - rvm use 2.2.8 --install --fuzzy + - rvm use 2.3.0 --install --fuzzy - gem update --system - gem install sass - gem install jekyll -v 3.2.1 diff --git a/docs/src/main/tut/docs/index.md b/docs/src/main/tut/docs/index.md index a0168069..07a7b1eb 100644 --- a/docs/src/main/tut/docs/index.md +++ b/docs/src/main/tut/docs/index.md @@ -39,7 +39,7 @@ This is needed in order to install and be able to use the `jekyll` gem from othe ```bash install: - - rvm use 2.2.8 --install --fuzzy + - rvm use 2.3.0 --install --fuzzy - gem update --system - gem install sass - gem install jekyll -v 3.2.1 @@ -62,4 +62,4 @@ addSbtPlugin("com.47deg" % "sbt-microsites" % "0.7.27") Finally, to enable the plugin, add this to your `build.sbt` file: ```bash enablePlugins(MicrositesPlugin) -``` \ No newline at end of file +``` diff --git a/docs/src/main/tut/docs/publish-with-travis.md b/docs/src/main/tut/docs/publish-with-travis.md index 667832cb..8846a807 100644 --- a/docs/src/main/tut/docs/publish-with-travis.md +++ b/docs/src/main/tut/docs/publish-with-travis.md @@ -96,7 +96,7 @@ before_install: scripts/decrypt-keys.sh; fi - export PATH=${PATH}:./vendor/bundle install: -- rvm use 2.2.8 --install --fuzzy +- rvm use 2.3.0 --install --fuzzy - gem update --system - gem install sass - gem install jekyll -v 3.2.1