From 4e717712cc1a56d050b0341add556cfdc89f2e4a Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 29 Jul 2019 22:26:45 +0200 Subject: [PATCH 1/2] fixed docs bugs for generation - removed duplicate `` and `` - added missing source line and github-pages gem in Gemfile --- docs/Gemfile | 2 ++ docs/_includes/head.html | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index b652c4af8..dd443c61a 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,5 +1,7 @@ +source 'https://rubygems.org' gem "rouge" group :jekyll_plugins do + gem "github-pages" gem "jekyll-seo-tag" end diff --git a/docs/_includes/head.html b/docs/_includes/head.html index 8bd2d90dd..87d8861a4 100755 --- a/docs/_includes/head.html +++ b/docs/_includes/head.html @@ -1,5 +1,3 @@ - - From 64ad688e247c441c06367b0a967e1bcbf4868575 Mon Sep 17 00:00:00 2001 From: REJack Date: Mon, 29 Jul 2019 23:08:34 +0200 Subject: [PATCH 2/2] fixed brand-link in docs --- docs/_includes/sidebar.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_includes/sidebar.html b/docs/_includes/sidebar.html index f33b0c8a2..51045c6bf 100644 --- a/docs/_includes/sidebar.html +++ b/docs/_includes/sidebar.html @@ -1,5 +1,5 @@