summaryrefslogtreecommitdiff
path: root/tasks/docs.rb
Commit message (Expand)AuthorAgeFilesLines
* Resolve Style/MapToHash chefstyle warningStyle_MapToHashTim Smith2021-12-311-1/+1
* Improve docs generation + update property / action descriptionsTim Smith2021-08-131-5/+2
* Handle mash types in docsTim Smith2021-07-131-0/+2
* Merge pull request #11601 from chef/notes_generationTim Smith2021-05-211-2/+2
|\
| * Fix warnings tooTim Smith2021-05-201-1/+1
| * Properly generate the docs markdown notes sectionsTim Smith2021-05-201-1/+1
* | Update comments in the docs generatorTim Smith2021-05-211-4/+2
|/
* Further improve docs generationTim Smith2021-02-221-2/+2
* Fully remove user resource support for macOS < 10.14Tim Smith2021-02-161-1/+1
* Fix typosTim Smith2021-02-071-2/+2
* Document default actionsTim Smith2021-02-061-3/+3
* Properly handle notes or warnings in propertiesTim Smith2021-02-061-3/+10
* Improve auto-generated documentationTim Smith2021-02-041-1/+5
* Add support for resource action descriptionsMarc A. Paradise2021-02-041-7/+4
* Improve our automated resource documentation generationTim Smith2020-12-151-1/+1
* Update the docs generation for the new formatTim Smith2020-11-191-18/+1
* Update the yaml we generate for resource documentationTim Smith2020-11-101-4/+1
* Namespace ResourceInspector to avoid conflicts with Inspec's.Pete Higgins2020-11-021-1/+1
* Don't add a package warning for solaris_packageTim Smith2020-10-281-1/+1
* Correctly generate docs yaml files to include package warningsTim Smith2020-10-281-5/+5
* Make sure we set both multipackage configs in the docsdocs_generation_updatesTim Smith2020-10-281-3/+4
* Improve the package docs generation + resolve rubocop warningsTim Smith2020-10-281-5/+5
* Remove the announcement rake task + minor task updatesTim Smith2020-10-201-1/+1
* Update docs generation task to handle Chef 16 required formatTim Smith2020-10-161-1/+1
* Avoid declaring arrays in loopsTim Smith2020-10-161-1/+3
* Stop using the Ohai shortcodeTim Smith2020-09-151-7/+1
* Use __dir__ instead of getting the dir of __FILE__Tim Smith2020-09-091-1/+1
* Fix cookstyle violations.Pete Higgins2020-06-221-3/+3
* Make the description parsing in docs rake task handle more stuff.Pete Higgins2020-06-221-20/+33
* Add more resource docs + improve yaml generationresource_docsTim Smith2020-06-051-1/+1
* Improve auto-generated docsTim Smith2020-05-281-1/+1
* Fix a typo.Pete Higgins2020-05-181-1/+1
* Split the descriptions and notes outTim Smith2020-05-011-8/+12
* We don't use the resource name bolding functionality anymoreTim Smith2020-05-011-14/+0
* Skip nil values in the type listTim Smith2020-05-011-4/+6
* Bump the ignored default length to 45Tim Smith2020-05-011-1/+1
* Don't put very long descriptions in the block exampleTim Smith2020-05-011-1/+3
* Don't write out false values for configs in the resource yamlTim Smith2020-05-011-34/+30
* Skip syntax_shortcode entirely unless we're in a log resourceTim Smith2020-05-011-4/+1
* Remove some nils that come for freeTim Smith2020-05-011-4/+0
* Chefstyle fixesTim Smith2020-05-011-2/+2
* Handle the scenario where there are no properties betterTim Smith2020-05-011-3/+7
* Remove some special content for breakpointTim Smith2020-05-011-6/+1
* Handle symbols in the equal_to valuesTim Smith2020-05-011-1/+1
* Docs generation: Add examples & simplify actionsTim Smith2020-04-301-8/+3
* Sort the list of actions when generating docsTim Smith2020-04-291-1/+1
* Add a skeleton values for actions / examplesTim Smith2020-04-291-0/+22
* Comment why we append --- in the docs generatorTim Smith2020-04-291-0/+2
* Make sure our yaml blocks end with ---Tim Smith2020-04-291-1/+1
* Tweak resource formattingTim Smith2020-04-291-1/+1