Skip to content

Commit c3d758b

Browse files
committed
format and typo
1 parent 1d447d6 commit c3d758b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

documentation/modules/ROOT/pages/03-demo.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Let's walk through an overview of the components that have been setup already
129129
* Launch the https://console-openshift-console.%SUBDOMAIN%[OpenShift console^,window=console] and login
130130
* Navigate to *Topology* from the Developer's view of the `globex-user1` project
131131
+
132-
image::globex-user1.png[]
132+
image::globex-user1.png[width=70%]
133133
** The center section under the name *globex-app-user1* contains the components needed for the first version of the application and the api.
134134
*** `globex-ui` is the retail website
135135
*** `order-placement` is the microservice which implements the OrderPlacement API. This service validates incoming payload against JSON Schema of the OpenAPI spec.

documentation/modules/ROOT/pages/index.adoc

+4-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,12 @@ Solutions Patterns help you understand the art of the possible with Red Hat's po
2121
Here are a few usecases where API versioning is undertaken by organizations
2222

2323
* New features that impact existing specifications
24-
* Changes in business models
25-
* Change in data type or format
26-
* Changes due to third-party integrations
24+
* Changes in business models such as new channels of collaboration
25+
* Change in payload format due to compliance or security reasons
26+
* Changes due to downstream integrations
2727
* Usecase deprecation or sunsetting
2828
29+
2930
[#story]
3031
== The story behind this solution pattern
3132

0 commit comments

Comments
 (0)