diff --git a/data/canonical-tags/architecture.yaml b/data/canonical-tags/architecture.yaml index 369aa36cc027b..119728f793122 100644 --- a/data/canonical-tags/architecture.yaml +++ b/data/canonical-tags/architecture.yaml @@ -1,3 +1,5 @@ id: architecture name: Architecture description: The inner components of Kubernetes. +nameKey: canonical_tag_architecture_name +descriptionKey: canonical_tag_architecture_description diff --git a/data/canonical-tags/community.yaml b/data/canonical-tags/community.yaml index 34a60b5df26b5..381c3624b63d3 100644 --- a/data/canonical-tags/community.yaml +++ b/data/canonical-tags/community.yaml @@ -1,3 +1,5 @@ id: community name: Community description: Related to Kubernetes open-source development. +nameKey: canonical_tag_community_name +descriptionKey: canonical_tag_community_description diff --git a/data/canonical-tags/core-object.yaml b/data/canonical-tags/core-object.yaml index c816013899921..8bfafa59895eb 100644 --- a/data/canonical-tags/core-object.yaml +++ b/data/canonical-tags/core-object.yaml @@ -1,3 +1,5 @@ id: core-object name: Core Object description: A resource type that Kubernetes supports by default. +nameKey: canonical_tag_core_object_name +descriptionKey: canonical_tag_core_object_description diff --git a/data/canonical-tags/extension.yaml b/data/canonical-tags/extension.yaml index 6aacd8dac9e73..e62f6bc4da135 100644 --- a/data/canonical-tags/extension.yaml +++ b/data/canonical-tags/extension.yaml @@ -1,3 +1,5 @@ id: extension name: Extension description: Supported customizations of Kubernetes. +nameKey: canonical_tag_extension_name +descriptionKey: canonical_tag_extension_description diff --git a/data/canonical-tags/fundamental.yaml b/data/canonical-tags/fundamental.yaml index f9dc8f2398a22..5d9847570ac8f 100644 --- a/data/canonical-tags/fundamental.yaml +++ b/data/canonical-tags/fundamental.yaml @@ -1,3 +1,5 @@ id: fundamental name: Fundamental description: Relevant for a first-time user of Kubernetes. +nameKey: canonical_tag_fundamental_name +descriptionKey: canonical_tag_fundamental_description diff --git a/data/canonical-tags/networking.yaml b/data/canonical-tags/networking.yaml index 481c02c50a733..13b02e48f5d09 100644 --- a/data/canonical-tags/networking.yaml +++ b/data/canonical-tags/networking.yaml @@ -1,3 +1,5 @@ id: networking name: Networking description: How Kubernetes components talk to each other (and to programs outside the cluster). +nameKey: canonical_tag_networking_name +descriptionKey: canonical_tag_networking_description diff --git a/data/canonical-tags/operation.yaml b/data/canonical-tags/operation.yaml index 140be06e0cd31..a03b2bfbde2ad 100644 --- a/data/canonical-tags/operation.yaml +++ b/data/canonical-tags/operation.yaml @@ -1,3 +1,5 @@ id: operation name: Operation description: Starting and maintaining Kubernetes. +nameKey: canonical_tag_operation_name +descriptionKey: canonical_tag_operation_description diff --git a/data/canonical-tags/security.yaml b/data/canonical-tags/security.yaml index 4bb7191a6f06c..af977a88e7f9b 100644 --- a/data/canonical-tags/security.yaml +++ b/data/canonical-tags/security.yaml @@ -1,3 +1,5 @@ id: security name: Security description: Keeping Kubernetes applications safe and secure. +nameKey: canonical_tag_security_name +descriptionKey: canonical_tag_security_description diff --git a/data/canonical-tags/storage.yaml b/data/canonical-tags/storage.yaml index e98d797b6e9f4..98baef2932d94 100644 --- a/data/canonical-tags/storage.yaml +++ b/data/canonical-tags/storage.yaml @@ -1,3 +1,5 @@ id: storage name: Storage description: How Kubernetes applications handle persistent data. +nameKey: canonical_tag_storage_name +descriptionKey: canonical_tag_storage_description diff --git a/data/canonical-tags/tool.yaml b/data/canonical-tags/tool.yaml index 943d1ba4b0ca0..915acba0b23e7 100644 --- a/data/canonical-tags/tool.yaml +++ b/data/canonical-tags/tool.yaml @@ -1,3 +1,5 @@ id: tool name: Tool description: Software that makes Kubernetes easier or better to use. +nameKey: canonical_tag_tool_name +descriptionKey: canonical_tag_tool_description diff --git a/data/canonical-tags/user-type.yaml b/data/canonical-tags/user-type.yaml index 8f38725720684..aaa54802a5617 100644 --- a/data/canonical-tags/user-type.yaml +++ b/data/canonical-tags/user-type.yaml @@ -1,3 +1,5 @@ id: user-type name: User Type description: Represents a common type of Kubernetes user. +nameKey: canonical_tag_user_type_name +descriptionKey: canonical_tag_user_type_description diff --git a/data/canonical-tags/workload.yaml b/data/canonical-tags/workload.yaml index 4b18a3644308e..cf50e61d0b1c3 100644 --- a/data/canonical-tags/workload.yaml +++ b/data/canonical-tags/workload.yaml @@ -1,3 +1,5 @@ id: workload name: Workload description: Applications running on Kubernetes. +nameKey: canonical_tag_workload_name +descriptionKey: canonical_tag_workload_description diff --git a/data/i18n/en/en.toml b/data/i18n/en/en.toml index 60a9e9c9ef0ee..5741914b453d9 100644 --- a/data/i18n/en/en.toml +++ b/data/i18n/en/en.toml @@ -372,3 +372,75 @@ other = "Warning:" [whatsnext_heading] other = "What's next" + +[canonical_tag_architecture_name] +other = "Architecture" + +[canonical_tag_architecture_description] +other = "The inner components of Kubernetes." + +[canonical_tag_community_name] +other = "Community" + +[canonical_tag_community_description] +other = "Related to Kubernetes open-source development." + +[canonical_tag_core_object_name] +other = "Core Object" + +[canonical_tag_core_object_description] +other = "A resource type that Kubernetes supports by default." + +[canonical_tag_extension_name] +other = "Extension" + +[canonical_tag_extension_description] +other = "Supported customizations of Kubernetes." + +[canonical_tag_fundamental_name] +other = "Fundamental" + +[canonical_tag_fundamental_description] +other = "Relevant for a first-time user of Kubernetes." + +[canonical_tag_networking_name] +other = "Networking" + +[canonical_tag_networking_description] +other = "How Kubernetes components talk to each other (and to programs outside the cluster)." + +[canonical_tag_operation_name] +other = "Operation" + +[canonical_tag_operation_description] +other = "Starting and maintaining Kubernetes." + +[canonical_tag_security_name] +other = "Security" + +[canonical_tag_security_description] +other = "Keeping Kubernetes applications safe and secure." + +[canonical_tag_storage_name] +other = "Storage" + +[canonical_tag_storage_description] +other = "How Kubernetes applications handle persistent data." + +[canonical_tag_tool_name] +other = "Tool" + +[canonical_tag_tool_description] +other = "Software that makes Kubernetes easier or better to use." + +[canonical_tag_user_type_name] +other = "User Type" + +[canonical_tag_user_type_description] +other = "Represents a common type of Kubernetes user." + +[canonical_tag_workload_name] +other = "Workload" + +[canonical_tag_workload_description] +other = "Applications running on Kubernetes." diff --git a/layouts/docs/glossary.html b/layouts/docs/glossary.html index 4409ab1703bea..2aa17ce41c8d5 100644 --- a/layouts/docs/glossary.html +++ b/layouts/docs/glossary.html @@ -12,14 +12,14 @@