From 668ec8a2485fce5207cfe9f178772b041ca0a737 Mon Sep 17 00:00:00 2001 From: James Shubin Date: Mon, 9 Jan 2017 04:26:31 -0500 Subject: [PATCH] docs: Add missing headings to table of contents --- docs/resource-guide.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/resource-guide.md b/docs/resource-guide.md index de112c32..cbd9e91c 100644 --- a/docs/resource-guide.md +++ b/docs/resource-guide.md @@ -35,6 +35,10 @@ along with this program. If not, see . * [CheckApply - Check and apply resource state](#checkapply) * [Watch - Detect resource changes](#watch) * [Compare - Compare resource with another](#compare) + * [Validate - Validate the values of a resource struct](#validate) + * [GetUIDs - Returns the list of resource UID's](#getuids) + * [AutoEdges - Returns the autoedge interface matcher](#autoedges) + * [CollectPattern - Currently a stub, API will change](#collectpattern) * [(UnmarshalYAML) - Optional, sets the YAML defaults](#unmarshalyaml) 4. [Further considerations - More information about resource writing](#further-considerations) 5. [Automatic edges - Adding automatic resources dependencies](#automatic-edges)