mirror of https://github.com/dapr/docs.git
removed rest of images
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
2f83cc9307
commit
af1cba605e
|
@ -289,8 +289,6 @@ Publisher output:
|
|||
== APP == Published data: {"orderId":225}
|
||||
```
|
||||
|
||||
<img src="/images/pubsub-quickstart/pubsub-js-publisher-output.png" width=600 style="padding-bottom:15px;">
|
||||
|
||||
Subscriber output:
|
||||
|
||||
```cli
|
||||
|
@ -307,8 +305,6 @@ Subscriber output:
|
|||
== APP == Subscriber received: {"orderId":225}
|
||||
```
|
||||
|
||||
<img src="/images/pubsub-quickstart/pubsub-js-subscriber-output.png" width=600 style="padding-bottom:25px;">
|
||||
|
||||
#### `pubsub.yaml` component file
|
||||
|
||||
When you run `dapr init`, Dapr creates a default Redis `pubsub.yaml` and runs a Redis container on your local machine, located:
|
||||
|
@ -468,8 +464,6 @@ Subscriber output:
|
|||
== APP == Subscriber received: Order { OrderId = 886 }
|
||||
```
|
||||
|
||||
<img src="/images/pubsub-quickstart/pubsub-dotnet-subscriber-output.png" width=600 style="padding-bottom:25px;">
|
||||
|
||||
#### `pubsub.yaml` component file
|
||||
|
||||
When you run `dapr init`, Dapr creates a default Redis `pubsub.yaml` and runs a Redis container on your local machine, located:
|
||||
|
|
Loading…
Reference in New Issue