Skip to content

Commit

Permalink
removed periods from the end of single-sentence items in the list
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwheeler committed Jul 23, 2024
1 parent 26864a1 commit 716abd7
Showing 1 changed file with 16 additions and 18 deletions.
34 changes: 16 additions & 18 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,30 +16,28 @@ is organized into multiple sections:
## Running the OMS
* [Using a Local Temporal Service](run-local-cli-service.md):
Provides step-by-step instructions for running the
application locally, using the Temporal Service
provided by the `temporal` CLI.
<!--
* [Run: Temporal Cloud](run-temporal-cloud.md):
TODO Provides step-by-step instructions for running the
application locally and using the Temporal Service provided
by Temporal Cloud.
* [Run: Codec Server](run-codec-server.md):
TODO Provides step-by-step instructions for running the
application and Temporal Service locally, with a Data
Converter to encrypt confidential information and a
Codec Server that enables you to view decrypted data
in the Temporal Web UI.
-->
application locally, with a Temporal Service provided
by the `temporal` CLI
* [Using Temporal Cloud](run-temporal-cloud.md):
Provides step-by-step instructions for running the
application locally, with a Temporal Service provided
by Temporal Cloud
* [Using Encryption](run-codec-server.md):
Provides step-by-step instructions for running the
application with a Custom Data Converter that will
encrypt payload data and a Codec Server that enables
you to view decrypted data in the Temporal Web UI
and output of the `temporal` command

## Processing Orders
* [Processing a Basic (Single-Item) Order](process-basic-order.md):
Describes how to use the web application to process a basic
order, which consists of a single item in a single shipment.
order, which consists of a single item in a single shipment
* [Processing a Complex Order](process-complex-order.md):
Describes how to use the web application to process a more
complex order, which involves multiple shipments and an
out-of-stock item that requires customer interaction for
processing to continue.
processing to continue

## Deploying the OMS
## Deploying the OMS to Production
* [Deploying to Kubernetes](deploy-on-k8s.md)

0 comments on commit 716abd7

Please sign in to comment.