From c50aea708d13d984d9e9dad234174b4a5274962a Mon Sep 17 00:00:00 2001 From: Ori Zohar Date: Wed, 20 Oct 2021 08:18:10 -0700 Subject: [PATCH] Removing button from getting started note --- daprdocs/content/en/getting-started/_index.md | 1 - 1 file changed, 1 deletion(-) diff --git a/daprdocs/content/en/getting-started/_index.md b/daprdocs/content/en/getting-started/_index.md index 238fed7b3..6339d4a5e 100644 --- a/daprdocs/content/en/getting-started/_index.md +++ b/daprdocs/content/en/getting-started/_index.md @@ -11,7 +11,6 @@ Welcome to the Dapr getting started guide! {{% alert title="Dapr Concepts" color="primary" %}} If you are looking for an introductory overview of Dapr and learn more about basic Dapr terminology, it is recommended to visit the [concepts section]({{}}). -{{< button text="Learn more" page="concepts" >}} {{% /alert %}} This guide will walk you through a series of steps to install, initialize and start using Dapr. The recommended way to get started with Dapr is to setup a local development environment (also referred to as [_self-hosted_ mode]({{< ref self-hosted >}})) which includes the Dapr CLI, Dapr sidecar binaries, and some default components that can help you start using Dapr quickly.