From b36d100814d6555aeaa719b7bdd8b07c87de0293 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Mon, 16 Oct 2023 16:05:02 +0200 Subject: [PATCH 1/3] Add disambiguation page for "CD" --- topics/cd/index.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 topics/cd/index.md diff --git a/topics/cd/index.md b/topics/cd/index.md new file mode 100644 index 00000000000..2aec03eb4f3 --- /dev/null +++ b/topics/cd/index.md @@ -0,0 +1,9 @@ +--- +display_name: CD (Disambiguation) +short_description: YAML is a human-friendly data serialization standard. +topic: cd +related: continuous-deployment, continuous-delivery, continuous-integration, cicd, devops +--- +**CD**, within the context of [CI/CD](https://github.com/topics/cicd), can mean multiple things: +* [Continuous deployment](https://github.com/topics/continuous-deployment) +* [Continuous delivery](https://github.com/topics/continuous-delivery) From 8527d9bc04592af231e994511bf66c503470a0a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:20:47 +0200 Subject: [PATCH 2/3] Replace copy and paste short_description with proper one --- topics/cd/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/cd/index.md b/topics/cd/index.md index 2aec03eb4f3..41c69eeffba 100644 --- a/topics/cd/index.md +++ b/topics/cd/index.md @@ -1,6 +1,6 @@ --- display_name: CD (Disambiguation) -short_description: YAML is a human-friendly data serialization standard. +short_description: 'CD can either mean "continuous deployment" or "Continuous delivery"' topic: cd related: continuous-deployment, continuous-delivery, continuous-integration, cicd, devops --- From 6ce314e55afbaffd7431cd1b7b21d4049b15151e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20H=C3=A4drich?= <11225821+shaedrich@users.noreply.github.com> Date: Tue, 17 Oct 2023 19:24:39 +0200 Subject: [PATCH 3/3] Add punctuation --- topics/cd/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/cd/index.md b/topics/cd/index.md index 41c69eeffba..b6c2532a0b3 100644 --- a/topics/cd/index.md +++ b/topics/cd/index.md @@ -1,6 +1,6 @@ --- display_name: CD (Disambiguation) -short_description: 'CD can either mean "continuous deployment" or "Continuous delivery"' +short_description: 'CD can either mean "continuous deployment" or "Continuous delivery".' topic: cd related: continuous-deployment, continuous-delivery, continuous-integration, cicd, devops ---