diff options
author | Tim Smith <tsmith84@gmail.com> | 2020-04-30 15:07:39 -0700 |
---|---|---|
committer | Tim Smith <tsmith84@gmail.com> | 2020-04-30 15:26:51 -0700 |
commit | 2cf99476ba3b27339a7bfa1415184c82ae50ada8 (patch) | |
tree | d615dddac6ab271e50d9d3b643232f855d4c7ee4 /lib/chef/resource/directory.rb | |
parent | e4df521092ada86be9adbdc7567e6deeea24c46d (diff) | |
download | chef-2cf99476ba3b27339a7bfa1415184c82ae50ada8.tar.gz |
Add missing examples and resource formatting for docs site
Get us closer to automated documentation.
Signed-off-by: Tim Smith <tsmith@chef.io>
Diffstat (limited to 'lib/chef/resource/directory.rb')
-rw-r--r-- | lib/chef/resource/directory.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/chef/resource/directory.rb b/lib/chef/resource/directory.rb index 06c43c95df..d51fb144f7 100644 --- a/lib/chef/resource/directory.rb +++ b/lib/chef/resource/directory.rb @@ -28,7 +28,7 @@ class Chef provides :directory - description "Use the directory resource to manage a directory, which is a hierarchy"\ + description "Use the **directory** resource to manage a directory, which is a hierarchy"\ " of folders that comprises all of the information stored on a computer."\ " The root directory is the top-level, under which the rest of the directory"\ " is organized. The directory resource uses the name property to specify the"\ |