Skip to content

Commit 5e8df9f

Browse files
committed
Fixes Docs 1.16 card rendering
Signed-off-by: Marc Duiker <marcduiker@users.noreply.github.com>
1 parent ef0713a commit 5e8df9f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

daprdocs/content/en/go-sdk-docs/_index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,14 @@ cascade:
1515
A client library to help build Dapr applications in Go. This client supports all public Dapr APIs while focusing on idiomatic Go experiences and developer productivity.
1616

1717
{{< cardpane >}}
18-
{{< card title="**Client**">}}
18+
{{% card title="**Client**"%}}
1919
Use the Go Client SDK for invoking public Dapr APIs
2020

2121
[**Learn more about the Go Client SDK**]({{% ref go-client %}})
22-
{{< /card >}}
23-
{{< card title="**Service**">}}
22+
{{% /card %}}
23+
{{% card title="**Service**"%}}
2424
Use the Dapr Service (Callback) SDK for Go to create services that will be invoked by Dapr.
2525

2626
[**Learn more about the Go Service (Callback) SDK**]({{% ref go-service %}})
27-
{{< /card >}}
27+
{{% /card %}}
2828
{{< /cardpane >}}

0 commit comments

Comments
 (0)