Skip to content

Commit 927a88c

Browse files
committed
[CI] Publish Documentation for 9d2b1dd - 9d2b1dd 🚀
1 parent cf675f6 commit 927a88c

8 files changed

Lines changed: 31 additions & 17 deletions

File tree

404.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
<link rel="stylesheet" href="/solution-patterns/_/css/site.css">
99
<link rel="icon" href="/solution-patterns/_/img/favicon.ico" type="image/x-icon">
1010
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
11+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RE43KB33S7"></script>
12+
<script>function gtag() { dataLayer.push(arguments) }; window.dataLayer = window.dataLayer || []; gtag('js', new Date()); gtag('config', 'G-RE43KB33S7')</script>
1113
</head>
1214
<body class="status-404">
1315
<header class="header">

sitemap.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,26 +2,26 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-template/01-pattern.html</loc>
5-
<lastmod>2025-01-15T23:45:08.161Z</lastmod>
5+
<lastmod>2025-01-21T14:46:12.395Z</lastmod>
66
</url>
77
<url>
88
<loc>https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-template/02-architecture.html</loc>
9-
<lastmod>2025-01-15T23:45:08.161Z</lastmod>
9+
<lastmod>2025-01-21T14:46:12.395Z</lastmod>
1010
</url>
1111
<url>
1212
<loc>https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-template/03-demo.html</loc>
13-
<lastmod>2025-01-15T23:45:08.161Z</lastmod>
13+
<lastmod>2025-01-21T14:46:12.395Z</lastmod>
1414
</url>
1515
<url>
1616
<loc>https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-template/04-workshop.html</loc>
17-
<lastmod>2025-01-15T23:45:08.161Z</lastmod>
17+
<lastmod>2025-01-21T14:46:12.395Z</lastmod>
1818
</url>
1919
<url>
2020
<loc>https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-template/developer-resources.html</loc>
21-
<lastmod>2025-01-15T23:45:08.161Z</lastmod>
21+
<lastmod>2025-01-21T14:46:12.395Z</lastmod>
2222
</url>
2323
<url>
2424
<loc>https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-template/index.html</loc>
25-
<lastmod>2025-01-15T23:45:08.161Z</lastmod>
25+
<lastmod>2025-01-21T14:46:12.395Z</lastmod>
2626
</url>
2727
</urlset>

solution-pattern-template/01-pattern.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<link rel="stylesheet" href="../_/css/site.css">
1010
<link rel="icon" href="../_/img/favicon.ico" type="image/x-icon">
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
12+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RE43KB33S7"></script>
13+
<script>function gtag() { dataLayer.push(arguments) }; window.dataLayer = window.dataLayer || []; gtag('js', new Date()); gtag('config', 'G-RE43KB33S7')</script>
1214
</head>
1315
<body class="article">
1416
<header class="header">
@@ -152,7 +154,7 @@ <h3 class="title"><a href="index.html" class=" query-params-link">OpenShift Serv
152154
<a href="index.html" class="home-link"></a>
153155
<nav class="breadcrumbs" aria-label="breadcrumbs">
154156
</nav>
155-
<div class="edit-this-page"><a href="https://github.com/bugbiteme/solution-pattern-ossm3/edit/main/documentation/modules/ROOT/pages/01-pattern.adoc">Edit this Page</a></div>
157+
<div class="edit-this-page"><a href="https://github.com/redhat-solution-patterns/solution-pattern-ossm3/edit/main/documentation/modules/ROOT/pages/01-pattern.adoc">Edit this Page</a></div>
156158
</div>
157159
<div class="content">
158160
<article class="doc">

solution-pattern-template/02-architecture.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<link rel="stylesheet" href="../_/css/site.css">
1212
<link rel="icon" href="../_/img/favicon.ico" type="image/x-icon">
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
14+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RE43KB33S7"></script>
15+
<script>function gtag() { dataLayer.push(arguments) }; window.dataLayer = window.dataLayer || []; gtag('js', new Date()); gtag('config', 'G-RE43KB33S7')</script>
1416
</head>
1517
<body class="article">
1618
<header class="header">
@@ -158,7 +160,7 @@ <h3 class="title"><a href="index.html" class=" query-params-link">OpenShift Serv
158160
<li><a href="02-architecture.html">2. Architecture</a></li>
159161
</ul>
160162
</nav>
161-
<div class="edit-this-page"><a href="https://github.com/bugbiteme/solution-pattern-ossm3/edit/main/documentation/modules/ROOT/pages/02-architecture.adoc">Edit this Page</a></div>
163+
<div class="edit-this-page"><a href="https://github.com/redhat-solution-patterns/solution-pattern-ossm3/edit/main/documentation/modules/ROOT/pages/02-architecture.adoc">Edit this Page</a></div>
162164
</div>
163165
<div class="content">
164166
<article class="doc">

solution-pattern-template/03-demo.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
<link rel="stylesheet" href="../_/css/site.css">
1212
<link rel="icon" href="../_/img/favicon.ico" type="image/x-icon">
1313
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
14+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RE43KB33S7"></script>
15+
<script>function gtag() { dataLayer.push(arguments) }; window.dataLayer = window.dataLayer || []; gtag('js', new Date()); gtag('config', 'G-RE43KB33S7')</script>
1416
</head>
1517
<body class="article">
1618
<header class="header">
@@ -158,7 +160,7 @@ <h3 class="title"><a href="index.html" class=" query-params-link">OpenShift Serv
158160
<li><a href="03-demo.html">3. See the Solution in Action</a></li>
159161
</ul>
160162
</nav>
161-
<div class="edit-this-page"><a href="https://github.com/bugbiteme/solution-pattern-ossm3/edit/main/documentation/modules/ROOT/pages/03-demo.adoc">Edit this Page</a></div>
163+
<div class="edit-this-page"><a href="https://github.com/redhat-solution-patterns/solution-pattern-ossm3/edit/main/documentation/modules/ROOT/pages/03-demo.adoc">Edit this Page</a></div>
162164
</div>
163165
<div class="content">
164166
<article class="doc">

solution-pattern-template/04-workshop.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
<link rel="stylesheet" href="../_/css/site.css">
1010
<link rel="icon" href="../_/img/favicon.ico" type="image/x-icon">
1111
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
12+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RE43KB33S7"></script>
13+
<script>function gtag() { dataLayer.push(arguments) }; window.dataLayer = window.dataLayer || []; gtag('js', new Date()); gtag('config', 'G-RE43KB33S7')</script>
1214
</head>
1315
<body class="article">
1416
<header class="header">
@@ -156,7 +158,7 @@ <h3 class="title"><a href="index.html" class=" query-params-link">OpenShift Serv
156158
<li><a href="04-workshop.html">Solution Pattern: Name Template</a></li>
157159
</ul>
158160
</nav>
159-
<div class="edit-this-page"><a href="https://github.com/bugbiteme/solution-pattern-ossm3/edit/main/documentation/modules/ROOT/pages/04-workshop.adoc">Edit this Page</a></div>
161+
<div class="edit-this-page"><a href="https://github.com/redhat-solution-patterns/solution-pattern-ossm3/edit/main/documentation/modules/ROOT/pages/04-workshop.adoc">Edit this Page</a></div>
160162
</div>
161163
<div class="content">
162164
<article class="doc">

solution-pattern-template/developer-resources.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1">
6-
<title>Solution Patterns: Solution Patterns - Optimizing Traffic and Observability with OpenShift Service Mesh 3 :: Solution Patterns for Cloud Native Architectures</title>
6+
<title>Solution Patterns: Optimizing Traffic and Observability with OpenShift Service Mesh 3 :: Solution Patterns for Cloud Native Architectures</title>
77
<link rel="canonical" href="https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-template/developer-resources.html">
88
<link rel="prev" href="03-demo.html">
99
<meta name="generator" content="Antora 3.0.0">
1010
<link rel="stylesheet" href="../_/css/site.css">
1111
<link rel="icon" href="../_/img/favicon.ico" type="image/x-icon">
1212
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
13+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RE43KB33S7"></script>
14+
<script>function gtag() { dataLayer.push(arguments) }; window.dataLayer = window.dataLayer || []; gtag('js', new Date()); gtag('config', 'G-RE43KB33S7')</script>
1315
</head>
1416
<body class="article">
1517
<header class="header">
@@ -157,11 +159,11 @@ <h3 class="title"><a href="index.html" class=" query-params-link">OpenShift Serv
157159
<li><a href="developer-resources.html">4. Developer Resources</a></li>
158160
</ul>
159161
</nav>
160-
<div class="edit-this-page"><a href="https://github.com/bugbiteme/solution-pattern-ossm3/edit/main/documentation/modules/ROOT/pages/developer-resources.adoc">Edit this Page</a></div>
162+
<div class="edit-this-page"><a href="https://github.com/redhat-solution-patterns/solution-pattern-ossm3/edit/main/documentation/modules/ROOT/pages/developer-resources.adoc">Edit this Page</a></div>
161163
</div>
162164
<div class="content">
163165
<article class="doc">
164-
<h1 class="page">Solution Patterns: Solution Patterns - Optimizing Traffic and Observability with OpenShift Service Mesh 3</h1>
166+
<h1 class="page">Solution Patterns: Optimizing Traffic and Observability with OpenShift Service Mesh 3</h1>
165167
<h1 id="_developer_resources" class="sect0"><a class="anchor" href="#_developer_resources"></a><a class="link" href="#_developer_resources">Developer Resources</a></h1>
166168
<div class="openblock partintro">
167169
<div class="content">

solution-pattern-template/index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
<head>
44
<meta charset="utf-8">
55
<meta name="viewport" content="width=device-width,initial-scale=1">
6-
<title>Solution Patterns: Solution Patterns - Optimizing Traffic and Observability with OpenShift Service Mesh 3 :: Solution Patterns for Cloud Native Architectures</title>
6+
<title>Solution Patterns: Optimizing Traffic and Observability with OpenShift Service Mesh 3 :: Solution Patterns for Cloud Native Architectures</title>
77
<link rel="canonical" href="https://redhat-solution-patterns.github.io/solution-patterns/solution-pattern-template/index.html">
88
<link rel="next" href="02-architecture.html">
99
<meta name="generator" content="Antora 3.0.0">
1010
<link rel="stylesheet" href="../_/css/site.css">
1111
<link rel="icon" href="../_/img/favicon.ico" type="image/x-icon">
1212
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
13+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-RE43KB33S7"></script>
14+
<script>function gtag() { dataLayer.push(arguments) }; window.dataLayer = window.dataLayer || []; gtag('js', new Date()); gtag('config', 'G-RE43KB33S7')</script>
1315
</head>
1416
<body class="article">
1517
<header class="header">
@@ -157,11 +159,11 @@ <h3 class="title"><a href="index.html" class=" query-params-link">OpenShift Serv
157159
<li><a href="index.html">1. Home page</a></li>
158160
</ul>
159161
</nav>
160-
<div class="edit-this-page"><a href="https://github.com/bugbiteme/solution-pattern-ossm3/edit/main/documentation/modules/ROOT/pages/index.adoc">Edit this Page</a></div>
162+
<div class="edit-this-page"><a href="https://github.com/redhat-solution-patterns/solution-pattern-ossm3/edit/main/documentation/modules/ROOT/pages/index.adoc">Edit this Page</a></div>
161163
</div>
162164
<div class="content">
163165
<article class="doc">
164-
<h1 class="page">Solution Patterns: Solution Patterns - Optimizing Traffic and Observability with OpenShift Service Mesh 3</h1>
166+
<h1 class="page">Solution Patterns: Optimizing Traffic and Observability with OpenShift Service Mesh 3</h1>
165167
<div id="preamble">
166168
<div class="sectionbody">
167169
<div class="imageblock">
@@ -208,7 +210,7 @@ <h1 class="page">Solution Patterns: Solution Patterns - Optimizing Traffic and O
208210
<p>By standardizing these capabilities at the platform level and bundling them into the OpenShift subscription, OpenShift Service Mesh enables teams to build, scale, and manage microservices architectures with minimal complexity and maximum support. This allows developers to return their focus to innovation and delivering business value.</p>
209211
</div>
210212
<div class="paragraph">
211-
<p>This solution brief demonstrates how OpenShift Service Mesh 3 empowers platform teams to manage traffic flows with precision, including showcasing a canary deployment for safe, incremental rollouts. Additionally, it highlights how observability insights help detect and resolve issues quickly, ensuring reliability and resiliency across hybrid cloud environments.</p>
213+
<p>This solution pattern demonstrates how OpenShift Service Mesh 3 empowers platform teams to manage traffic flows with precision, including showcasing a canary deployment for safe, incremental rollouts. Additionally, it highlights how observability insights help detect and resolve issues quickly, ensuring reliability and resiliency across hybrid cloud environments.</p>
212214
</div>
213215
<br>
214216
<div class="admonitionblock important">

0 commit comments

Comments
 (0)