From 10a14dd3879e13375ee3ca6e35cf32a067be0674 Mon Sep 17 00:00:00 2001 From: larshp Date: Sun, 22 Jul 2018 07:23:24 +0000 Subject: [PATCH] docs: add improve this page link #931 --- docs/Gemfile | 1 + docs/_config.yml | 2 ++ docs/_includes/footer.html | 2 +- docs/_includes/head.html | 1 - docs/_includes/header.html | 2 +- docs/_layouts/default.html | 1 + docs/_layouts/development.html | 1 + docs/collections/_development/docs.md | 2 ++ 8 files changed, 9 insertions(+), 3 deletions(-) diff --git a/docs/Gemfile b/docs/Gemfile index 37f5eaa42..fff91148c 100644 --- a/docs/Gemfile +++ b/docs/Gemfile @@ -1,2 +1,3 @@ source 'https://rubygems.org' +gem 'jekyll-octicons' gem 'github-pages', group: :jekyll_plugins diff --git a/docs/_config.yml b/docs/_config.yml index 7b538d7f5..c86b158fb 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -4,6 +4,8 @@ collections_dir: collections collections: development: output: true +plugins: + - jekyll-octicons defaults: - scope: path: "" diff --git a/docs/_includes/footer.html b/docs/_includes/footer.html index ab65ec216..61d17f9db 100644 --- a/docs/_includes/footer.html +++ b/docs/_includes/footer.html @@ -1,7 +1,7 @@