Skip to content

Commit bd8045b

Browse files
committed
docs(api/replacements): fix heavy check mark issue
1 parent 5c1a022 commit bd8045b

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

site/content/en/docs/Reference/API/replacements.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -87,22 +87,22 @@ replacements:
8787
### Field Descriptions
8888

8989
| Field | Required| Description | Default |
90-
| -----------: | :----:| ----------- | ---- |
91-
| `source`| :heavy_check_mark: | The source of the value |
92-
| `target`|:heavy_check_mark: | The N fields to write the value to |
90+
| -----------: | :----: | ----------- | ---- |
91+
| `source`| ✔️ | The source of the value |
92+
| `target`| ✔️ | The N fields to write the value to |
9393
| `group` | | The group of the referent |
9494
| `version`| | The version of the referent
95-
|`kind` | |The kind of the referent
96-
|`name` | |The name of the referent
97-
|`namespace`| |The namespace of the referent
98-
|`select` |:heavy_check_mark: |Include objects that match this
95+
|`kind` | | The kind of the referent
96+
|`name` | | The name of the referent
97+
|`namespace`| | The namespace of the referent
98+
|`select` | ✔️ |Include objects that match this
9999
|`reject`| |Exclude objects that match this
100-
|`fieldPath`| |The structured path to the source value | `metadata.name`
101-
|`fieldPaths`| |The structured path(s) to the target nodes | `metadata.name`
102-
|`options`| |Options used to refine interpretation of the field
103-
|`delimiter`| |Used to split/join the field
104-
|`index`| |Which position in the split to consider | `0`
105-
|`create`| |If target field is missing, add it | `false`
100+
|`fieldPath`| | The structured path to the source value | `metadata.name`
101+
|`fieldPaths`| | The structured path(s) to the target nodes | `metadata.name`
102+
|`options`| | Options used to refine interpretation of the field
103+
|`delimiter`| | Used to split/join the field
104+
|`index`| | Which position in the split to consider | `0`
105+
|`create`| | If target field is missing, add it | `false`
106106

107107
#### Source
108108
The source field is a selector that determines the source of the value by finding a

0 commit comments

Comments
 (0)