Skip to content

Commit f3343bd

Browse files
Merge pull request #297 from danmacpherson/frontpage-rebrand
Front page and landing page rebrand to Validated Patterns
2 parents 1554d00 + 651fdf0 commit f3343bd

File tree

10 files changed

+14
-14
lines changed

10 files changed

+14
-14
lines changed

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
baseURL: "https://validatedpatterns.io/"
22
languageCode: "en-us"
3-
title: Hybrid Cloud Patterns
3+
title: Validated Patterns
44
theme: "patternfly"
55
summaryLength: 20
66
paginate: 6
77
params:
8-
site_logo: /images/hybrid_cloud_patterns.png
8+
site_logo: /images/validated-patterns.png
99
security:
1010
exec:
1111
allow: ["^dart-sass-embedded$", "^go$", "^npx$", "^postcss$", "^asciidoctor$"]

content/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Hybrid Cloud Patterns"
2+
title: "Validated Patterns"
33
---
44

55
![Logo](/images/logo.png)
66

77
# Reference architectures with added value
88

9-
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.
9+
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.

content/blog/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ menu:
66
name: Blog
77
---
88

9-
Find out the latest news about Hybrid Cloud Patterns.
9+
Find out the latest news about Validated Patterns.

content/contribute/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Contribute to Hybrid Cloud Patterns"
2+
title: "Contribute to Validated Patterns"
33
menu:
44
main:
55
weight: 30
66
name: Contribute
77
---
88

9-
Find out how you can contribute to the Hybrid Cloud Pattern project.
9+
Find out how you can contribute to the Validated Patterns project.

content/learn/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: "Learn about Hybrid Cloud Patterns"
2+
title: "Learn about Validated Patterns"
33
menu:
44
main:
55
weight: 20
66
name: Learn
77
---
88

9-
Find out more information about Hybrid Cloud Patterns and how they work.
9+
Find out more information about Validated Patterns and how they work.

content/learn/about.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
menu: learn
3-
title: Hybrid Cloud Patterns
3+
title: Validated Patterns
44
weight: 10
55
---
66

7-
# Hybrid Cloud Patterns
7+
# Validated Patterns
88

9-
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:
9+
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:
1010

1111
[![patterns-intro-video](https://img.youtube.com/vi/lI8TurakeG4/0.jpg)](https://www.youtube.com/watch?v=lI8TurakeG4)
1212

layouts/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ <h2 class="pf-c-title pf-m-2xl">Suggested content</h2>
2121
<div class="pf-l-grid pf-m-gutter pf-u-text-align-left">
2222
<div class="pf-l-grid__item pf-m-3-col">
2323
<div class="pf-c-card pf-m-full-height">
24-
<div class="pf-c-card__title"><a href="/learn/about/">About Hybrid Cloud Patterns</a></div>
24+
<div class="pf-c-card__title"><a href="/learn/about/">About Validated Patterns</a></div>
2525
<div class="pf-c-card__body">
2626
Learn the basics of patterns including what they are and who should use them.</div>
2727
</div>

layouts/partials/footer.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<div class="pf-l-grid pf-u-pt-xl">
5757
<div class="pf-l-grid__item pf-u-px-xl">
5858
<a class="pf-c-page__header-brand-link pf-c-brand pf-u-pb-md" href="/">
59-
<img class="pf-c-brand" src="/images/hybrid_cloud_patterns.png" alt="Hybrid Cloud Patterns">
59+
<img class="pf-c-brand" src="/images/validated-patterns.png" alt="Validated Patterns">
6060
</a>
6161
<p class="footer-link">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.</p>
6262
</div>
-10.8 KB
Binary file not shown.
7.34 KB
Loading

0 commit comments

Comments
 (0)