Merge pull request #1375 from newbe36524/v1.1

Replace button by alert section since there is some issue about crowdin
This commit is contained in:
Aaron Crawfis 2021-04-06 14:07:15 -07:00 committed by GitHub
commit 180cdbe65b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 8 deletions

View File

@ -22,5 +22,4 @@ 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>
{{< button text="First step: Install the Dapr CLI >>" page="install-dapr-cli" >}}

View File

@ -101,4 +101,4 @@ 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>
{{< button text="Next step: Define a component >>" page="get-started-component" >}}

View File

@ -90,4 +90,4 @@ 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>
{{< button text="Next step: Explore Dapr quickstarts >>" page="quickstarts" >}}

View File

@ -110,5 +110,4 @@ 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>
{{< button text="Next step: Initialize Dapr >>" page="install-dapr-selfhost" >}}

View File

@ -109,5 +109,4 @@ 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>
{{< button text="Next step: Use the Dapr API >>" page="get-started-api" >}}