mirror of https://github.com/dapr/docs.git
Replace button by alert section since there is some issue about crowdin
This commit is contained in:
parent
85773b8683
commit
0710ba55fe
|
@ -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 %}}
|
||||
|
|
|
@ -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 %}}
|
||||
|
|
|
@ -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 %}}
|
|
@ -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 %}}
|
|
@ -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 %}}
|
Loading…
Reference in New Issue