docs/resources/ini.md.erb in inspec-1.51.25 vs docs/resources/ini.md.erb in inspec-2.0.16
- old
+ new
@@ -1,7 +1,8 @@
---
title: About the ini Resource
+platform: os
---
# ini
Use the `ini` InSpec audit resource to test settings in an INI file.
@@ -41,14 +42,17 @@
In the event a section or setting name has a period in it, the alternate syntax can be used:
its(['section.with.a.dot.in.it', 'setting.name.with.dots']) { should cmp 'lotsadots' }
<br>
+
## Properties
-This resource supports any of the settings listed in an INI file as properties.
+This resource supports any of the settings listed in an INI file as properties.
+<br>
+
## Examples
The following examples show how to use this InSpec audit resource.
### Test SMTP settings in a PHP INI file
@@ -67,6 +71,6 @@
<br>
## Matchers
-For a full list of available matchers please visit our [matchers page](https://www.inspec.io/docs/reference/matchers/).
+For a full list of available matchers, please visit our [matchers page](https://www.inspec.io/docs/reference/matchers/).