diff options
author | Rob Nelson <rnelson0@gmail.com> | 2017-04-05 09:27:11 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-05 09:27:11 -0400 |
commit | 74718f0052d249f9f5799b87d7a81352147c6d3c (patch) | |
tree | 085a6cf1e893bf0522da077e0c872644aa861dae /README.markdown | |
parent | bf4ee151b9315581c8bd01a483314b8dfd430c11 (diff) |
TOC updates
Add TOC entries for the various reference sections, plus a markdown-related typo in a header
Diffstat (limited to 'README.markdown')
-rw-r--r-- | README.markdown | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/README.markdown b/README.markdown index 4dc9c52..bfef108 100644 --- a/README.markdown +++ b/README.markdown @@ -2,12 +2,18 @@ #### Table of Contents -2. [Module Description - What the module does and why it is useful](#module-description) -3. [Setup - The basics of getting started with stdlib](#setup) -4. [Usage - Configuration options and additional functionality](#usage) -5. [Reference - An under-the-hood peek at what the module is doing and how](#reference) -5. [Limitations - OS compatibility, etc.](#limitations) -6. [Development - Guide for contributing to the module](#development) +1. [Module Description - What the module does and why it is useful](#module-description) +1. [Setup - The basics of getting started with stdlib](#setup) +1. [Usage - Configuration options and additional functionality](#usage) +1. [Reference - An under-the-hood peek at what the module is doing and how](#reference) + 1. [Classes](#classes) + 1. [Defined Types](#defined-types) + 1. [Data Types](#data-types) + 1. [Facts](#facts) + 1. [Functions](#functions) +1. [Limitations - OS compatibility, etc.](#limitations) +1. [Development - Guide for contributing to the module](#development) +1. [Contributors](#contributors) ## Module Description @@ -323,7 +329,7 @@ Unacceptable input example: ### Facts -####`package_provider` +#### `package_provider` Returns the default provider Puppet uses to manage packages on this system. |