inspec/docs
Nick Schwaderer ff1e558088
Merge pull request #4979 from tecracer-theinen/theinen/windows_firewall
Add new windows_firewall and windows_firewall_rule resources
2020-08-10 12:52:16 +01:00
..
dev Change profile skip_message to status_message 2020-07-03 15:53:09 +01:00
resources Merge pull request #4979 from tecracer-theinen/theinen/windows_firewall 2020-08-10 12:52:16 +01:00
shared fix ident in cmp matcher docs 2017-03-02 12:28:50 +01:00
.gitignore ignore auto-generated docs 2016-09-22 16:47:54 +02:00
config.md fix example config.json syntax 2020-04-13 08:33:00 -07:00
dsl_inspec.md docs copyediting 2020-06-05 17:41:07 -04:00
dsl_resource.md Update docs/dsl_resource.md 2019-10-21 12:35:09 -07:00
glossary.md Change "an Chef Inspec" to "a Chef Inspec". 2019-11-01 14:12:33 -07:00
habitat.md Change "an Chef Inspec" to "a Chef Inspec". 2019-11-01 14:12:33 -07:00
inputs.md Clarify names of examples and a method 2020-05-05 17:59:20 -04:00
inspec_and_friends.md Update software name from InSpec to Chef Inspec 2019-04-29 15:16:56 -04:00
install.md Incorporating feedback 2020-01-14 16:33:58 -05:00
matchers.md Update software name from InSpec to Chef Inspec 2019-04-29 15:16:56 -04:00
migration.md Update software name from InSpec to Chef Inspec 2019-04-29 15:16:56 -04:00
platforms.md GCP InSpec Docs 2019-05-21 16:45:02 -07:00
plugin_kitchen_inspec.md Update software name from InSpec to Chef Inspec 2019-04-29 15:16:56 -04:00
plugins.md Add docs for reporter plugins 2020-05-02 00:23:41 -04:00
profiles.md Change "an Chef Inspec" to "a Chef Inspec". 2019-11-01 14:12:33 -07:00
README.md Update software name from InSpec to Chef Inspec 2019-04-29 15:16:56 -04:00
reporters.md Merge pull request #5040 from sean-horn/patch-1 2020-07-06 16:37:00 +01:00
shell.md Change "an Chef Inspec" to "a Chef Inspec". 2019-11-01 14:12:33 -07:00
style.md Fix unmatched backticks in docs 2020-05-28 11:21:32 +01:00
waivers.md remove beta language and fix usage string order 2020-03-03 10:31:57 -08:00

Chef InSpec documentation

This is the home of the Chef InSpec documentation. This documentation provides an introduction to this mechanism and shows how to write custom tests.

The goal of this folder is for any community member to clone these docs, make the changes, check if they are valid, and contribute to the project.

How to build docs

We build docs by:

  1. Auto-generating docs from code
  2. Transforming markdown+snippets in this folder into pure markdown in www/source/docs
  3. Rendering them to the website via instructions in www/

For development, you only need step 1!

1 Generate docs

To generate all docs run:

bundle exec rake docs

You can run tasks individually. For a list of tasks run:

bundle exec rake --tasks docs

Stability Index

Every available Chef InSpec resource will indicate its stability. As Chef InSpec matures, certain parts are more reliable than others. Brand new features are likely to be redesigned and marked as such.

The stability indices are as follows:

  • Stability: Deprecated - This features will be removed in future versions, because its known for being problematic. Do not rely on it.
  • Stability: Experimental - New features may change or are removed in future versions
  • Stability: Stable - API is well established and proofed. Maintaining compatibility is a high priority
  • Stability: Locked - Only security and performance fixes are allowed