diff --git a/docs/attributes-registry/azure.md b/docs/attributes-registry/azure.md index 78cd3a030d..2ebfa58cfc 100644 --- a/docs/attributes-registry/azure.md +++ b/docs/attributes-registry/azure.md @@ -6,7 +6,7 @@ # Azure -## Azure Sdk Attributes +## Azure SDK Attributes This document defines generic attributes for Azure SDK. diff --git a/docs/attributes-registry/cicd.md b/docs/attributes-registry/cicd.md index e42bf16360..8b585d8fe4 100644 --- a/docs/attributes-registry/cicd.md +++ b/docs/attributes-registry/cicd.md @@ -6,7 +6,7 @@ # CICD -## CICD Pipeline Attributes +## CI/CD Pipeline Attributes This group describes attributes specific to pipelines within a Continuous Integration and Continuous Deployment (CI/CD) system. A [pipeline](https://wikipedia.org/wiki/Pipeline_(computing)) in this case is a series of steps that are performed in order to deliver a new version of software. This aligns with the [Britannica](https://www.britannica.com/dictionary/pipeline) definition of a pipeline where a **pipeline** is the system for developing and producing something. In the context of CI/CD, a pipeline produces or delivers software. diff --git a/model/artifact/registry.yaml b/model/artifact/registry.yaml index 11cb388eb6..4f6dd98419 100644 --- a/model/artifact/registry.yaml +++ b/model/artifact/registry.yaml @@ -1,6 +1,7 @@ groups: - id: registry.artifact type: attribute_group + display_name: Artifact Attributes brief: > This group describes attributes specific to artifacts. Artifacts are files or other immutable objects that are intended for distribution. This diff --git a/model/azure/registry.yaml b/model/azure/registry.yaml index 2fdd5c9501..dea2e1dd83 100644 --- a/model/azure/registry.yaml +++ b/model/azure/registry.yaml @@ -1,6 +1,7 @@ groups: - id: registry.azure.sdk type: attribute_group + display_name: Azure SDK Attributes brief: > This document defines generic attributes for Azure SDK. attributes: diff --git a/model/cicd/registry.yaml b/model/cicd/registry.yaml index b01ff09c72..a63903d2c6 100644 --- a/model/cicd/registry.yaml +++ b/model/cicd/registry.yaml @@ -1,6 +1,7 @@ groups: - id: registry.cicd.pipeline type: attribute_group + display_name: CI/CD Pipeline Attributes brief: > This group describes attributes specific to pipelines within a Continuous Integration and Continuous Deployment (CI/CD) system. A diff --git a/model/cloudfoundry/registry.yaml b/model/cloudfoundry/registry.yaml index cf1a2f65b6..bdd701c818 100644 --- a/model/cloudfoundry/registry.yaml +++ b/model/cloudfoundry/registry.yaml @@ -1,6 +1,7 @@ groups: - id: registry.cloudfoundry type: attribute_group + display_name: CloudFoundry Attributes brief: > CloudFoundry resource attributes. attributes: diff --git a/model/hardware/registry.yaml b/model/hardware/registry.yaml index 248484b193..0eb30a5fc3 100644 --- a/model/hardware/registry.yaml +++ b/model/hardware/registry.yaml @@ -1,6 +1,7 @@ groups: - id: registry.hardware type: attribute_group + display_name: Hardware Attributes brief: > Attributes for hardware. attributes: diff --git a/model/linux/registry.yaml b/model/linux/registry.yaml index a3bf3f1554..68f6398acb 100644 --- a/model/linux/registry.yaml +++ b/model/linux/registry.yaml @@ -2,6 +2,7 @@ groups: # linux.memory.* attribute group - id: registry.linux.memory type: attribute_group + display_name: Linux Memory Attributes brief: "Describes Linux Memory attributes" attributes: - id: linux.memory.slab.state diff --git a/model/profile/registry.yaml b/model/profile/registry.yaml index 8bbac2ef51..e7d5e0d85d 100644 --- a/model/profile/registry.yaml +++ b/model/profile/registry.yaml @@ -2,6 +2,7 @@ groups: - id: registry.profile.frame type: attribute_group + display_name: Profile Frame Attributes brief: > Describes the origin of a single frame in a Profile. attributes: diff --git a/model/test/registry.yaml b/model/test/registry.yaml index abc97af06f..cb7b8d2985 100644 --- a/model/test/registry.yaml +++ b/model/test/registry.yaml @@ -1,6 +1,7 @@ groups: - id: registry.test type: attribute_group + display_name: Test Attributes brief: > This group describes attributes specific to [software tests](https://wikipedia.org/wiki/Software_testing). diff --git a/model/vcs/registry.yaml b/model/vcs/registry.yaml index 8b61583e0b..d9e96deb9e 100644 --- a/model/vcs/registry.yaml +++ b/model/vcs/registry.yaml @@ -1,6 +1,7 @@ groups: - id: registry.vcs.repository type: attribute_group + display_name: VCS Repository Attributes brief: > This group defines the attributes for [Version Control Systems (VCS)](https://wikipedia.org/wiki/Version_control).