Skip to content

Commit 3f47e6c

Browse files
delvedorjavanna
authored andcommitted
[DOCS] Fixed list formatting (#32963)
1 parent b3fcf7c commit 3f47e6c

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/README.asciidoc

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,10 @@ Test file structure
1919
--------------------
2020

2121
A YAML test file consists of:
22-
* an optional `setup` section, followed by
23-
* an optional `teardown` section, followed by
24-
* one or more test sections
22+
23+
- an optional `setup` section, followed by
24+
- an optional `teardown` section, followed by
25+
- one or more test sections
2526
2627
For instance:
2728

@@ -216,11 +217,13 @@ sent to nodes that match the `node_selector`. It looks like this:
216217
217218
If you list multiple selectors then the request will only go to nodes that
218219
match all of those selectors. The following selectors are supported:
219-
* `version`: Only nodes who's version is within the range will receive the
220+
221+
- `version`: Only nodes who's version is within the range will receive the
220222
request. The syntax for the pattern is the same as when `version` is within
221223
`skip`.
222-
* `attribute`: Only nodes that have an attribute matching the name and value
223-
of the provided attribute match. Looks like:
224+
- `attribute`: Only nodes that have an attribute matching the name and value
225+
of the provided attribute match.
226+
Looks like:
224227
....
225228
node_selector:
226229
attribute:

0 commit comments

Comments
 (0)