Fix/re-introduce custom Jekyll tags for better glossary integration (#6163)

This commit is contained in:
Jessica Yao
2017-11-06 13:36:24 -08:00
committed by Zach Corleissen
parent 0abbfdc12e
commit 53cf7defd5
52 changed files with 546 additions and 225 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ title: Ingress
---
{% capture overview %}
{% include templates/glossary/snippet.md term="ingress" length="all" %}
{% glossary_definition term_id="ingress" length="all" %}
{% endcapture %}
{% capture body %}
@@ -10,10 +10,10 @@ title: StatefulSets
---
{% capture overview %}
**StatefulSet is the workload API object used to manage stateful applications.
**StatefulSet is the workload API object used to manage stateful applications.
StatefulSets are beta in 1.8.**
{% include templates/glossary/snippet.md term="statefulset" length="all" %}
{% glossary_definition term_id="statefulset" length="all" %}
{% endcapture %}
{% capture body %}