Skip to content

Commit 318b5dd

Browse files
authored
Update markdown based shortcode for card elements
Signed-off-by: Marc Duiker <[email protected]>
1 parent 6dd4349 commit 318b5dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 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 >}}
28-
{{< /cardpane >}}
27+
{{% /card %}}
28+
{{< /cardpane >}}

0 commit comments

Comments
 (0)