From f5777cfd80f210a0c082c944c774b164affcaf33 Mon Sep 17 00:00:00 2001 From: Eben Eliason Date: Fri, 4 Feb 2022 14:16:15 -0800 Subject: [PATCH] Undo an accidental UI change to the production framework guide This slipped in with a much larger change, so we have to undo it rather than reverting the commit. --- .../guides/production-framework/index.md | 44 +----------------- docs/guides/production-framework/index.md | 46 +------------------ 2 files changed, 3 insertions(+), 87 deletions(-) diff --git a/_docs-sources/guides/production-framework/index.md b/_docs-sources/guides/production-framework/index.md index 0777011980..93c677157f 100644 --- a/_docs-sources/guides/production-framework/index.md +++ b/_docs-sources/guides/production-framework/index.md @@ -1,6 +1,3 @@ -import Card from "/src/components/Card" -import { CardList } from "/src/components/CardGroup" - # The Gruntwork Production Framework In this guide, we are going to share our opinionated, step-by-step framework for successfully going to production on @@ -8,46 +5,7 @@ the public cloud. At Gruntwork, we've had the privilege to work with everything 50 companies to some of the world's largest government agencies, and this document captures the common patterns we've seen that actually worked. -
- -## The Elements of the Gruntwork Production Framework - - - - -Your company's vetted, tested, reusable, off-the-shelf solutions for infrastructure and appliactions. - - -The basic structure for your cloud accounts, including auth, guard rails, and other scaffolding. - - -A Continuous Integration / Continuous Delivery pipeline to automate builds, tests, and deployments. - - -Allow developers to deploy and manage their own apps and infrastructure. - - -Kepp all your application and infrastructure dependencies up to date, automatically. - - - - -
+![Gruntwork Production Framework](/img/guides/production-framework/gruntwork-production-framework-small.png) This is not another high-level, vague "cloud operating model" document that is heavy on buzzwords but light on actionable content. Instead, you'll find a clear mental model of how to think about cloud usage, plus a set of diff --git a/docs/guides/production-framework/index.md b/docs/guides/production-framework/index.md index 81c5980a6a..f4df63db92 100644 --- a/docs/guides/production-framework/index.md +++ b/docs/guides/production-framework/index.md @@ -1,6 +1,3 @@ -import Card from "/src/components/Card" -import { CardList } from "/src/components/CardGroup" - # The Gruntwork Production Framework In this guide, we are going to share our opinionated, step-by-step framework for successfully going to production on @@ -8,46 +5,7 @@ the public cloud. At Gruntwork, we've had the privilege to work with everything 50 companies to some of the world's largest government agencies, and this document captures the common patterns we've seen that actually worked. -
- -## The Elements of the Gruntwork Production Framework - - - - -Your company's vetted, tested, reusable, off-the-shelf solutions for infrastructure and appliactions. - - -The basic structure for your cloud accounts, including auth, guard rails, and other scaffolding. - - -A Continuous Integration / Continuous Delivery pipeline to automate builds, tests, and deployments. - - -Allow developers to deploy and manage their own apps and infrastructure. - - -Kepp all your application and infrastructure dependencies up to date, automatically. - - - - -
+![Gruntwork Production Framework](/img/guides/production-framework/gruntwork-production-framework-small.png) This is not another high-level, vague "cloud operating model" document that is heavy on buzzwords but light on actionable content. Instead, you'll find a clear mental model of how to think about cloud usage, plus a set of @@ -219,5 +177,5 @@ Gruntwork to help you implement this framework.