update to button tag

This commit is contained in:
newbe36524 2021-04-06 16:24:28 +08:00
parent 64c0552caa
commit 8778e50f4c
5 changed files with 5 additions and 15 deletions

View File

@ -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" >}}

View File

@ -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" >}}

View File

@ -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" >}}

View File

@ -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" >}}

View File

@ -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" >}}