diff --git a/config.yaml b/config.yaml index 02f5a6c73..4cf35ebcd 100644 --- a/config.yaml +++ b/config.yaml @@ -1,11 +1,11 @@ baseURL: "https://validatedpatterns.io/" languageCode: "en-us" -title: Hybrid Cloud Patterns +title: Validated Patterns theme: "patternfly" summaryLength: 20 paginate: 6 params: - site_logo: /images/hybrid_cloud_patterns.png + site_logo: /images/validated-patterns.png security: exec: allow: ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^asciidoctor$"] diff --git a/content/_index.md b/content/_index.md index 792da18ef..775cb1608 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,9 +1,9 @@ --- -title: "Hybrid Cloud Patterns" +title: "Validated Patterns" --- ![Logo](/images/logo.png) # Reference architectures with added value -Hybrid Cloud Patterns are an evolution of how you deploy applications in a hybrid cloud. With a pattern, you can automatically deploy a full application stack through a GitOps-based framework. With this framework, you can create business-centric solutions while maintaining a level of Continuous Integration (CI) over your application. +Validated Patterns are an evolution of how you deploy applications in a hybrid cloud. With a pattern, you can automatically deploy a full application stack through a GitOps-based framework. With this framework, you can create business-centric solutions while maintaining a level of Continuous Integration (CI) over your application. diff --git a/content/blog/_index.md b/content/blog/_index.md index 3b3ab4bd7..660f10171 100644 --- a/content/blog/_index.md +++ b/content/blog/_index.md @@ -6,4 +6,4 @@ menu: name: Blog --- -Find out the latest news about Hybrid Cloud Patterns. +Find out the latest news about Validated Patterns. diff --git a/content/contribute/_index.md b/content/contribute/_index.md index fdf315340..f1f28f24b 100644 --- a/content/contribute/_index.md +++ b/content/contribute/_index.md @@ -1,9 +1,9 @@ --- -title: "Contribute to Hybrid Cloud Patterns" +title: "Contribute to Validated Patterns" menu: main: weight: 30 name: Contribute --- -Find out how you can contribute to the Hybrid Cloud Pattern project. +Find out how you can contribute to the Validated Patterns project. diff --git a/content/learn/_index.md b/content/learn/_index.md index a3db39793..6c2a5f650 100644 --- a/content/learn/_index.md +++ b/content/learn/_index.md @@ -1,9 +1,9 @@ --- -title: "Learn about Hybrid Cloud Patterns" +title: "Learn about Validated Patterns" menu: main: weight: 20 name: Learn --- -Find out more information about Hybrid Cloud Patterns and how they work. +Find out more information about Validated Patterns and how they work. diff --git a/content/learn/about.md b/content/learn/about.md index 2867c090f..e2c0d01e9 100644 --- a/content/learn/about.md +++ b/content/learn/about.md @@ -1,12 +1,12 @@ --- menu: learn -title: Hybrid Cloud Patterns +title: Validated Patterns weight: 10 --- -# Hybrid Cloud Patterns +# Validated Patterns -Hybrid Cloud Patterns and the downstream Validated Patterns are a natural progression from reference architectures with additional value. Here is a brief video to explain what patterns are all about: +Validated Patterns and the upstream Community Patterns are a natural progression from reference architectures with additional value. Here is a brief video to explain what patterns are all about: [![patterns-intro-video](https://img.youtube.com/vi/lI8TurakeG4/0.jpg)](https://www.youtube.com/watch?v=lI8TurakeG4) diff --git a/layouts/404.html b/layouts/404.html index 4d1776087..fd9b4528c 100644 --- a/layouts/404.html +++ b/layouts/404.html @@ -21,7 +21,7 @@

Suggested content

- +
Learn the basics of patterns including what they are and who should use them.
diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 96fb06452..3118cbec3 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -56,7 +56,7 @@
- Hybrid Cloud Patterns + Validated Patterns
diff --git a/static/images/hybrid_cloud_patterns.png b/static/images/hybrid_cloud_patterns.png deleted file mode 100644 index 9a055e0b1..000000000 Binary files a/static/images/hybrid_cloud_patterns.png and /dev/null differ diff --git a/static/images/validated-patterns.png b/static/images/validated-patterns.png new file mode 100644 index 000000000..118b31e79 Binary files /dev/null and b/static/images/validated-patterns.png differ