From 20f96b39518ec7880d64d020cb581a332b2824a3 Mon Sep 17 00:00:00 2001 From: Jessica Yao Date: Fri, 11 Aug 2017 06:08:52 -0700 Subject: [PATCH] add initial set of canonical glossary tags --- _data/canonical-terms-tags.yml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 _data/canonical-terms-tags.yml diff --git a/_data/canonical-terms-tags.yml b/_data/canonical-terms-tags.yml new file mode 100644 index 0000000000..3408806073 --- /dev/null +++ b/_data/canonical-terms-tags.yml @@ -0,0 +1,30 @@ +canonical-tags: +- Fundamental +- API Object +- Metadata +- Configuration +- Security +- Networking +- Storage +- Operation +- Workload +- Component +- API +- Extension + +# TODO: Add list of glossary terms here +# (to avoid writing a function that iterates through all glossary term pages) +# e.g. +# terms: +# - name: StatefulSets +# tags: +# - Storage +# - Workload +# - API Object +# - name: Aggregation Layer +# tags: +# - API +# - Component +# - Extension +# +# See https://github.com/kubernetes/kubernetes.github.io/projects/4 for details.