summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Beaver <mb551n@att.com>2018-08-15 12:40:09 -0500
committerMichael Beaver <mb551n@att.com>2018-08-15 15:55:04 -0500
commitc6eddbacb231473992e047736fcb3b0d6dd553e8 (patch)
treee4555c464a852d700608fa37cc4d99bde98d5169 /doc
parent055e5f437af3ed49540b9b713bdb5d4c1ad650fd (diff)
downloadoslo-policy-c6eddbacb231473992e047736fcb3b0d6dd553e8.tar.gz
Docs: Remove references to JSON format
The Syntax section of this is supposed to be describing the YAML format, but references the JSON format. This commit updates the documentation to remove this reference. Change-Id: I7bfc11a3f1ecc57e3865d308b7a9bffd8453bce2
Diffstat (limited to 'doc')
-rw-r--r--doc/source/admin/policy-yaml-file.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/source/admin/policy-yaml-file.rst b/doc/source/admin/policy-yaml-file.rst
index e3d8ef8..057f493 100644
--- a/doc/source/admin/policy-yaml-file.rst
+++ b/doc/source/admin/policy-yaml-file.rst
@@ -155,8 +155,7 @@ Syntax
~~~~~~
A ``policy.yaml`` file consists of policies and aliases of the form
-``target:rule`` or ``alias:definition``, separated by commas and
-enclosed in curly braces:
+``target:rule`` or ``alias:definition``:
.. code-block:: yaml