Skip to content

Rename the pattern #9

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 1, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion dev-site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runtime:
site:
title: Solution Patterns for Cloud Native Architectures (Dev Mode)
url: http://localhost:3000/
start_page: solution-pattern-event-mesh-for-microservices::index.adoc
start_page: solution-pattern-event-mesh-for-apps::index.adoc

content:
sources:
Expand Down
4 changes: 2 additions & 2 deletions documentation/antora.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: solution-pattern-event-mesh-for-microservices
title: Event Mesh For Applications
name: solution-pattern-event-mesh-for-apps
title: Event Mesh For Applications
version: master
nav:
- modules/ROOT/nav.adoc
Expand Down
2 changes: 1 addition & 1 deletion documentation/modules/ROOT/pages/03-demo.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -373,7 +373,7 @@ trigger.eventing.knative.dev/trg-drivers condition met
trigger.eventing.knative.dev/trg-drivers condition met
----

The OpenShift Container Platform provides can provide a clear visualization of our deployed solution.
The OpenShift Container Platform can provide a clear visualization of our deployed solution.

image::solution-odc.png[width=100%]

Expand Down
2 changes: 1 addition & 1 deletion site.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ runtime:
site:
title: Solution Patterns for Cloud Native Architectures
url: https://redhat-solution-patterns.github.io/solution-patterns/
start_page: solution-pattern-event-mesh-for-microservices::index.adoc
start_page: solution-pattern-event-mesh-for-apps::index.adoc

content:
sources:
Expand Down