mirror of https://github.com/dapr/docs.git
update to button tag
This commit is contained in:
parent
64c0552caa
commit
8778e50f4c
|
|
@ -22,6 +22,4 @@ The following steps in this guide are:
|
|||
1. Configure a component
|
||||
1. Explore Dapr quickstarts
|
||||
|
||||
{{% alert color="primary" %}}
|
||||
[First step: Install the Dapr CLI >>]({{< ref install-dapr-cli.md >}})
|
||||
{{% /alert %}}
|
||||
{{< button text="First step: Install the Dapr CLI >>" page="install-dapr-cli" >}}
|
||||
|
|
|
|||
|
|
@ -101,6 +101,4 @@ Exit the redis-cli with:
|
|||
exit
|
||||
```
|
||||
|
||||
{{% alert color="primary" %}}
|
||||
[Next step: Define a component >>]({{< ref get-started-component.md >}})
|
||||
{{% /alert %}}
|
||||
{{< button text="Next step: Define a component >>" page="get-started-component" >}}
|
||||
|
|
|
|||
|
|
@ -90,6 +90,4 @@ You should see output with the secret you stored in the JSON file.
|
|||
{"my-secret":"I'm Batman"}
|
||||
```
|
||||
|
||||
{{% alert color="primary" %}}
|
||||
[Next step: Explore Dapr quickstarts >>]({{< ref quickstarts.md >}})
|
||||
{{% /alert %}}
|
||||
{{< button text="Next step: Explore Dapr quickstarts >>" page="quickstarts" >}}
|
||||
|
|
|
|||
|
|
@ -110,6 +110,4 @@ Flags:
|
|||
Use "dapr [command] --help" for more information about a command.
|
||||
```
|
||||
|
||||
{{% alert color="primary" %}}
|
||||
[Next step: Initialize Dapr >>]({{< ref install-dapr-selfhost.md >}})
|
||||
{{% /alert %}}
|
||||
{{< button text="Next step: Initialize Dapr >>" page="install-dapr-selfhost" >}}
|
||||
|
|
|
|||
|
|
@ -109,6 +109,4 @@ You will see the Dapr config, Dapr binaries directory, and the default component
|
|||
|
||||
{{< /tabs >}}
|
||||
|
||||
{{% alert color="primary" %}}
|
||||
[Next step: Use the Dapr API >>]({{< ref get-started-api.md >}})
|
||||
{{% /alert %}}
|
||||
{{< button text="Next step: Use the Dapr API >>" page="get-started-api" >}}
|
||||
|
|
|
|||
Loading…
Reference in New Issue