summaryrefslogtreecommitdiff
path: root/tasks/docs.rb
Commit message (Expand)AuthorAgeFilesLines
* Make the description parsing in docs rake task handle more stuff.resource-doc-updatesPete Higgins2020-06-181-20/+29
* 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
* Add code to handle properties only set in docs on a few resources.Pete Higgins2020-04-271-5/+97
* Update more things.Pete Higgins2020-04-271-20/+61
* Start the conversinon of moving to YAML generation for docsTim Smith2020-04-271-242/+54
* Chefstyle fixesTim Smith2019-11-151-1/+1
* Improve resource descriptions and the rake task for docs generationTim Smith2019-11-141-2/+10
* Add more resource examples to the codebaseTim Smith2019-09-161-1/+4
* Fix Chef Client vs. Chef Infra Client logicTim Smith2019-08-081-1/+1
* Improve the auto-generated docsTim Smith2019-08-081-10/+14
* Add examples to the resourcesTim Smith2019-07-081-0/+1
* Merge pull request #8711 from chef/lcg/new-chefstyle2Lamont Granquist2019-07-081-4/+8
|\
| * Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-4/+4
| * fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+4
* | Chefstyle fixesbetter_docsTim Smith2019-07-071-2/+2
* | Fix more line endingsTim Smith2019-07-071-2/+2