Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmunz committed Dec 19, 2024
1 parent 61d5208 commit 9590a6b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion content/en/docs/demo/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ here.
| Go | | [Checkout Service](services/checkout/), [Product Catalog Service](services/product-catalog/) | [Checkout Service](services/checkout/), [Product Catalog Service](services/product-catalog/) |
| Java | [Ad Service](services/ad/) | | [Ad Service](services/ad/) |
| JavaScript | | | [Payment Service](services/payment/) |
| TypeScript | | [Frontend](services/frontend/), [React Native App](services/react-native-app/) | [Frontend](services/frontend/) |
| TypeScript | | [Frontend](services/frontend/), [React Native App](services/react-native-app/) | [Frontend](services/frontend/) |
| Kotlin | | [Fraud Detection Service](services/fraud-detection/) | |
| PHP | | [Quote Service](services/quote/) | [Quote Service](services/quote/) |
| Python | [Recommendation Service](services/recommendation/) | | [Recommendation Service](services/recommendation/) |
Expand Down
2 changes: 1 addition & 1 deletion content/en/docs/demo/services/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ To visualize request flows, see the [Service Diagram](../architecture/).
| [quoteservice](quote/) | PHP | Calculates the shipping costs, based on the number of items to be shipped. |
| [recommendationservice](recommendation/) | Python | Recommends other products based on what's given in the cart. |
| [shippingservice](shipping/) | Rust | Gives shipping cost estimates based on the shopping cart. Ships items to the given address (mock/). |
| [react-native-app](react-native-app/) | TypeScript | React Native mobile application that provides a UI on top of the shopping services. |
| [react-native-app](react-native-app/) | TypeScript | React Native mobile application that provides a UI on top of the shopping services. |
10 changes: 5 additions & 5 deletions content/en/docs/demo/services/react-native-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ the JS layer

{{% alert title="Important" color="warning" %}}

The JS OTel packages are supported for node and web environments.
While they work for React Native as well they are not currently explicitly
supported for that environment and may break compatibility with minor version
updates or require workarounds. Building more support for React Native is an
area of active development.
The JS OTel packages are supported for node and web environments. While they
work for React Native as well they are not currently explicitly supported for
that environment and may break compatibility with minor version updates or
require workarounds. Building more support for React Native is an area of active
development.

{{% /alert %}}

Expand Down

0 comments on commit 9590a6b

Please sign in to comment.