From b29e449d4a740b4d77498d389b0b8890c497d845 Mon Sep 17 00:00:00 2001 From: Jingfang Liu Date: Wed, 22 Aug 2018 09:05:54 -0700 Subject: [PATCH] Add docs README.md --- docs/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 docs/README.md diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 000000000..8a750dea3 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,12 @@ +# Kustomize docs + + * [glossary](glossary.md) - glossary for Kustomize. + + * [Sample kustomization.yaml](kustomization.yaml) - A sample kustomization.yaml + with explanation for each field. + + * [workflow](workflows.md) - Explaining the workflow for + both bespoke configuration and off-the-shelf configuration. + + * [eschewed features](eschewedFeatures.md) - explaining the eschewed features + and why they are not supported in Kustomize. \ No newline at end of file