summaryrefslogtreecommitdiff
path: root/tasks/docs.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Updates to the code generation taskTim Smith2020-04-291-13/+13
* Remove some property deprecation logic from the generatorTim Smith2020-04-291-13/+9
* Skip documenting the deprecated propertiesTim Smith2020-04-291-1/+1
* Skip the draft field in the docs generationTim Smith2020-04-291-1/+0
* Don't add the weight to the yaml anymoreTim Smith2020-04-271-9/+0
* Chefstyle fixesTim Smith2020-04-271-31/+29
* Better handle the default valuesTim Smith2020-04-271-0/+10
* Print out strings not symbols and skip deprecated propertiesTim Smith2020-04-271-8/+13
* Update the skip listTim Smith2020-04-271-1/+1
* Start the weight at 70 to match the docs siteTim Smith2020-04-271-2/+2
* Make sure the description list is an arrayTim Smith2020-04-271-1/+1
* Enable the multipackage flag for more package managersTim Smith2020-04-271-1/+1
* Produce proper markdown in the example blockTim Smith2020-04-271-1/+0
* Add "nil" to types list.Pete Higgins2020-04-271-1/+1