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