A linting tool that helps you to write better Chef Infra cookbooks and InSpec profiles by detecting and automatically correcting style, syntax, and logic mistakes in your code.
Apache License 2.0
109
stars
54
forks
source link
CHEF-5468 Correct heading level in output docs yaml files #962
Correct the heading levels in examples in the output yaml files for documentation.
Description
Currently the YAML files output from the
generate_cops_yml_documentation
rake task have H4 headings in the correct and incorrect example headings (for example https://docs.chef.io/workstation/cookstyle/chef_correctness_blockguardwithonlystring/#examples), but they should be H3. This changes them from H4 --> H3.Related Issue
Types of changes
Checklist: