docs: Add missing headings to table of contents

This commit is contained in:
James Shubin
2017-01-09 04:26:31 -05:00
parent 60912bd01c
commit 668ec8a248

View File

@@ -35,6 +35,10 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
* [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)