Replace button by alert section since there is some issue about crowdin

This commit is contained in:
newbe36524 2021-04-05 15:00:02 +08:00
parent 85773b8683
commit 0710ba55fe
5 changed files with 15 additions and 8 deletions

View File

@ -22,5 +22,6 @@ The following steps in this guide are:
1. Configure a component
1. Explore Dapr quickstarts
<a class="btn btn-primary" href="{{< ref install-dapr-cli.md >}}" role="button">First step: Install the Dapr CLI >></a>
{{% alert color="primary" %}}
[First step: Install the Dapr CLI >>]({{< ref install-dapr-cli.md >}})
{{% /alert %}}

View File

@ -101,4 +101,6 @@ Exit the redis-cli with:
exit
```
<a class="btn btn-primary" href="{{< ref get-started-component.md >}}" role="button">Next step: Define a component >></a>
{{% alert color="primary" %}}
[Next step: Define a component >>]({{< ref get-started-component.md >}})
{{% /alert %}}

View File

@ -90,4 +90,6 @@ You should see output with the secret you stored in the JSON file.
{"my-secret":"I'm Batman"}
```
<a class="btn btn-primary" href="{{< ref quickstarts.md >}}" role="button">Next step: Explore Dapr quickstarts >></a>
{{% alert color="primary" %}}
[Next step: Explore Dapr quickstarts >>]({{< ref quickstarts.md >}})
{{% /alert %}}

View File

@ -110,5 +110,6 @@ Flags:
Use "dapr [command] --help" for more information about a command.
```
<a class="btn btn-primary" href="{{< ref install-dapr-selfhost.md >}}" role="button">Next step: Initialize Dapr >></a>
{{% alert color="primary" %}}
[Next step: Initialize Dapr >>]({{< ref install-dapr-selfhost.md >}})
{{% /alert %}}

View File

@ -109,5 +109,6 @@ You will see the Dapr config, Dapr binaries directory, and the default component
{{< /tabs >}}
<a class="btn btn-primary" href="{{< ref get-started-api.md >}}" role="button">Next step: Use the Dapr API >></a>
{{% alert color="primary" %}}
[Next step: Use the Dapr API >>]({{< ref get-started-api.md >}})
{{% /alert %}}