Links

Links to external resources related to the component.

Example:

links:
  repository: "https://github.com/viash-io/viash"
  docker_registry: "https://ghcr.io"
  homepage: "https://viash.io"
  documentation: "https://viash.io/reference/"
  issue_tracker: "https://github.com/viash-io/viash/issues"

docker_registry

Type: String

Default: Empty

Docker registry url.

Note

When the docker_registry field is left empty in a component’s .links configuration, the value of .links.repository in the package config will be copied during build.

Example:

docker_registry: "https://ghcr.io"

documentation

Type: String

Default: Empty

Documentation website url.

Example:

documentation: "https://viash.io/reference/"

homepage

Type: String

Default: Empty

Homepage website url.

Example:

homepage: "https://viash.io"

issue_tracker

Type: String

Default: Empty

Issue tracker url.

Example:

issue_tracker: "https://github.com/viash-io/viash/issues"

repository

Type: String

Default: Empty

Source repository url.

Note

When the repository field is left empty in a component’s .links configuration, the value of .links.repository in the package config will be copied during build.

Example:

repository: "https://github.com/viash-io/viash"