Revert "Introduce custom Jekyll tags for better glossary integration" (#6160)

This reverts commit 46d9cbe5ae.
This commit is contained in:
Jessica Yao
2017-11-02 14:07:26 -07:00
committed by Zach Corleissen
parent aaffdb8ca4
commit f3edbd3822
51 changed files with 197 additions and 546 deletions
+1 -2
View File
@@ -1,10 +1,9 @@
id: kubernetes-api
name: Kubernetes API
full-link: /docs/concepts/overview/kubernetes-api/
tags:
- fundamental
- architecture
short-description: >
short-description: |
The application that serves Kubernetes functionality through a RESTful interface and stores the state of the cluster.
long-description: >
Kubernetes resources and "records of intent" are all stored as API objects, and modified via RESTful calls to the API.