Skip to content

Commit

Permalink
correct glossary
Browse files Browse the repository at this point in the history
  • Loading branch information
morri-son committed Apr 11, 2024
1 parent 67c51bf commit 7b99904
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
11 changes: 8 additions & 3 deletions doc/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ the artifact blob.
an abstract entity describing a dedicated usage context or
meaning for a provided piece of software.

### Component Constructor<a id="compconst"/>
### [Component Constructor](https://github.com/open-component-model/ocm-website/blob/main/content/en/docs/guides/getting-started-with-ocm.md#all-in-one)<a id="compconst"/>

a file that acts as input for the OCM CLI to construct one or multiple component version(s).

Expand All @@ -71,7 +71,7 @@ the formal description of a [component version](#compvers).
the mapping of the elements of a [component descriptor](#compdesc) into an
immutable format containg only signature relevant information used to calculate a digest.

### [Component Identity](01-model/03-elements-sub.md#identifiers)<a id="compid"/>
### [Component Identity](01-model/02-elements-toplevel.md#component-identity)<a id="compid"/>

the globally unique identity of a [component](#component).

Expand Down Expand Up @@ -106,13 +106,18 @@ see [artifact digest](#artdigest) or [component version digest](#compdigest).

## E

### [Element Identity](./01-model/03-elements-sub.md#element-identity)<a id="elemid"/>

similar to component identity, the element identity is composed by the fields `name` and `version`.
In additon to that sources, resources and references can have an [extraIdentity](#extraid) if required.

### [Extension Point](./03-persistence/01-operations.md#abstract-operations-defined-by-the-open-component-model)<a id="ext"/>

parts of the [OCM](#ocm) specification, which may be extended by arbitrary
variations. The specification just defines the meaning, syntax and or functional
behaviour of such elements.

### [Extra Identity](./01-model/03-elements-sub.md#identifiers)<a id="extraid"/>
### [Extra Identity](./01-model/03-elements-sub.md#element-identity)<a id="extraid"/>

additional parts of the identity of an [element](#elemid) of a [component version](#compvers).

Expand Down
1 change: 1 addition & 0 deletions metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ metadata:
displayName: OCM Specification
description: OCM Specification
tags:
- inner-source
- ocm
- open-source
- open-component-model
Expand Down

0 comments on commit 7b99904

Please sign in to comment.