Add discord feedback text

Signed-off-by: Nick Greenfield <nigreenf@microsoft.com>
This commit is contained in:
Nick Greenfield 2022-03-15 16:21:19 -07:00
parent 6884dc1cb6
commit 261c74b171
2 changed files with 12 additions and 11 deletions

View File

@ -812,6 +812,11 @@ In the YAML file:
{{< /tabs >}} {{< /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 ## Next steps
- Set up Pub/sub using HTTP instead of an SDK. - 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) - [.NET](https://github.com/dapr/quickstarts/pub_sub/csharp/http)
- [Java](https://github.com/dapr/quickstarts/pub_sub/java/http) - [Java](https://github.com/dapr/quickstarts/pub_sub/java/http)
- [Go](https://github.com/dapr/quickstarts/pub_sub/go/http) - [Go](https://github.com/dapr/quickstarts/pub_sub/go/http)
- Learn about [Pub/sub routing]({{< ref howto-route-messages >}}) - Learn more about [Pub/sub as a Dapr building block]({{< ref pubsub-overview >}})
- 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 >}})
{{< button text="Explore Dapr tutorials >>" page="getting-started/tutorials/_index.md" >}} {{< button text="Explore Dapr tutorials >>" page="getting-started/tutorials/_index.md" >}}

View File

@ -143,11 +143,9 @@ Dapr invokes an application on any Dapr instance. In the code, the sidecar progr
For this example, you will need: For this example, you will need:
<!-- IGNORE_LINKS -->
- [Dapr CLI and initialized environment](https://docs.dapr.io/getting-started). - [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). - [Docker Desktop](https://www.docker.com/products/docker-desktop).
<!-- END_IGNORE -->
### Step 1: Set up the environment ### 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 %}} {{% /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 ## Next Steps
- Learn more about [Service Invocation as a Dapr building block]({{< ref service-invocation-overview.md >}}) - 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: - Learn more about how to invoke Dapr's Service Invocation with:
- [HTTP]({{< ref howto-invoke-discover-services.md >}}), or - [HTTP]({{< ref howto-invoke-discover-services.md >}}), or
- [gRPC]({{< ref howto-invoke-services-grpc.md >}}) - [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" >}} {{< button text="Explore Dapr tutorials >>" page="getting-started/tutorials/_index.md" >}}