inspec/docs
Christoph Hartmann 791f2db2e5 Merge pull request #1407 from gscho/rhel-doc-fix
Fixed error in OS docs, added CentOS to redhat family docs.
2017-01-25 12:13:51 +01:00
..
resources Merge pull request #1407 from gscho/rhel-doc-fix 2017-01-25 12:13:51 +01:00
shared Code-block directive is not needed here (#1247) 2016-10-25 23:26:08 +02:00
.gitignore ignore auto-generated docs 2016-09-22 16:47:54 +02:00
dsl_inspec.md Fix a few typos 2016-09-27 22:02:20 -04:00
dsl_resource.md fix #1226 2016-11-03 00:32:31 +01:00
inspec_and_friends.md add intro to inspec and friends 2016-09-26 06:21:05 +02:00
matchers.md update docs to markdown 2016-09-22 10:16:16 +02:00
migration.md add guidance for Serverspec migration 2016-12-15 18:14:05 +01:00
plugin_kitchen_inspec.html.md update docs to markdown 2016-09-22 10:16:16 +02:00
profiles.md mention inspec vendor for compliance dependency 2016-12-22 12:11:46 +00:00
README.md generate docs for cli 2016-09-22 13:43:57 +02:00
ruby_usage.md add ruby usage in inspec as markdown 2016-09-22 15:06:04 +02:00
shell.md update docs to markdown 2016-09-22 10:16:16 +02:00

InSpec documentation

This is the home of the 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 InSpec resource will indicate its stability. As 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