Skip to content

Commit

Permalink
Polish docs
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Oct 17, 2024
1 parent 42fb89a commit d3c6112
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/modules/plugins/pages/plugin-csv.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ NOTE: The table transformers properties marked with *bold* are mandatory.
|Description

|`path`
a|The relative path of the CSV file
a|The xref:ROOT:glossary.adoc#_resource[CSV resource name] or the CSV file path.

IMPORTANT: The `path` parameter can not be used together with the `variableName` or `csvPath` parameter.

Expand All @@ -51,7 +51,7 @@ which initializes a variable with a table.
IMPORTANT: The `variableName` parameter can not be used together with the `path` or `csvPath` parameter.

|`csvPath`
a|The relative path of the CSV file
a|The xref:ROOT:glossary.adoc#_resource[CSV resource name] or the CSV file path.

WARNING: The `csvPath` parameter is deprecated and will be removed in VIVIDUS 0.7.0, please use `path` instead.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/plugins/pages/plugin-html.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ which initializes a variable with a table.
IMPORTANT: The `variableName` parameter can not be used together with the `pageUrl` or `path` parameter.

|`path`
a|The relative path of the HTML file
a|The xref:ROOT:glossary.adoc#_resource[HTML resource name] or the HTML file path.

IMPORTANT: The `path` parameter can not be used together with the `variableName` or `pageUrl` parameter.

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/plugins/pages/plugin-json.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ xref:commons:vividus-steps.adoc#_initialize_variable_with_a_table[step] that ini
IMPORTANT: The `variableName` parameter can not be used together with the `path` parameter.

|`path`
a|The relative path of the JSON file
a|The xref:ROOT:glossary.adoc#_resource[JSON resource name] or the JSON file path.

IMPORTANT: The `path` parameter can not be used together with the `variableName` parameter.

Expand Down

0 comments on commit d3c6112

Please sign in to comment.