inspec/docs
Thomas Heinen c5b12cbe4a Add documentation on virtualization resource
Signed-off-by: Thomas Heinen <theinen@tecracer.de>
2020-03-13 12:14:45 +01:00
..
dev Corresponding fixes for the move from test/unit/mock to test/fixtures. 2019-11-08 19:20:12 -08:00
resources Add documentation on virtualization resource 2020-03-13 12:14:45 +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 Docs grammo fix 2019-08-28 13:25:49 -04:00
dsl_inspec.md Change "an Chef Inspec" to "a Chef Inspec". 2019-11-01 14:12:33 -07: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 Doc feedback 2019-08-28 13:03:42 -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 Change "an Chef Inspec" to "a Chef Inspec". 2019-11-01 14:12:33 -07: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 Change "an Chef Inspec" to "a Chef Inspec". 2019-11-01 14:12:33 -07:00
shell.md Change "an Chef Inspec" to "a Chef Inspec". 2019-11-01 14:12:33 -07:00
style.md Update software name from InSpec to Chef Inspec 2019-04-29 15:16:56 -04: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