Skip to content

Commit 606843b

Browse files
authored
Merge pull request #265 from krakend/martian_modifer
Clarify usage of multiple martian modifiers
2 parents 0fe1d32 + 848ae74 commit 606843b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

backends/martian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Some **examples of typical Martian scenarios** are:
4444

4545
Add martian modifiers in your configuration under the `extra_config` of any `backend` using the namespace `modifier/martian`.
4646

47-
Inside the configuration, you must write one or more component keys using the notation `package.Type` using the available ones described in this page. You cannot write `@comment`-like attributes directly under the `modifier/martian` namespace, but you can add them inside each modifier.
47+
Inside the configuration, you must write a single component using the notation `package.Type` using the available ones described in this page. If you need **multiple modifiers** use a group type. You cannot write `@comment`-like attributes directly under the `modifier/martian` namespace, but you can add them inside each modifier.
4848

4949
There are three main **types** of packages you can use in Martian:
5050

v2.7/backends/martian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Some **examples of typical Martian scenarios** are:
4444

4545
Add martian modifiers in your configuration under the `extra_config` of any `backend` using the namespace `modifier/martian`.
4646

47-
Inside the configuration, you must write one or more component keys using the notation `package.Type` using the available ones described in this page. You cannot write `@comment`-like attributes directly under the `modifier/martian` namespace, but you can add them inside each modifier.
47+
Inside the configuration, you must write a single component using the notation `package.Type` using the available ones described in this page. If you need **multiple modifiers** use a group type. You cannot write `@comment`-like attributes directly under the `modifier/martian` namespace, but you can add them inside each modifier.
4848

4949
There are three main **types** of packages you can use in Martian:
5050

v2.8/backends/martian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Some **examples of typical Martian scenarios** are:
4444

4545
Add martian modifiers in your configuration under the `extra_config` of any `backend` using the namespace `modifier/martian`.
4646

47-
Inside the configuration, you must write one or more component keys using the notation `package.Type` using the available ones described in this page. You cannot write `@comment`-like attributes directly under the `modifier/martian` namespace, but you can add them inside each modifier.
47+
Inside the configuration, you must write a single component using the notation `package.Type` using the available ones described in this page. If you need **multiple modifiers** use a group type. You cannot write `@comment`-like attributes directly under the `modifier/martian` namespace, but you can add them inside each modifier.
4848

4949
There are three main **types** of packages you can use in Martian:
5050

v2.9/backends/martian.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Some **examples of typical Martian scenarios** are:
4444

4545
Add martian modifiers in your configuration under the `extra_config` of any `backend` using the namespace `modifier/martian`.
4646

47-
Inside the configuration, you must write one or more component keys using the notation `package.Type` using the available ones described in this page. You cannot write `@comment`-like attributes directly under the `modifier/martian` namespace, but you can add them inside each modifier.
47+
Inside the configuration, you must write a single component using the notation `package.Type` using the available ones described in this page. If you need **multiple modifiers** use a group type. You cannot write `@comment`-like attributes directly under the `modifier/martian` namespace, but you can add them inside each modifier.
4848

4949
There are three main **types** of packages you can use in Martian:
5050

0 commit comments

Comments
 (0)