mirror of
https://github.com/inspec/inspec
synced 2024-11-10 23:24:18 +00:00
21 lines
1,002 B
Markdown
21 lines
1,002 B
Markdown
|
# 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
|
||
|
|
||
|
TODO
|
||
|
|
||
|
## 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
|