From dfa9bf566cca80eaf22473af842bedddd534e710 Mon Sep 17 00:00:00 2001 From: Joseph Heck Date: Thu, 25 Jan 2018 13:49:34 -0800 Subject: [PATCH] do nothing change (#7093) --- _plugins/README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/_plugins/README.md b/_plugins/README.md index 3f30927e31..ba8d00ca3e 100644 --- a/_plugins/README.md +++ b/_plugins/README.md @@ -1,10 +1,12 @@ # Custom Jekyll Plugins -This directory contains `*.rb` files that extend the original Jekyll classes and provide custom formatting for the docs site: +This directory contains `*.rb` files that extend the original Jekyll +classes and provide custom formatting for the docs site: ### `glossary_tags.rb` -A full list of glossary terms is available on the [Standardized Glossary](https://kubernetes.io/docs/reference/glossary/?fundamental=true) page. For further information about term schemas, see the [README](../_includes/templates/glossary/README.md) and the provided [`_example.yml`](../_data/glossary/_example.yml). +A full list of glossary terms is available on the [Standardized Glossary](https://kubernetes.io/docs/reference/glossary/?fundamental=true) page. +For further information about term schemas, see the [README](../_includes/templates/glossary/README.md) and the provided [`_example.yml`](../_data/glossary/_example.yml). *NOTE: The "tags" referenced here are Liquid tags like `{% include %}`, **not** the glossary canonical tags that are used to categorize terms.*