-
Notifications
You must be signed in to change notification settings - Fork 110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(transforms): Add docs for string join transform #662
feat(transforms): Add docs for string join transform #662
Conversation
✅ Deploy Preview for crossplane ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
1776915
to
02604f2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The new content looks good, however looks like your IDE may have chopped off all ending spaces which changes formatting in markdown. Can you restore the removed spaces?
Do we need to commit this to 1.14 as well or is this only in master today?
@@ -1654,6 +1655,25 @@ patches: | |||
trim: `-north-1' | |||
``` | |||
|
|||
#### Join |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you move this section to be before line 1601, the heading "Regular expression type" to make the type order alphabetical?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done.
#### Join | ||
|
||
The {{<hover label="typeJoin" line="8">}}type: Join{{</hover>}} joins all | ||
values in the input array into a string using the given separator. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
values in the input array into a string using the given separator. | |
values in the input array into a string using the given separator. |
I'd suggest adding a line break to put the line "This transform only works..." on a new line.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added.
{{<hover label="string" line="7">}}types{{</hover>}} | ||
|
||
* [Convert](#string-convert) | ||
* [Format](#string-format) | ||
* [Regexp](#regular-expression-type) | ||
* [TrimPrefix](#trim-prefix) | ||
* [TrimSuffix](#trim-suffix) | ||
* [Join](#join) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you move this to be the third item in the list so it's alphabetical?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Moved it up.
_ping _ @MisterMX |
Signed-off-by: Maximilian Blatt <[email protected]>
02604f2
to
9d88c47
Compare
@plumbis I applied your requested changes. Can you take a second look? |
No description provided.