From 3027a1565b0f4ffc9896cc6069c7895243d88934 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Wed, 12 Feb 2025 12:10:34 -0500 Subject: [PATCH] add review suggestions from Mark Signed-off-by: Hannah Hunter --- daprdocs/content/en/getting-started/quickstarts/_index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/getting-started/quickstarts/_index.md b/daprdocs/content/en/getting-started/quickstarts/_index.md index dbb02df4db9..d1cd2a45e4e 100644 --- a/daprdocs/content/en/getting-started/quickstarts/_index.md +++ b/daprdocs/content/en/getting-started/quickstarts/_index.md @@ -10,7 +10,7 @@ no_list: true Hit the ground running with our Dapr quickstarts, complete with code samples aimed to get you started quickly with Dapr. {{% alert title="Note" color="primary" %}} - We are actively working on adding to our quickstart library. In the meantime, you can explore Dapr through our [tutorials]({{< ref "getting-started/tutorials/_index.md" >}}). + Each release, the quickstart library has new examples added for the APIs and SDKs. You can also explore Dapr through the [tutorials]({{< ref "getting-started/tutorials/_index.md" >}}). {{% /alert %}} @@ -33,4 +33,4 @@ Hit the ground running with our Dapr quickstarts, complete with code samples aim | [Resiliency]({{< ref resiliency >}}) | Define and apply fault-tolerance policies to your Dapr API requests. | | [Cryptography]({{< ref cryptography-quickstart.md >}}) | Encrypt and decrypt data using Dapr's cryptographic APIs. | | [Jobs]({{< ref jobs-quickstart.md >}}) | Schedule, retrieve, and delete jobs using Dapr's jobs APIs. | - +| [Conversation]({{< ref conversation-quickstart.md >}}) | Securely and reliably interact with Large Language Models (LLMs). | \ No newline at end of file