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
+4 -3
View File
@@ -1,9 +1,10 @@
id: service
name: Service
full-link: /docs/concepts/services-networking/service/
tags:
- fundamental
- core-object
short-description: |
An API object that describes how to access applications, such as a set of [Pods](#term-pod), and can describe ports and load-balancers.
long-description: |
short-description: >
An API object that describes how to access applications, such as a set of {% glossary_tooltip text="Pods" term_id="pod" %}, and can describe ports and load-balancers.
long-description: >
The access point can be internal or external to the cluster.