about summary refs log tree commit diff
path: root/docs/resource-sets.md
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2017-07-29T23·16+0200
committerVincent Ambo <tazjin@gmail.com>2017-08-04T21·11+0200
commitd7569abccacba40200b61c54571016edd9e5a457 (patch)
tree387767e23b6abe920ba3ea58f8372be4724d1072 /docs/resource-sets.md
parent4adc8f2c4c9c3eabc086b329e4af9477bb0eee92 (diff)
docs: Add tables of content to all documentation files
Diffstat (limited to 'docs/resource-sets.md')
-rw-r--r--docs/resource-sets.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/docs/resource-sets.md b/docs/resource-sets.md
index 1d5eeabc5ac4..94d402f9a75c 100644
--- a/docs/resource-sets.md
+++ b/docs/resource-sets.md
@@ -5,6 +5,23 @@ Resource sets are collections of Kubernetes resources that should be passed to `
 
 Technically a resource set is simply a folder with a few YAML and/or JSON templates in it.
 
+<!-- markdown-toc start - Don't edit this section. Run M-x markdown-toc-refresh-toc -->
+**Table of Contents**
+
+- [Resource Sets](#resource-sets)
+- [Creating resource sets](#creating-resource-sets)
+    - [Default variables](#default-variables)
+- [Including resource sets](#including-resource-sets)
+    - [Fields](#fields)
+        - [`name`](#name)
+        - [`path`](#path)
+        - [`values`](#values)
+        - [`include`](#include)
+    - [Multiple includes](#multiple-includes)
+    - [Nesting resource sets](#nesting-resource-sets)
+        - [Caveats](#caveats)
+
+<!-- markdown-toc end -->
 
 # Creating resource sets