Skip to content

Commit 0e149fc

Browse files
committed
update artifact topic
1 parent 0defc6a commit 0e149fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/docs/topics/artifact.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,11 +46,11 @@ From an **artifact definition** artifact nodes are created, for each target whic
4646

4747
## CoreArtifactTarget
4848

49-
Optionally, a Node can have a relation to an Artifact. The relation will be created when the Artifact is generated the first time. This has the benefit that querying the artifacts for a node becomes easier and that an extra artifacts tab will appear in the Node's detailed view in the UI.
49+
A node for which you want to generate an Artifact, must inherit from the `CoreArtifactTarget` generic.
5050

51-
![artifact tab](../media/topics/artifact/node_detail_view_artifact_tab.png)
51+
As a result of this, an Artifacts tab will show up in the node's detailed view in the UI, which allows you to access all of the artifacts that have been generated for this node.
5252

53-
To achieve this we have to inherit from the **CoreArtifactTarget** Generic in the [schema](./schema.mdx) of the node.
53+
![artifact tab](../media/topics/artifact/node_detail_view_artifact_tab.png)
5454

5555
```yaml
5656
nodes:

0 commit comments

Comments
 (0)