From 6a08b80b72759aba8969b5d07c5111e35511fa44 Mon Sep 17 00:00:00 2001 From: Bryan Finster Date: Thu, 31 Oct 2024 20:37:41 -0500 Subject: [PATCH] chore:update site description --- content/MinimumCD/_index.md | 2 +- content/_index.md | 2 +- hugo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/content/MinimumCD/_index.md b/content/MinimumCD/_index.md index 1b9d0f2..1d8fd28 100644 --- a/content/MinimumCD/_index.md +++ b/content/MinimumCD/_index.md @@ -1,7 +1,7 @@ --- title: Description on the Minimums linkTitle: "Minimums" -description: Minimum CD defines a minimum set of problems to solve to help teams achieve the benefits of continuous delivery. By implementing these essential practices, an organization can improve both the quality of the work environment and the outcomes of software development. +description: MinimumCD.org outlines key practices to help teams achieve continuous delivery benefits. By adopting these essentials, organizations can improve software quality, enhance team environments, and boost development outcomes. weight: 1 --- diff --git a/content/_index.md b/content/_index.md index 8e21f51..6560b6d 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,7 +1,7 @@ --- title: Minimum Viable CD linkTitle: "Minimum CD" -description: Minimum CD defines a minimum set of problems to solve to help teams achieve the benefits of continuous delivery. By implementing these essential practices, an organization can improve both the quality of the work environment and the outcomes of software development. +description: MinimumCD.org outlines key practices to help teams achieve continuous delivery benefits. By adopting these essentials, organizations can improve software quality, enhance team environments, and boost development outcomes. weight: 1 cascade: - type: "docs" diff --git a/hugo.toml b/hugo.toml index a14ccf9..76c66b8 100644 --- a/hugo.toml +++ b/hugo.toml @@ -1,5 +1,5 @@ baseURL = 'https://minimumcd.org/' -description = 'Minimum CD defines a minimum set of problems to solve to help teams achieve the benefits of continuous delivery. By implementing these essential practices, an organization can improve both the quality of the work environment and the outcomes of software development.' +description = 'MinimumCD.org outlines key practices to help teams achieve continuous delivery benefits. By adopting these essentials, organizations can improve software quality, enhance team environments, and boost development outcomes.' title = 'Minimum Viable Continuous Delivery' enableGitInfo = true