mirror of https://github.com/dapr/docs.git
Add discord feedback text
Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
This commit is contained in:
parent
6884dc1cb6
commit
261c74b171
|
@ -812,6 +812,11 @@ In the YAML file:
|
|||
|
||||
{{< /tabs >}}
|
||||
|
||||
## Tell us what you think!
|
||||
We're continuously working to improve our quickstart examples and value your feedback. Did you find this quickstart helpful? Do you have suggestions for improvement?
|
||||
|
||||
Join the discussion in our [discord channel](https://discord.gg/22ZtJrNe).
|
||||
|
||||
## Next steps
|
||||
|
||||
- Set up Pub/sub using HTTP instead of an SDK.
|
||||
|
@ -820,11 +825,6 @@ In the YAML file:
|
|||
- [.NET](https://github.com/dapr/quickstarts/pub_sub/csharp/http)
|
||||
- [Java](https://github.com/dapr/quickstarts/pub_sub/java/http)
|
||||
- [Go](https://github.com/dapr/quickstarts/pub_sub/go/http)
|
||||
- Learn about [Pub/sub routing]({{< ref howto-route-messages >}})
|
||||
- Learn about [topic scoping]({{< ref pubsub-scopes.md >}})
|
||||
- Learn about [message time-to-live]({{< ref pubsub-message-ttl.md >}})
|
||||
- Learn [how to configure Pub/sub components with multiple namespaces]({{< ref pubsub-namespaces.md >}})
|
||||
- List of [Pub/sub components]({{< ref setup-pubsub >}})
|
||||
- Read the [API reference]({{< ref pubsub_api.md >}})
|
||||
- Learn more about [Pub/sub as a Dapr building block]({{< ref pubsub-overview >}})
|
||||
|
||||
{{< button text="Explore Dapr tutorials >>" page="getting-started/tutorials/_index.md" >}}
|
|
@ -143,11 +143,9 @@ Dapr invokes an application on any Dapr instance. In the code, the sidecar progr
|
|||
|
||||
For this example, you will need:
|
||||
|
||||
<!-- IGNORE_LINKS -->
|
||||
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started).
|
||||
- [Latest Node.js installed](https://nodejs.org/en/download/).
|
||||
- [Latest Node.js installed](https://nodejs.org/).
|
||||
- [Docker Desktop](https://www.docker.com/products/docker-desktop).
|
||||
<!-- END_IGNORE -->
|
||||
|
||||
### Step 1: Set up the environment
|
||||
|
||||
|
@ -612,13 +610,16 @@ Dapr invokes an application on any Dapr instance. In the code, the sidecar progr
|
|||
|
||||
{{% /tabs %}}
|
||||
|
||||
## Tell us what you think!
|
||||
We're continuously working to improve our quickstart examples and value your feedback. Did you find this quickstart helpful? Do you have suggestions for improvement?
|
||||
|
||||
Join the discussion in our [discord channel](https://discord.gg/22ZtJrNe).
|
||||
|
||||
## Next Steps
|
||||
|
||||
- Learn more about [Service Invocation as a Dapr building block]({{< ref service-invocation-overview.md >}})
|
||||
- Learn more about how to invoke Dapr's Service Invocation with:
|
||||
- [HTTP]({{< ref howto-invoke-discover-services.md >}}), or
|
||||
- [gRPC]({{< ref howto-invoke-services-grpc.md >}})
|
||||
- Learn about [Service Invocation namespaces]({{< ref service-invocation-namespaces.md >}})
|
||||
- Learn more about [Dapr component scopes]({{< ref component-scopes.md >}})
|
||||
|
||||
{{< button text="Explore Dapr tutorials >>" page="getting-started/tutorials/_index.md" >}}
|
||||
|
|
Loading…
Reference in New Issue