Skip to content

Commit d2e87fa

Browse files
committed
version upgrade
1 parent 4e85f26 commit d2e87fa

File tree

7 files changed

+6
-13
lines changed

7 files changed

+6
-13
lines changed

config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ googleAnalytics: "G-0X54HQY5H8"
88

99
summaryLength: 20
1010

11-
paginate: 20
11+
pagination.pagerSize: 20
1212

1313
params:
1414
title: "Solution Patterns"

content/contribute/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description = "Here’s the place to learn how to contribute, either to existing
66
cssclass = "col-12 col-md-6 col-lg-3"
77
+++
88

9-
The Red Hat cloud native architecture (CNA) solution patterns are a set of opinionated practices on how to design, develop, integrate, automate and deliver cloud native applications. It targets common problems and use cases faced by organizations that target digital transformation through cloud adoption and who are on the journey of app modernization.
9+
Red Hat's Solution Patterns are a set of opinionated practices on how to design, develop, integrate, automate and deliver cloud native applications. It targets common problems and use cases faced by organizations that target digital transformation through cloud adoption and who are on the journey of app modernization.
1010

1111
Each solution pattern documents a specific reference architecture that can be replicated or can be used to inspire technical decision makers on how to achieve their goals.
1212

content/patterns/solution-pattern-rhsi-aap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: "Fernando Giorgetti (Red Hat)"
33
title: "Using Red Hat Service Interconnect to extend the reach of Ansible Automation Platform"
4-
date: "2024-08-16"
4+
date: "2025-06-13"
55
description: Using Red Hat Service Interconnect to extend the reach of Ansible Automation Platform
66
tags: [ "Service Interconnect", "Ansible"]
77
categories : [ "themes", "syntax",]

data/home/cta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ content:
88
label: "Contribute"
99
url: "contribute"
1010
body:
11-
para1: "The Red Hat cloud native architecture (CNA) solution patterns are a set of opinionated practices on how to design, develop, integrate, automate and deliver cloud native applications. It targets common problems and use cases faced by organizations that target digital transformation through cloud adoption and who are on the journey of app modernization."
11+
para1: "Red Hat's Solution Patterns are a set of opinionated practices on how to design, develop, integrate, automate and deliver cloud native applications. It targets common problems and use cases faced by organizations that target digital transformation through cloud adoption and who are on the journey of app modernization."
1212
para2: "Each solution pattern documents a specific reference architecture that can be replicated or can be used to inspire technical decision makers on how to achieve their goals."
1313
para3: "All the solutions are built on top of the Red Hat technologies portfolio, combined with other complementing open source technologies, to showcase how Red Hat provides the ultimate cloud-native application platform so that you can spend less time dealing with operational tasks and more time building applications."

themes/up-business-theme/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
module:
22
module.hugoVersion:
33
extended: true
4-
min: "0.115.4"
4+
min: "0.145.0"

themes/up-business-theme/layouts/partials/head/_resources.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!-- Load Shared SCSS -->
22
{{- $sharedSCSS := resources.Get "scss/shared/shared.scss" -}}
3-
{{- $sharedSCSS := $sharedSCSS | resources.ToCSS (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
3+
{{- $sharedSCSS := $sharedSCSS | css.Sass (dict "outputStyle" "compressed" "includePaths" (slice "assets")) -}}
44
{{- $sharedSCSS := $sharedSCSS | resources.ExecuteAsTemplate "main.scss" . -}}
55

66
<!-- Load Shared JS -->
Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +0,0 @@
1-
{{ if .Site.GoogleAnalytics }}
2-
{{ template "_internal/google_analytics.html" . }}
3-
{{ end }}
4-
5-
{{ template "_internal/twitter_cards.html" . }}
6-
{{ template "_internal/schema.html" . }}
7-

0 commit comments

Comments
 (0)